Chauffeur.Runner
2.0.0-umbraco-v8-20190325.23
This is a prerelease version of Chauffeur.Runner.
dotnet add package Chauffeur.Runner --version 2.0.0-umbraco-v8-20190325.23
NuGet\Install-Package Chauffeur.Runner -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.Runner" 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.Runner" Version="2.0.0-umbraco-v8-20190325.23" />
<PackageReference Include="Chauffeur.Runner" />
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.Runner --version 2.0.0-umbraco-v8-20190325.23
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Chauffeur.Runner, 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.
#:package Chauffeur.Runner@2.0.0-umbraco-v8-20190325.23
#: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=Chauffeur.Runner&version=2.0.0-umbraco-v8-20190325.23&prerelease
#tool nuget:?package=Chauffeur.Runner&version=2.0.0-umbraco-v8-20190325.23&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Chauffeur Runner is a CLI for executing Chauffeur deliverables against an Umbraco instance.
| Product | Versions 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.
-
.NETFramework 4.7.2
- Chauffeur (>= 2.0.0-umbraco-v8-20190325.23)
- FSharp.Core (>= 4.6.2)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Chauffeur.Runner:
| Package | Downloads |
|---|---|
|
uSync.Chauffeur
uSync Deliverable for Chauffeur so you can run usync commands against your umbraco site. |
|
|
uSync.Migrations.Chauffeur
Command line migrations for Chauffeur for umbraco, lets you manage things from the command line |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.0.0-umbraco-v8-20190325.23 | 2,716 | 3/25/2019 |
| 2.0.0-umbraco-v8-20190325.21 | 682 | 3/25/2019 |
| 2.0.0-umbraco-v8-20190301.11 | 702 | 3/1/2019 |
| 2.0.0-merge-20190301.10 | 701 | 3/1/2019 |
| 1.4.1 | 30,525 | 4/12/2019 |
| 1.4.0 | 3,599 | 11/21/2018 |
| 1.4.0-v140-20181122.1 | 812 | 11/21/2018 |
| 1.4.0-merge-274 | 1,053 | 11/20/2018 |
| 1.3.0 | 8,311 | 9/3/2018 |
| 1.3.0-vnext-180 | 1,162 | 9/3/2018 |
| 1.3.0-pre-value--171 | 1,111 | 8/30/2018 |
| 1.3.0-local-temp-173 | 1,150 | 8/31/2018 |
| 1.3.0-files-path-172 | 1,166 | 8/31/2018 |
| 1.3.0-delivery-s-179 | 1,146 | 9/3/2018 |
| 1.3.0-delivery-s-174 | 1,120 | 9/3/2018 |
| 1.3.0-azure-devo-189 | 1,058 | 11/20/2018 |
| 1.2.0-codecov-178 | 1,132 | 9/3/2018 |
| 1.2.0-codecov-177 | 1,089 | 9/3/2018 |
| 1.2.0-codecov-176 | 1,131 | 9/3/2018 |
| 1.2.0-codecov-175 | 1,090 | 9/3/2018 |
Loading failed
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