AnFake 1.0.6

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

// Install AnFake as a Cake Tool
#tool nuget:?package=AnFake&version=1.0.6

AnFake: Another F# Make. Use eighther F# or C# script for your build definitions in Ms Team Build, forget about build process templates! Integration with TFS 2012/2013 provided out-of-box.

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
1.0.6 124 4/27/2015
1.0.5 76 4/6/2015
1.0.4 61 3/27/2015

### 1.0.6

* [+] Version specific mappings in .workspace now supported.
* [*] Convention is defined in standalone file tf-conv.fsx now and might be customized by end-user.
* [*] Bug with interference in pipeline's log messages fixed.
* [+] Additional params for pipeline steps now supported.