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.
<PackageVersion Include="Lunt.Make" Version="0.0.5" />
                    
Directory.Packages.props
<PackageReference Include="Lunt.Make" />
                    
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 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.
#:package Lunt.Make@0.0.5
                    
#: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=Lunt.Make&version=0.0.5
                    
Install as a Cake Addin
#tool nuget:?package=Lunt.Make&version=0.0.5
                    
Install as a Cake Tool

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.5 126 5/21/2014
0.0.4 49 5/11/2014
0.0.3 50 5/7/2014
0.0.2 51 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.