-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJB.Common.TeamFoundationServer.Client.nuspec
27 lines (27 loc) · 1.84 KB
/
JB.Common.TeamFoundationServer.Client.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
<?xml version="1.0"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>JB.Common.TeamFoundationServer.Client</id>
<version>$version$</version>
<authors>Joerg Battermann</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Provides custom types, helpers and extension methods for the Microsoft Visual Studio Team Services & Team Foundation Server 2015 client(s).</description>
<summary>This package contains custom type(s) I needed myself or deemed useful for current or future projects.</summary>
<releaseNotes>Initial version.</releaseNotes>
<language>en-US</language>
<copyright>Joerg Battermann</copyright>
<licenseUrl>https://github.com/jbattermann/JB.Common/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/jbattermann/JB.Common/blob/master/README.md</projectUrl>
<dependencies>
<dependency id="JB.Common" version="[$version$,]" />
<dependency id="JB.Common.VisualStudio.Services.Client" version="[$version$,]" />
<dependency id="Microsoft.TeamFoundationServer.Client" version="[15.112.1,]" />
</dependencies>
<tags>TFS TFS2015 TeamFoundationServer VisualStudio VisualStudioOnline VSO VisualStudioTeamServices VSTS TeamServices Common Helpers HelperMethods ExtensionMethods</tags>
</metadata>
<files>
<file src="JB.Common.TeamFoundationServer.Client\bin\Release\JB.Common.TeamFoundationServer.Client.dll" target="lib\net46" />
<file src="JB.Common.TeamFoundationServer.Client\bin\Release\JB.Common.TeamFoundationServer.Client.pdb" target="lib\net46" />
<file src="JB.Common.TeamFoundationServer.Client\bin\Release\JB.Common.TeamFoundationServer.Client.xml" target="lib\net46" />
</files>
</package>