AnFake 1.1.0

dotnet add package AnFake --version 1.1.0
NuGet\Install-Package AnFake -Version 1.1.0
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.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AnFake --version 1.1.0
#r "nuget: AnFake, 1.1.0"
#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.1.0

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

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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on AnFake:

Package Downloads
TeamBuild.ScriptTemplate

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. This package is just an ALIAS for AnFake, which is installed as dependent one.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 2,864 10/1/2015
1.0.6 1,906 4/27/2015
1.0.5 1,334 4/6/2015
1.0.4 1,344 3/27/2015

v1.1.0

[+] Installer implemented
[+] Speed-up start: using pre-compiled fsx script if possible.
[+] VS2015 support added.
[+] AssemblyInfo.cpp support implemented.
[*] GetLatest/GetSpecific commands restore solution-level packages.
[*] AnFake tools use VS Output Window instead of standalone console.
[*] Back slashes inside zip. Fixed.
[*] Fail to setup tools into partiall VS installation. Fixed.