This repository has been archived by the owner on Dec 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
JB.Tfs.Common.nuspec
31 lines (31 loc) · 1.63 KB
/
JB.Tfs.Common.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
31
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>JB.Tfs.Common</id>
<version>0.0.0.5</version>
<title>JB.Tfs.Common - TFS Api Extensions, Wrappers and Helpers</title>
<authors>Joerg Battermann</authors>
<owners>Joerg Battermann</owners>
<summary>A helper library that provides extensions, helper methods and new functionality upon the Microsoft Team Foundation Server API.</summary>
<description>A helper library that provides extensions, helper methods and new functionality upon the Microsoft Team Foundation Server API.</description>
<language>en-US</language>
<licenseUrl>https://github.com/jbattermann/JB.Tfs.Common/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/jbattermann/JB.Tfs.Common</projectUrl>
<tags>tfs teamfoundationserver teamfoundationservices visualstudio vs2010 net40</tags>
<references>
<reference file="JB.Tfs.Common.dll" />
</references>
<releaseNotes>
[0.0.0.5] Extracted appropriate interfaces. Removed Nito.AsyncEx dependency. WorkItemStore pooling works now properly.
[0.0.0.4] Added Task/TPL based Query alternatives for all WorkItemStore.Query(..)/.QueryCount(...) methods aswell as Query(..).RunQueryAsync()/RunQueryCountAsync() & .RunLinkQueryAsync() methods.
[0.0.0.3] Fixed Refresh() Bug.
[0.0.0.2] Moved namespace.
[0.0.0.1] Initial functionality, particularly GlobalLists.
</releaseNotes>
</metadata>
<files>
<file src="JB.Tfs.Common\bin\Release\JB.Tfs.Common.dll" target="lib\net40" />
<file src="JB.Tfs.Common\bin\Release\JB.Tfs.Common.pdb" target="lib\net40" />
<file src="JB.Tfs.Common\bin\Release\JB.Tfs.Common.xml" target="lib\net40" />
</files>
</package>