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

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 3,301 10/1/2015
1.0.6 2,215 4/27/2015
1.0.5 1,534 4/6/2015
1.0.4 1,552 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.