-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathPluginTraceViewer.nuspec
29 lines (28 loc) · 1.18 KB
/
PluginTraceViewer.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0"?>
<package >
<metadata>
<id>Cinteros.XrmToolBox.PluginTraceViewer</id>
<version>1.0.0</version>
<title>Plugin Trace Viewer for XrmToolBox</title>
<authors>Jonas Rapp</authors>
<owners>rappen</owners>
<projectUrl>https://jonasr.app/PTV</projectUrl>
<iconUrl>https://jonasr.app/wp-content/uploads/PTV-150-tsp.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Investigate the Plugin Trace Log and finding records with easy filtering and display possibilities</description>
<summary>Investigate the Plugin Trace Log and finding records with easy filtering and display possibilities</summary>
<releaseNotes>
Identifying more records, some improvments, some bug fix.
Read latest release notes!
https://jonasr.app/ptv/releases/#$versionnumber$
</releaseNotes>
<copyright>Copyright 2016-2024 Jonas Rapp</copyright>
<tags>XrmToolBox Plugins PluginTraceViewer</tags>
<dependencies>
<dependency id="XrmToolBox" version="1.2023.10.67" />
</dependencies>
</metadata>
<files>
<file src="PluginTraceViewer\bin\Release\Rappen.XTB.PTV.dll" target="lib\net48\Plugins" />
</files>
</package>