FlubuCore.Runner 8.0.0

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

This package includes the Flubu runner which is used for executing Flubu scripts.
     Flubu is a C# library for building projects and executing deployment scripts using C# code.
     Wiki can be found at: https://github.com/flubu-core/flubu.core/wiki
     A detailed example of how Flubu is used to build example project: https://github.com/flubu-core/examples

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on FlubuCore.Runner:

Package Downloads
TestandoFlubuCore

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
8.0.0 846 11/25/2023
7.0.1 858 7/21/2023
7.0.0 1,045 1/9/2023
6.4.4 3,399 6/29/2022
6.4.3 1,124 6/29/2022
6.4.2 1,174 6/27/2022
6.3.2 1,347 10/10/2021
6.3.1 1,168 10/10/2021
6.3.0 1,132 9/25/2021
6.2.0 1,599 8/26/2021
6.2.0-preview1 888 7/15/2021
6.1.6 1,052 7/6/2021
6.1.5 1,046 7/5/2021
6.1.4 1,122 6/22/2021
6.1.3 1,282 5/24/2021
6.1.3-preview1 918 5/13/2021
6.1.2 1,030 5/12/2021
6.1.1 1,143 4/3/2021
6.1.0 1,119 3/16/2021
6.0.0-preview4 1,110 12/17/2020
Loading failed