FAKE 4.10.5

Suggested Alternatives

Newtonsoft.Json 6.0.1

dotnet add package FAKE --version 4.10.5
                    
NuGet\Install-Package FAKE -Version 4.10.5
                    
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.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FAKE" Version="4.10.5" />
                    
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.5
                    
#r "nuget: FAKE, 4.10.5"
                    
#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.5
                    
#: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.5
                    
Install as a Cake Addin
#tool nuget:?package=FAKE&version=4.10.5
                    
Install 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#. This package bundles all extensions.

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

Use FSharp.Compiler.Service 1.4.2.3