-
Notifications
You must be signed in to change notification settings - Fork 1
/
Desharp.nuspec
41 lines (41 loc) · 2.47 KB
/
Desharp.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
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata minClientVersion="2.6">
<id>Desharp</id>
<version>$version$</version>
<title>Desharp - C#/VB.NET Debugging Tool</title>
<authors>Tom Flidr</authors>
<owners>Tom Flidr</owners>
<license type="expression">BSD-3-Clause</license>
<projectUrl>https://github.com/debug-sharp</projectUrl>
<iconUrl>https://raw.githubusercontent.com/debug-sharp/desharp/master/gfx/desharp-icon.ico</iconUrl>
<language>en-US</language>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Desharp - C#/VB .NET debuging utility to dump or log structured variables, exceptions, stack traces and much more into console, visual studio console, into html web response as floating window or into html/text log files on HDD.
Download and install Visual Studio code snippets for Desharp: https://github.com/debug-sharp/codesnippets
Dependencies .NET Framework >= 4.0.0.0 (Microsoft.CSharp, System, System.Configuration, System.Core, System.Data, System.Data.DataSetExtensions, System.Web, System.Web.Extensions, System.Xml)
</description>
<copyright>Copyright © 2017</copyright>
<tags>csharp cs vb-net vb asp-net debug debugging logging trace tracing tool utility web desktop windows wpf asp-net-mvc html-response stack-traces wpf-application</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="Microsoft.CSharp" />
<frameworkAssembly assemblyName="System" />
<frameworkAssembly assemblyName="System.Configuration" />
<frameworkAssembly assemblyName="System.Core" />
<frameworkAssembly assemblyName="System.Data" />
<frameworkAssembly assemblyName="System.Data.DataSetExtensions" />
<frameworkAssembly assemblyName="System.Runtime.Serialization" />
<frameworkAssembly assemblyName="System.Web" />
<frameworkAssembly assemblyName="System.Web.Extensions" />
</frameworkAssemblies>
<releaseNotes>https://github.com/debug-sharp/desharp/releases</releaseNotes>
</metadata>
<files>
<file src="content/Desharp.config.example" target="content/Desharp.config.example" />
<file src="content/App.config.install.xdt" target="content/App.config.install.xdt" />
<file src="content/Web.config.install.xdt" target="content/Web.config.install.xdt" />
<file src="content/App.config.uninstall.xdt" target="content/App.config.uninstall.xdt" />
<file src="content/Web.config.uninstall.xdt" target="content/Web.config.uninstall.xdt" />
</files>
</package>