-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDesharp.Tests.nuspec
More file actions
29 lines (29 loc) · 1.23 KB
/
Desharp.Tests.nuspec
File metadata and controls
29 lines (29 loc) · 1.23 KB
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" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata minClientVersion="2.6">
<id>Desharp.Tests</id>
<version>1.3.0.1</version>
<title>Desharp - Tests</title>
<authors>Tom Flidr</authors>
<owners>Tom Flidr</owners>
<license type="expression">BSD-3-Clause</license>
<projectUrl>https://github.com/debug-sharp</projectUrl>
<language>en-US</language>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Desharp - dumping, logging and exceptions rendering tests.</description>
<copyright>Copyright © 2017</copyright>
<tags>desharp tests</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="Microsoft.CSharp" />
<frameworkAssembly assemblyName="System" />
<frameworkAssembly assemblyName="System.Core" />
</frameworkAssemblies>
<dependencies>
<dependency id="Desharp" version="1.3.0" />
<dependency id="Microsoft.CodeAnalysis" version="3.3.1" />
<dependency id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="2.0.1" />
<dependency id="System.ValueTuple" version="4.5.0" />
</dependencies>
<releaseNotes>https://github.com/debug-sharp/desharp/releases</releaseNotes>
</metadata>
</package>