-
Notifications
You must be signed in to change notification settings - Fork 0
/
JB.Common.TeamFoundationServer.Reactive.Client.nuspec
30 lines (30 loc) · 2.13 KB
/
JB.Common.TeamFoundationServer.Reactive.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
28
29
30
<?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.Reactive.Client</id>
<version>$version$</version>
<authors>Joerg Battermann</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Provides RX.Net specific client(s), 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="JB.Common.TeamFoundationServer.Client" version="[$version$,]" />
<dependency id="Microsoft.TeamFoundationServer.Client" version="[16.143.2,]" />
<dependency id="Microsoft.VisualStudio.Services.Client" version="[16.143.2,]" />
<dependency id="System.Reactive" version="[4.1.0,]" />
</dependencies>
<tags>Reactive Extensions RX rxnet TFS 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>