Microsoft.TeamFoundation.WIT.Client 12.0.21005.1

dotnet add package Microsoft.TeamFoundation.WIT.Client --version 12.0.21005.1
NuGet\Install-Package Microsoft.TeamFoundation.WIT.Client -Version 12.0.21005.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.TeamFoundation.WIT.Client" Version="12.0.21005.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.TeamFoundation.WIT.Client --version 12.0.21005.1
#r "nuget: Microsoft.TeamFoundation.WIT.Client, 12.0.21005.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.TeamFoundation.WIT.Client as a Cake Addin
#addin nuget:?package=Microsoft.TeamFoundation.WIT.Client&version=12.0.21005.1

// Install Microsoft.TeamFoundation.WIT.Client as a Cake Tool
#tool nuget:?package=Microsoft.TeamFoundation.WIT.Client&version=12.0.21005.1

The TeamFoundation.WorkItemTracking.Client namespace provides the APIs that are required to enable a client computer or application to work with user stories, requirements, tasks, bugs, and other types of work items.

        The WorkItemStore represents the connection to the repository of work items on Visual Studio Team Foundation Server. The WorkItem object contains Fields that store data, Attachments that represent files, and WorkItemLinks that connect to other work items. The following example code demonstrates how to access a “User Story” work item type on a work item store.

        The Query class represents a query to the WorkItemStore. An executed query returns a WorkItemCollection, which contains the work items that satisfy the query.

        The WorkItemType class defines a work item. The FieldDefinition class defines a field in a work item. The WorkItemLinkType class defines a WorkItemLink, which links two work items.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
12.0.21005.1 2,351 12/4/2013
11.0.51106.1 190 1/14/2013