![]() |
VOOZH | about |
dotnet add package FAKE.Deploy.Lib --version 5.8.4
NuGet\Install-Package FAKE.Deploy.Lib -Version 5.8.4
<PackageReference Include="FAKE.Deploy.Lib" Version="5.8.4" />
<PackageVersion Include="FAKE.Deploy.Lib" Version="5.8.4" />Directory.Packages.props
<PackageReference Include="FAKE.Deploy.Lib" />Project file
paket add FAKE.Deploy.Lib --version 5.8.4
#r "nuget: FAKE.Deploy.Lib, 5.8.4"
#:package FAKE.Deploy.Lib@5.8.4
#addin nuget:?package=FAKE.Deploy.Lib&version=5.8.4Install as a Cake Addin
#tool nuget:?package=FAKE.Deploy.Lib&version=5.8.4Install as a Cake Tool
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.
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.8.4 | 5,241 | 10/8/2018 |
| 5.3.0 | 4,778 | 7/30/2018 |
| 5.2.0 | 4,636 | 7/9/2018 |
| 5.1.0 | 4,192 | 6/17/2018 |
| 5.0.0 | 3,885 | 6/6/2018 |
| 5.0.0-rc018.248 | 679 | 6/5/2018 |
| 5.0.0-rc018.244 | 639 | 6/2/2018 |
| 5.0.0-rc016.225 | 671 | 5/21/2018 |
| 5.0.0-rc015.196 | 690 | 5/20/2018 |
| 5.0.0-rc014.167 | 712 | 5/19/2018 |
| 5.0.0-rc013.141 | 643 | 5/18/2018 |
| 5.0.0-rc012.95 | 710 | 5/12/2018 |
| 5.0.0-rc011 | 2,585 | 5/6/2018 |
| 5.0.0-rc010 | 2,420 | 5/1/2018 |
| 5.0.0-rc009 | 2,851 | 5/1/2018 |
| 5.0.0-rc008 | 2,613 | 4/26/2018 |
| 5.0.0-rc007 | 2,467 | 4/22/2018 |
| 5.0.0-rc006 | 2,707 | 4/22/2018 |
| 5.0.0-rc005 | 2,933 | 4/15/2018 |
| 4.64.13 | 2,779 | 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