Chauffeur.TestingTools 1.1.0

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

// Install Chauffeur.TestingTools as a Cake Tool
#tool nuget:?package=Chauffeur.TestingTools&version=1.1.0

Chauffeur Runner is a CLI for executing Chauffeur deliverables against an Umbraco instance.

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
2.0.0-umbraco-v8-20190325.23 650 3/25/2019
2.0.0-umbraco-v8-20190325.21 311 3/25/2019
2.0.0-umbraco-v8-20190301.11 326 3/1/2019
2.0.0-merge-20190301.10 318 3/1/2019
1.4.1 1,149 4/12/2019
1.4.0 1,123 11/21/2018
1.4.0-v140-20181122.1 420 11/21/2018
1.4.0-merge-274 563 11/20/2018
1.3.0 885 9/3/2018
1.3.0-vnext-180 642 9/3/2018
1.3.0-pre-value--171 639 8/30/2018
1.3.0-pre-value--170 637 8/30/2018
1.3.0-local-temp-173 637 8/31/2018
1.3.0-local-temp-169 661 8/30/2018
1.3.0-local-temp-168 660 8/30/2018
1.3.0-local-temp-167 654 8/30/2018
1.3.0-files-path-172 749 8/31/2018
1.3.0-delivery-s-179 622 9/3/2018
1.3.0-delivery-s-174 641 9/3/2018
1.3.0-azure-devo-189 618 11/20/2018
1.2.0 855 8/28/2018
1.2.0-local-temp-166 683 8/30/2018
1.2.0-codecov-178 661 9/3/2018
1.2.0-codecov-177 639 9/3/2018
1.2.0-codecov-176 652 9/3/2018
1.2.0-codecov-175 640 9/3/2018
1.2.0-codecov-165 650 8/29/2018
1.2.0-codecov-164 669 8/29/2018
1.1.1 959 7/4/2018
1.1.1-command-li-156 707 7/4/2018
1.1.0 882 6/29/2018
1.1.0-v11-147 676 6/29/2018
1.1.0-v11-146 921 4/22/2018
1.1.0-v11-142 815 3/27/2018
1.1.0-v11-141 797 3/26/2018
1.1.0-v11-140 839 3/21/2018
1.1.0-create-use-145 762 4/17/2018
1.1.0-create-use-144 827 4/16/2018
1.1.0-create-use-143 831 4/16/2018
1.1.0-command-li-150 716 7/4/2018

Making the text reader/writer extensions public so other devs can use them
Adding a new deliverable `delivery-tracking` that shows the tracking of your `*.delivery` files
Extracting the code for standing up the integration test host as a NuGet package
Extending the `User` deliverable to use the `BackOfficeIdentity` and associated APIs, this also means you can now create users via Chauffeur