FAKE 4.10.0

Suggested Alternatives

Newtonsoft.Json 6.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package FAKE --version 4.10.0
                    
NuGet\Install-Package FAKE -Version 4.10.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="FAKE" Version="4.10.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FAKE" Version="4.10.0" />
                    
Directory.Packages.props
<PackageReference Include="FAKE" />
                    
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 FAKE --version 4.10.0
                    
#r "nuget: FAKE, 4.10.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.
#:package FAKE@4.10.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FAKE&version=4.10.0
                    
Install as a Cake Addin
#tool nuget:?package=FAKE&version=4.10.0
                    
Install as a Cake Tool

<script>foo</script>

There are no supported framework assets in this package.

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,391 12/14/2015 4.10.5 is deprecated because it is no longer maintained.
4.10.4 580 12/13/2015
4.10.3 2,308 12/2/2015
4.10.1 653 12/1/2015
4.10.0 678 11/30/2015 4.10.0 is deprecated because it is no longer maintained.
4.9.8 198 11/30/2015
4.9.7 158 11/30/2015
4.9.6 73 11/30/2015
4.9.5 525 11/29/2015
4.9.3 4,532 11/17/2015
4.9.2 256 11/17/2015
4.9.1 1,972 11/11/2015
4.9.0 119 11/11/2015
4.8.0 3,211 11/4/2015
4.7.3 1,700 10/30/2015
4.7.2 4,158 10/19/2015
4.7.1 1,527 10/15/2015
4.7.0 430 10/15/2015
4.7.0-alpha002 84 10/15/2015
4.6.4 511 1/24/2020
Loading failed

Added support for Squirrel's --no-msi option - https://github.com/fsharp/FAKE/pull/1013
Upload has longer timeout - https://github.com/fsharp/FAKE/pull/1004
Added the History Directory argument of ReportGenerator - https://github.com/fsharp/FAKE/pull/1003
Support for Bamboo build server - https://github.com/fsharp/FAKE/pull/1015
Added APPVEYOR_JOB_NAME appveyor environment variable - https://github.com/fsharp/FAKE/pull/1022
Updated octopus sample to reflect 3.3.0 package - https://github.com/fsharp/FAKE/pull/1021
Added functionality for deleting files and folders in FTP Helper - https://github.com/fsharp/FAKE/pull/1018
BASH completion for FAKE targets - https://github.com/fsharp/FAKE/pull/1020
BUGFIX: Fix case on MsBuild LogFile option - https://github.com/fsharp/FAKE/pull/1008
BUGFIX: Fix git version on Mac - https://github.com/fsharp/FAKE/pull/1006