FAKE 5.16.0
Please use local or global tools and follow the migration guide https://fake.build/guide/fake-migrate-to-fake-5.html
dotnet add package FAKE --version 5.16.0
NuGet\Install-Package FAKE -Version 5.16.0
<PackageReference Include="FAKE" Version="5.16.0" />
<PackageVersion Include="FAKE" Version="5.16.0" />
<PackageReference Include="FAKE" />
paket add FAKE --version 5.16.0
#r "nuget: FAKE, 5.16.0"
#:package FAKE@5.16.0
#addin nuget:?package=FAKE&version=5.16.0
#tool nuget:?package=FAKE&version=5.16.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 (5)
Showing the top 5 NuGet packages that depend on FAKE:
| Package | Downloads |
|---|---|
|
Yaaf.AdvancedBuilding
Yaaf.AdvancedBuilding is a loose collection of build scripts. The benefit is that you can automatically update your build by updating this package, when you don't need your own crazy build script. But even than it is possible that you could re-use some scripts within this package. |
|
|
FSharp.FakeTargets
Basic FAKE targets to get your project up and running ASAP |
|
|
FAKE.Unity3D
Unity3D tasks for FAKE |
|
|
PackProj
Create NuGet package during build. |
|
|
Weingartner.DotLiquidExtensions
Extensions for the DotLiquid template engine. |
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 | |
|---|---|---|---|
| 5.16.0 | 295,877 | 8/17/2019 | |
| 5.16.0-alpha.1228 | 4,202 | 8/17/2019 | |
| 5.8.4 | 221,994 | 10/8/2018 | |
| 5.3.0 | 44,236 | 7/30/2018 | |
| 5.2.0 | 27,099 | 7/9/2018 | |
| 5.1.0 | 21,010 | 6/17/2018 | |
| 5.0.0 | 22,848 | 6/6/2018 | |
| 5.0.0-rc018.248 | 1,028 | 6/5/2018 | |
| 5.0.0-rc018.244 | 901 | 6/2/2018 | |
| 5.0.0-rc016.225 | 1,670 | 5/21/2018 | |
| 5.0.0-rc014.167 | 1,880 | 5/19/2018 | |
| 5.0.0-rc013.141 | 897 | 5/18/2018 | |
| 5.0.0-rc012.95 | 1,130 | 5/12/2018 | |
| 5.0.0-rc011 | 5,956 | 5/6/2018 | |
| 4.64.18 | 253,591 | 1/30/2020 | |
| 4.64.17 | 124,111 | 3/19/2019 | |
| 4.64.16 | 21,171 | 2/15/2019 | |
| 4.64.15 | 5,695 | 2/15/2019 | |
| 4.64.14 | 10,360 | 1/7/2019 | |
| 4.64.13 | 122,271 | 5/2/2018 |
LEGACY: Remove `Fake.Deploy` from repository and NuGet package, see https://github.com/fsharp/FAKE/issues/1820
LEGACY: Update to `net461` to support latest `FSharp.Compiler.Service` to fix https://github.com/fsharp/FAKE/issues/2362
LEGACY: Release a new version of `FakeLib.dll` (the original FAKE NuGet package)
BUGFIX: Fake.Api.Slack uses `Username` not `From`, thanks @mastion - https://github.com/fsharp/FAKE/pull/2360
ENHANCEMENT: add rollforward policy to next-major to make `fake-cli` work in future dotnet sdk major version, thanks @baronfel - https://github.com/fsharp/FAKE/pull/2372
ENHANCEMENT: `ProcessUtils` now considers `PATHEXT` on windows - https://github.com/fsharp/FAKE/pull/2368
ENHANCEMENT: [`Fake.Api.GitHub`] Added `TargetCommitish` parameter to the `CreateReleaseParams` record. This parameter is passed to Octokit's 'NewRelease', and allows for the creation of releases from arbitrary commits when the release tag does not exist yet, thanks @nikolamilekic - https://github.com/fsharp/FAKE/pull/2367
(Minor) BREAKING: Drop support for `netstandard1.6` and `net46` (please open an issue if that actually hits you). All fake modules are now compiled for `netstandard2.0`, `net462` and `FSharp.Core 4.7`, you should consider to upgrade your runtime.
ENHANCEMENT: `Fake.DotNet.Fsc` and `Fake.DotNet.Fsi` now use latest `FSharp.Compiler.Service`
ENHANCEMENT: The fake runtime now supports `FSharp.Core 4.7`, thanks @drssoccer55 - https://github.com/fsharp/FAKE/pull/2373