-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPackage.nuspec
More file actions
36 lines (35 loc) · 1.19 KB
/
Package.nuspec
File metadata and controls
36 lines (35 loc) · 1.19 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
30
31
32
33
34
35
36
<?xml version="1.0"?>
<package >
<metadata>
<id>MicrosoftVisualStudioQualityToolsUnitTestFramework</id>
<version>1.0.2</version>
<title>MicrosoftVisualStudioQualityToolsUnitTestFramework</title>
<authors>juniho</authors>
<owners>juniho</owners>
<description>
Provides an assembly for build server: Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll
File version: 12.0.21005.1
</description>
<releaseNotes>
</releaseNotes>
<summary>
</summary>
<language>en-US</language>
<projectUrl>https://github.com/vndevpro/MicrosoftVisualStudioQualityToolsUnitTestFramework</projectUrl>
<iconUrl>https://nuget.org/Content/Images/packageDefaultIcon-50x50.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>http://opensource.org/licenses/Apache-2.0</licenseUrl>
<copyright>Copyright @ 2017</copyright>
<dependencies>
<group targetFramework="net40">
</group>
<group targetFramework="net45">
</group>
</dependencies>
<references></references>
<tags>UnitTestFramework VisualStudio</tags>
</metadata>
<files>
<file src="lib\" target="lib" />
</files>
</package>