-
Notifications
You must be signed in to change notification settings - Fork 3
/
SdnDiagnostics.nuspec
26 lines (25 loc) · 1.14 KB
/
SdnDiagnostics.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
<?xml version="1.0"?>
<package >
<metadata>
<id>SdnDiagnostics</id>
<version>$version$</version>
<authors>Adam Rudell, Luyao Feng</authors>
<owners>Microsoft Corporation</owners>
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>SdnDiagnostics is a tool used to simplify the data collection and diagnostics of Windows Software Defined Networking.</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<projectUrl>https://github.com/microsoft/SdnDiagnostics</projectUrl>
<language>en-US</language>
<tags>MSFTNet,Microsoft,Windows,Network,Networking,SDN,Diagnostics</tags>
<readme>SdnDiagnostics\docs\README.md</readme>
</metadata>
<files>
<!-- package root module -->
<file src="out\build\SdnDiagnostics\**" target="SdnDiagnostics" />
<file src="README.md" target = "SdnDiagnostics\docs" />
<file src="LICENSE" target = "SdnDiagnostics\LICENSE" />
<!-- restore package dependencies -->
<file src=".packages\Get-NetView.*\**" target="SdnDiagnostics\externalPackages" />
</files>
</package>