Blue.Boot 0.4.3

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

// Install Blue.Boot as a Cake Tool
#tool nuget:?package=Blue.Boot&version=0.4.3

Design-Time NuGet Package Aggregator - Integration package

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.4.3 192 11/28/2014
0.4.2 117 10/1/2014
0.4.1 245 8/27/2014
0.4.0 101 8/25/2014

0.4.3 - Release-Build
     0.4.1 - added TypeInitializer in Template-Class, as current WP 8.1 platform would otherwise not initialize static fields of partial extensions
     0.4.0 - requires Blue.Boot.Lib >= 0.2.0
     0.3.1 - pre processor constant "Blue_Boot" will be set in the target project, so dependant packages can decide wether to call Boot.Strap()
     0.3.0 - Call to Boot.Strap will only run once - every subsequent call will return immediately
     - Boot template-file delivers PreProcessor directive for usage in Boot-Modules
     0.2.0 - changed location of content-files from Blue.Boot to _Blue.Boot
     0.1.0 - Initital Release