VOOZH about

URL: https://www.nuget.org/packages/Fake.Core/

⇱ NuGet Gallery | FAKE.Core 5.16.0




👁 Image
FAKE.Core 5.16.0

dotnet add package FAKE.Core --version 5.16.0
 
 
NuGet\Install-Package FAKE.Core -Version 5.16.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.Core" Version="5.16.0" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FAKE.Core" Version="5.16.0" />
 
Directory.Packages.props
<PackageReference Include="FAKE.Core" />
 
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.Core --version 5.16.0
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FAKE.Core, 5.16.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.Core@5.16.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.Core&version=5.16.0
 
Install as a Cake Addin
#tool nuget:?package=FAKE.Core&version=5.16.0
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (23)

Showing the top 5 NuGet packages that depend on FAKE.Core:

Package Downloads
FAKE.IIS

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 IIS

FAKE.Deploy.Lib

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

FAKE.SQL

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 SQL Server

FAKE.Gallio

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 Gallio

FAKE.Experimental

FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#. Experimental Extensions

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.16.0 235,913 8/17/2019
5.16.0-alpha.1228 378 8/17/2019
5.8.4 20,149 10/8/2018
5.3.0 10,223 7/30/2018
5.2.0 21,530 7/9/2018
5.1.0 8,629 6/17/2018
5.0.0 68,666 6/6/2018
5.0.0-rc018.248 770 6/5/2018
5.0.0-rc018.244 737 6/2/2018
5.0.0-rc016.225 746 5/21/2018
5.0.0-rc015.196 767 5/20/2018
5.0.0-rc014.167 685 5/19/2018
5.0.0-rc013.141 655 5/18/2018
5.0.0-rc012.95 748 5/12/2018
5.0.0-rc011 2,955 5/6/2018
4.64.18 2,492 1/30/2020
4.64.17 2,293 3/19/2019
4.64.16 2,347 2/15/2019
4.64.14 2,297 1/7/2019
4.64.13 9,850 5/2/2018
Loading failed

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