Microsoft.TeamFoundation.Client-final 12.0.21005.1

dotnet add package Microsoft.TeamFoundation.Client-final --version 12.0.21005.1
                    
NuGet\Install-Package Microsoft.TeamFoundation.Client-final -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.Client-final" Version="12.0.21005.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.TeamFoundation.Client-final" Version="12.0.21005.1" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.TeamFoundation.Client-final" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.TeamFoundation.Client-final --version 12.0.21005.1
                    
#r "nuget: Microsoft.TeamFoundation.Client-final, 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.
#addin nuget:?package=Microsoft.TeamFoundation.Client-final&version=12.0.21005.1
                    
Install Microsoft.TeamFoundation.Client-final as a Cake Addin
#tool nuget:?package=Microsoft.TeamFoundation.Client-final&version=12.0.21005.1
                    
Install Microsoft.TeamFoundation.Client-final as a Cake Tool

The Microsoft.TeamFoundation.Client namespace provides the APIs to connect to Visual Studio Team Foundation Server and to access data about team project collections and team projects.
You can use TfsConfigurationServer to connect to a team project, and you can use TfsTeamProjectCollection with CatalogNode to access data about team project collections and team projects. For more information, see Connect to Team Foundation Server from a Console Application.
You can access more data about team projects by using TfsTeamProjectCollection.GetServiceInstance or TfsConfigurationServer.GetServiceInstance to obtain objects such as the WorkItemStore and VersionControlServer classes and the IBuildServer interface. For more information, see the discussion of GetServiceInstance in Connect to Team Foundation Server from a Console Application.

I wasn't sure what the license is for this code, but I'd be happy to link to it/require acceptance if someone could point me in the right direction.

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 1,251 3/27/2015