Chauffeur.TestingTools 2.0.0-umbraco-v8-20190325.23

This is a prerelease version of Chauffeur.TestingTools.
dotnet add package Chauffeur.TestingTools --version 2.0.0-umbraco-v8-20190325.23
                    
NuGet\Install-Package Chauffeur.TestingTools -Version 2.0.0-umbraco-v8-20190325.23
                    
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="2.0.0-umbraco-v8-20190325.23" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Chauffeur.TestingTools" Version="2.0.0-umbraco-v8-20190325.23" />
                    
Directory.Packages.props
<PackageReference Include="Chauffeur.TestingTools" />
                    
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 Chauffeur.TestingTools --version 2.0.0-umbraco-v8-20190325.23
                    
#r "nuget: Chauffeur.TestingTools, 2.0.0-umbraco-v8-20190325.23"
                    
#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.
#addin nuget:?package=Chauffeur.TestingTools&version=2.0.0-umbraco-v8-20190325.23&prerelease
                    
Install Chauffeur.TestingTools as a Cake Addin
#tool nuget:?package=Chauffeur.TestingTools&version=2.0.0-umbraco-v8-20190325.23&prerelease
                    
Install Chauffeur.TestingTools as a Cake Tool

Chauffeur Testing Tools is a series of helpers for using Chauffeur to setup Umbraco for integration testing with Umbraco's API

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.

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 719 3/25/2019
2.0.0-umbraco-v8-20190325.21 368 3/25/2019
2.0.0-umbraco-v8-20190301.11 384 3/1/2019
2.0.0-merge-20190301.10 376 3/1/2019
1.4.1 1,251 4/12/2019
1.4.0 1,221 11/21/2018
1.4.0-v140-20181122.1 487 11/21/2018
1.4.0-merge-274 638 11/20/2018
1.3.0 981 9/3/2018
1.3.0-vnext-180 737 9/3/2018
1.3.0-pre-value--171 729 8/30/2018
1.3.0-pre-value--170 722 8/30/2018
1.3.0-local-temp-173 725 8/31/2018
1.3.0-local-temp-169 749 8/30/2018
1.3.0-local-temp-168 755 8/30/2018
1.3.0-local-temp-167 739 8/30/2018
1.3.0-files-path-172 839 8/31/2018
1.3.0-delivery-s-179 718 9/3/2018
1.3.0-delivery-s-174 731 9/3/2018
1.3.0-azure-devo-189 697 11/20/2018
1.2.0 967 8/28/2018
1.2.0-local-temp-166 781 8/30/2018
1.2.0-codecov-178 753 9/3/2018
1.2.0-codecov-177 729 9/3/2018
1.2.0-codecov-176 742 9/3/2018
1.2.0-codecov-175 742 9/3/2018
1.2.0-codecov-165 738 8/29/2018
1.2.0-codecov-164 757 8/29/2018
1.1.1 1,139 7/4/2018
1.1.1-command-li-156 828 7/4/2018
1.1.0 1,025 6/29/2018
1.1.0-v11-147 793 6/29/2018
1.1.0-v11-146 1,106 4/22/2018
1.1.0-v11-142 994 3/27/2018
1.1.0-v11-141 974 3/26/2018
1.1.0-v11-140 1,017 3/21/2018
1.1.0-create-use-145 947 4/17/2018
1.1.0-create-use-144 1,007 4/16/2018
1.1.0-create-use-143 1,009 4/16/2018
1.1.0-command-li-150 837 7/4/2018

Complete rewrite to support Umbraco 8
Migrated to F# as the core language
Uses the new boot pipeline in Umbraco 8
Migrated some Deliverables to F#, others are still in C# in a separate project