TestRail 1.0.0.11

There is a newer version of this package available.
See the version list below for details.
dotnet add package TestRail --version 1.0.0.11
NuGet\Install-Package TestRail -Version 1.0.0.11
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="TestRail" Version="1.0.0.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TestRail --version 1.0.0.11
#r "nuget: TestRail, 1.0.0.11"
#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 TestRail as a Cake Addin
#addin nuget:?package=TestRail&version=1.0.0.11

// Install TestRail as a Cake Tool
#tool nuget:?package=TestRail&version=1.0.0.11

C# implementation of the TestRail API

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  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.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on TestRail:

Package Downloads
EngOps-TestRail-Integrator

Package Description

Abhinav

Package Description

SDCFramework

Package description

SDCAutomationFramework

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.2.1 295,308 10/26/2021
3.2.0 35,800 9/27/2021
3.1.2 40,199 4/16/2021
3.1.1 15,479 12/4/2020
2.0.5 122,012 11/8/2019
2.0.4 11,113 9/18/2019
2.0.3 270,001 1/8/2019
2.0.1 25,569 3/29/2018
2.0.0 31,539 12/11/2017
1.0.0.15 40,030 10/19/2017
1.0.0.12 23,912 7/8/2016
1.0.0.11 1,548 7/7/2016
1.0.0.10 2,611 3/21/2016
1.0.0.9 1,697 2/23/2016
1.0.0.8 2,279 12/17/2014
1.0.0.5 1,871 6/9/2014
1.0.0.4 1,864 1/22/2014
1.0.0.2 1,611 12/9/2013

##1.0.0.11
     - Update for VS 2015 and C# 6
     - Update Nuget packages
     - Features
       - Add CreatedOn property to Run class
   ##1.0.0.10
     - TestRail types contain the Raw JSON object received
   ##1.0.0.9
     - Add more fields into Plan
     - Update Nuget libraries
   ##1.0.0.8
     - Fix Nuget spec file
   ##1.0.0.7
     - Update dependencies for this package
   ##1.0.0.6
     - Bug
       - Result Status Enum for Untested had wrong ID
     - Feature
       - Get Plan now populates complete run objects
       - Get for Configs
       - Ability to create a test plan with configs
       - Config Ids added to plan entry
   ##1.0.0.5
     - Update Json.net Nuget Package