FAKE.Deploy.Lib.x64
5.8.4
dotnet add package FAKE.Deploy.Lib.x64 --version 5.8.4
NuGet\Install-Package FAKE.Deploy.Lib.x64 -Version 5.8.4
<PackageReference Include="FAKE.Deploy.Lib.x64" Version="5.8.4" />
<PackageVersion Include="FAKE.Deploy.Lib.x64" Version="5.8.4" />
<PackageReference Include="FAKE.Deploy.Lib.x64" />
paket add FAKE.Deploy.Lib.x64 --version 5.8.4
#r "nuget: FAKE.Deploy.Lib.x64, 5.8.4"
#:package FAKE.Deploy.Lib.x64@5.8.4
#addin nuget:?package=FAKE.Deploy.Lib.x64&version=5.8.4
#tool nuget:?package=FAKE.Deploy.Lib.x64&version=5.8.4
FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#. Extensions for FAKE Deploy
Learn more about Target Frameworks and .NET Standard.
-
- FAKE.Core.x64 (= 5.8.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.8.4 | 4,912 | 10/8/2018 |
| 5.3.0 | 4,876 | 7/30/2018 |
| 5.2.0 | 3,937 | 7/9/2018 |
| 5.1.0 | 4,062 | 6/17/2018 |
| 5.0.0 | 4,068 | 6/6/2018 |
| 5.0.0-rc018.248 | 639 | 6/5/2018 |
| 5.0.0-rc018.244 | 604 | 6/2/2018 |
| 5.0.0-rc016.225 | 602 | 5/21/2018 |
| 5.0.0-rc015.196 | 618 | 5/20/2018 |
| 5.0.0-rc014.167 | 570 | 5/19/2018 |
| 5.0.0-rc013.141 | 555 | 5/18/2018 |
| 5.0.0-rc012.95 | 636 | 5/12/2018 |
| 5.0.0-rc011 | 2,683 | 5/6/2018 |
| 5.0.0-rc010 | 2,250 | 5/1/2018 |
| 5.0.0-rc009 | 2,817 | 5/1/2018 |
| 5.0.0-rc008 | 2,598 | 4/26/2018 |
| 5.0.0-rc007 | 2,443 | 4/22/2018 |
| 5.0.0-rc006 | 2,817 | 4/22/2018 |
| 5.0.0-rc005 | 2,713 | 4/15/2018 |
| 4.64.13 | 3,056 | 5/2/2018 |
ENHANCEMENT: Some modules are now usable without FAKE context (ie. in your regular projects)
ENHANCEMENT: Inform when the `target` environment variable is used - https://github.com/fsharp/FAKE/issues/2107
ENHANCEMENT: Improve TeamCity support - https://github.com/fsharp/FAKE/pull/2111
ENHANCEMENT: Update Netstandard.Library package to `2.0.3` - https://github.com/fsharp/FAKE/pull/2106
ENHANCEMENT: Add `Process.getFileName` api to retrieve the full-path of a given process
ENHANCEMENT: Kill existing running `dotnet.exe` processes before running the dotnet-cli installer
BUGFIX: Environment variables are case insensitive on windows, fake will now throw exceptions if it detects invalid environment maps
BUGFIX: MSBuild properties containing special characters lead to errors - https://github.com/fsharp/FAKE/issues/2112
BUGFIX: Improve error message when release notes are invalid - https://github.com/fsharp/FAKE/issues/2085
BUGFIX: Improve error message when globbing pattern is invalid - https://github.com/fsharp/FAKE/issues/2073
BUGFIX: Do no longer provide the `--parallel` argument by default when running expecto - https://github.com/fsharp/FAKE/issues/2039
DOCS: Fix syntax errors in dacpac docs - https://github.com/fsharp/FAKE/pull/2115