FAKE 3.6.0
See the version list below for details.
dotnet add package FAKE --version 3.6.0
NuGet\Install-Package FAKE -Version 3.6.0
<PackageReference Include="FAKE" Version="3.6.0" />
<PackageVersion Include="FAKE" Version="3.6.0" />
<PackageReference Include="FAKE" />
paket add FAKE --version 3.6.0
#r "nuget: FAKE, 3.6.0"
#:package FAKE@3.6.0
#addin nuget:?package=FAKE&version=3.6.0
#tool nuget:?package=FAKE&version=3.6.0
FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#. This package bundles all extensions.
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 (3)
Showing the top 3 popular GitHub repositories that depend on FAKE:
| Repository | Stars |
|---|---|
|
IrcDotNet/IrcDotNet
IRC.NET is a complete IRC (Internet Relay Chat) client library for .NET.
|
|
|
KalikoCMS/KalikoCMS.Core
Open source content management system (CMS) for the ASP.NET platform.
|
|
|
alexandrnikitin/CircuitBreaker.Net
Circuit Breaker pattern for .NET
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 4.10.5 | 1,380 | 12/14/2015 | |
| 4.10.4 | 566 | 12/13/2015 | |
| 4.10.3 | 2,299 | 12/2/2015 | |
| 4.10.1 | 646 | 12/1/2015 | |
| 4.10.0 | 666 | 11/30/2015 | |
| 4.9.8 | 189 | 11/30/2015 | |
| 4.9.7 | 153 | 11/30/2015 | |
| 4.9.6 | 67 | 11/30/2015 | |
| 4.9.5 | 512 | 11/29/2015 | |
| 4.9.3 | 4,523 | 11/17/2015 | |
| 4.9.2 | 244 | 11/17/2015 | |
| 4.9.1 | 1,966 | 11/11/2015 | |
| 4.9.0 | 105 | 11/11/2015 | |
| 4.8.0 | 3,204 | 11/4/2015 | |
| 4.7.3 | 1,689 | 10/30/2015 | |
| 4.7.2 | 4,152 | 10/19/2015 | |
| 4.7.1 | 1,519 | 10/15/2015 | |
| 4.7.0 | 425 | 10/15/2015 | |
| 4.6.4 | 500 | 1/24/2020 | |
| 3.6.0 | 161 | 10/14/2014 |
FAKE got a new logo - https://github.com/fsharp/FAKE/pull/553
Use Paket to handle dependencies - https://fsprojects.github.io/Paket/
Single target mode --single-target - https://fsharp.github.io/FAKE/specifictargets.html
New recursive copy functions - https://github.com/fsharp/FAKE/pull/559
NuGetPack allows to manipulate nuspec files - https://github.com/fsharp/FAKE/pull/554
Support for MSpec --xml parameter - https://github.com/fsharp/FAKE/pull/545
Make GetPackageVersion work with Paket - https://fsprojects.github.io/Paket/
Added missing schemaName parameter for Roundhouse helper - https://github.com/fsharp/FAKE/pull/551
Roundhouse Cleanup - https://github.com/fsharp/FAKE/pull/550
Update FSharp.Compiler.Service to 0.0.62
BUGFIX: If site exists then the site will be modified by IISHelper with the given parameters - https://github.com/fsharp/FAKE/pull/548
BUGFIX: Messages in FSC task to stderr stream can break the build - https://github.com/fsharp/FAKE/pull/546
BUGFIX: Use AppVeyor's build version instead of the build number - https://github.com/fsharp/FAKE/pull/560