TestRail 1.0.0.12
See the version list below for details.
dotnet add package TestRail --version 1.0.0.12
NuGet\Install-Package TestRail -Version 1.0.0.12
<PackageReference Include="TestRail" Version="1.0.0.12" />
paket add TestRail --version 1.0.0.12
#r "nuget: TestRail, 1.0.0.12"
// Install TestRail as a Cake Addin #addin nuget:?package=TestRail&version=1.0.0.12 // Install TestRail as a Cake Tool #tool nuget:?package=TestRail&version=1.0.0.12
C# implementation of the TestRail API
Product | Versions 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. |
-
- Newtonsoft.Json (>= 9.0.1)
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 | 381,967 | 10/26/2021 |
3.2.0 | 36,686 | 9/27/2021 |
3.1.2 | 45,890 | 4/16/2021 |
3.1.1 | 15,703 | 12/4/2020 |
2.0.5 | 129,090 | 11/8/2019 |
2.0.4 | 11,810 | 9/18/2019 |
2.0.3 | 291,648 | 1/8/2019 |
2.0.1 | 25,683 | 3/29/2018 |
2.0.0 | 31,591 | 12/11/2017 |
1.0.0.15 | 41,249 | 10/19/2017 |
1.0.0.12 | 24,165 | 7/8/2016 |
1.0.0.11 | 1,609 | 7/7/2016 |
1.0.0.10 | 2,669 | 3/21/2016 |
1.0.0.9 | 1,752 | 2/23/2016 |
1.0.0.8 | 2,337 | 12/17/2014 |
1.0.0.5 | 1,926 | 6/9/2014 |
1.0.0.4 | 1,925 | 1/22/2014 |
1.0.0.2 | 1,673 | 12/9/2013 |
##1.0.0.12
- Bug Fix
- Run's JSON Parse method threw possible ArgumentNullException on created_on field
##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