TfsLabAccessor2013 2016.11.21.3

dotnet add package TfsLabAccessor2013 --version 2016.11.21.3
NuGet\Install-Package TfsLabAccessor2013 -Version 2016.11.21.3
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="TfsLabAccessor2013" Version="2016.11.21.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TfsLabAccessor2013 --version 2016.11.21.3
#r "nuget: TfsLabAccessor2013, 2016.11.21.3"
#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 TfsLabAccessor2013 as a Cake Addin
#addin nuget:?package=TfsLabAccessor2013&version=2016.11.21.3

// Install TfsLabAccessor2013 as a Cake Tool
#tool nuget:?package=TfsLabAccessor2013&version=2016.11.21.3

A simple library that provides strongly-typed access to the TFS Lab Management variables
       injected into automated test runs by Microsoft Test Manager. Provides helpers for parsing
       variables into a strongly typed objects, and retrieving Configuration information from
       the TFS Test Manager during a Test Run.

Product Compatible and additional computed target framework versions.
.NET Framework net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2016.11.21.3 3,236 11/22/2016
2016.11.19.1 920 11/19/2016

Added a description for the project, fixed one of the data types on TfsTestRunProperties
       to match the strongly typed objects passed in as TestContext.Properties by Test Manager.