Metadata >> NuGet >> JB.Tfs.Common

JB.Tfs.Common

Metadata

Authors Joerg Battermann
Description A helper library that provides extensions, helper methods and new functionality upon the Microsoft Team Foundation Server API.
Language en-US
LicenseUrl https://github.com/jbattermann/JB.Tfs.Common/blob/master/LICENSE
Owners Joerg Battermann
ProjectUrl https://github.com/jbattermann/JB.Tfs.Common
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.
RequireLicenseAcceptance False
Summary A helper library that provides extensions, helper methods and new functionality upon the Microsoft Team Foundation Server API.
Tags tfs teamfoundationserver teamfoundationservices visualstudio vs2010 net40
Title JB.Tfs.Common - TFS Api Extensions, Wrappers and Helpers

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install JB.Tfs.Common -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install JB.Tfs.Common -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package JB.Tfs.Common
Installing the package (HTTP Basic authentication):
Install-Package JB.Tfs.Common -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package JB.Tfs.Common -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package JB.Tfs.Common

OpenWrap

Installing the package:
o add-wrap JB.Tfs.Common
Uninstalling the package:
o remove-wrap JB.Tfs.Common

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
0.0.0.5
0.0.0.3
0.0.0.4