Lunt.Make 0.0.5

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

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

Use this package as a part of your build pipeline to build assets with Lunt.

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
0.0.5 1,400 5/21/2014
0.0.4 1,081 5/11/2014
0.0.3 1,051 5/7/2014
0.0.2 1,045 5/7/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.