Lunt 0.0.5

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

// Install Lunt as a Cake Tool
#tool nuget:?package=Lunt&version=0.0.5

Use this library if you want to create your own pipeline components for Lunt.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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 Lunt:

Package Downloads
Lunt.Debugging

Use this library if you want to debug Lunt pipeline components.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.5 1,765 5/21/2014
0.0.4 1,551 5/11/2014
0.0.3 1,272 5/7/2014
0.0.2 1,125 5/7/2014
0.0.1 1,081 5/6/2014

Renamed the build engine to make place for the convention based engine.
Nancyfied the bootstrapper to make it more versatile.
Added convention based build engine that uses the bootstrapper.
Assembly type scanner now skips dynamic assemblies.
Added colors to build log.
Lake exit codes now give more information about executed build.