WATS.Client 6.1.134

dotnet add package WATS.Client --version 6.1.134
                    
NuGet\Install-Package WATS.Client -Version 6.1.134
                    
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="WATS.Client" Version="6.1.134" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WATS.Client" Version="6.1.134" />
                    
Directory.Packages.props
<PackageReference Include="WATS.Client" />
                    
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 WATS.Client --version 6.1.134
                    
#r "nuget: WATS.Client, 6.1.134"
                    
#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.
#:package WATS.Client@6.1.134
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=WATS.Client&version=6.1.134
                    
Install as a Cake Addin
#tool nuget:?package=WATS.Client&version=6.1.134
                    
Install as a Cake Tool

Access to the WATS Client API for use in development of test sequencers, converters, and other tools.

The purpose of this package is that developers do not have to install the WATS Client to develop with the WATS Client API.
This package includes the WATS Client API only and is not a true alternative to installing the WATS Client. The WATS Client performs backround tasks like running converters, keeping the local list of test operations up to date, logging usage statistics to WATS, and retrying reports that failed to upload.
If the software made using this package is not deployed alongside an installation of the WATS Client, such tasks must instead be performed by the software.
When software made using this package is deployed alongside a WATS Client, the API for the version of the WATS Client is used, not the version of this package. Software developed using this package can therefore be updated to take advantage of bugfixes in the API by updating the WATS Client without make a new version of the software.

See samples on http://support.virinco.com/

Use the newest 5.x version if developing for use with WATS Client 5.x .

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.7.2

    • 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
6.1.134 1,974 6/27/2025
6.1.133 7,479 3/19/2025
6.1.131 238 1/20/2025
6.1.130 5,388 12/3/2024
6.1.122 345 9/9/2024
6.1.121 256 9/2/2024
6.1.116 828 5/15/2024
6.1.108 6,912 3/13/2024
6.1.106 335 2/23/2024
6.1.105 422 1/29/2024
6.1.101 690 11/10/2023
6.1.97 5,159 10/31/2023
6.1.95 565 9/29/2023
6.1.94 3,681 8/28/2023
6.1.91 3,613 6/6/2023
6.1.88 820 5/12/2023
6.1.81 1,736 3/6/2023
6.1.76 936 1/25/2023
6.1.75 886 1/10/2023
6.1.74 853 12/21/2022
Loading failed

See https://download.wats.com/ for release notes.