Jaahas.Cake.Extensions 2.0.1

dotnet add package Jaahas.Cake.Extensions --version 2.0.1
NuGet\Install-Package Jaahas.Cake.Extensions -Version 2.0.1
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="Jaahas.Cake.Extensions" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Jaahas.Cake.Extensions --version 2.0.1
#r "nuget: Jaahas.Cake.Extensions, 2.0.1"
#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 Jaahas.Cake.Extensions as a Cake Addin
#addin nuget:?package=Jaahas.Cake.Extensions&version=2.0.1

// Install Jaahas.Cake.Extensions as a Cake Tool
#tool nuget:?package=Jaahas.Cake.Extensions&version=2.0.1

About

Jaahas.Cake.Extensions is a recipe package for Cake, used to provide a common way of versioning and running builds using Cake.

How to Use

In the folder where your .NET solution file resides, create a version.json file that is structured as follows:

{
  "Major": 1,
  "Minor": 0,
  "Patch": 0,
  "PreRelease": ""
}

Update your build.cake file as follows:

const string DefaultSolutionFile = "./MySolution.sln";
const string VersionFile = "./version.json";

#load nuget:?package=Jaahas.Cake.Extensions&version=2.0.1

// Bootstrap build context and tasks.
Bootstrap(DefaultSolutionFile, VersionFile);

// Run the specified target.
Run();

Additional documentation is available on GitHub.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.1 172 4/15/2024
2.0.0 149 4/13/2024
1.7.0 306 8/10/2023
1.6.2 240 3/22/2023
1.6.1 200 3/21/2023
1.6.0 198 3/21/2023
1.5.0 484 9/14/2022
1.4.2 364 8/28/2022
1.4.1 373 8/27/2022
1.4.0 349 8/23/2022
1.3.1 380 8/23/2022
1.3.0 389 8/23/2022
1.2.0 374 8/18/2022
1.1.0 291 1/5/2022
1.0.0 302 12/15/2021