TestRailBQA 1.0.0.13

dotnet add package TestRailBQA --version 1.0.0.13
                    
NuGet\Install-Package TestRailBQA -Version 1.0.0.13
                    
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="TestRailBQA" Version="1.0.0.13" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TestRailBQA" Version="1.0.0.13" />
                    
Directory.Packages.props
<PackageReference Include="TestRailBQA" />
                    
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 TestRailBQA --version 1.0.0.13
                    
#r "nuget: TestRailBQA, 1.0.0.13"
                    
#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 TestRailBQA@1.0.0.13
                    
#: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=TestRailBQA&version=1.0.0.13
                    
Install as a Cake Addin
#tool nuget:?package=TestRailBQA&version=1.0.0.13
                    
Install as a Cake Tool

Fork of zoosk/testrail-client - 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

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
1.0.0.13 5,933 6/29/2017

##1.0.0.13
 - Add GetResultsFromRun
   ##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