FAKE.Experimental 4.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package FAKE.Experimental --version 4.1.0
                    
NuGet\Install-Package FAKE.Experimental -Version 4.1.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.Experimental" Version="4.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FAKE.Experimental" Version="4.1.0" />
                    
Directory.Packages.props
<PackageReference Include="FAKE.Experimental" />
                    
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.Experimental --version 4.1.0
                    
#r "nuget: FAKE.Experimental, 4.1.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.Experimental@4.1.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.Experimental&version=4.1.0
                    
Install as a Cake Addin
#tool nuget:?package=FAKE.Experimental&version=4.1.0
                    
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#. Experimental Extensions

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
4.10.5 132 12/14/2015
4.10.4 116 12/13/2015
4.10.3 79 12/2/2015
4.10.1 67 12/1/2015
4.10.0 66 11/30/2015
4.9.8 60 11/30/2015
4.9.7 61 11/30/2015
4.9.6 50 11/30/2015
4.9.5 67 11/29/2015
4.9.3 74 11/17/2015
4.9.2 64 11/17/2015
4.9.1 78 11/11/2015
4.9.0 69 11/11/2015
4.8.0 79 11/4/2015
4.7.3 80 10/30/2015
4.7.2 83 10/19/2015
4.7.1 78 10/15/2015
4.7.0 69 10/15/2015
4.7.0-alpha002 62 10/15/2015
4.1.0 70 8/10/2015
Loading failed

Using FSharp.Compiler.Server for F# 4.0
Added Squirrel helpers to generate Squirrel installers - https://github.com/fsharp/FAKE/pull/899
Added Ability to specify Identity for AppPool - https://github.com/fsharp/FAKE/pull/902
Dynamics NAV: version helpers - https://github.com/fsharp/FAKE/pull/900
Added ReleaseNotes to NugetHelper - https://github.com/fsharp/FAKE/pull/893
BUGFIX: running from a network drive - https://github.com/fsharp/FAKE/pull/892
BUGFIX: Align NUnitDomainModel with NUnit documentation - https://github.com/fsharp/FAKE/pull/897
BUGFIX: Skip Octokit retry logic on Mono where it causes a crash - https://github.com/fsharp/FAKE/pull/895
BUGFIX: FAKE removes mono debug file after cache is saved - https://github.com/fsharp/FAKE/pull/891
BUGFIX: Nunit Domain Fix - https://github.com/fsharp/FAKE/pull/883
BUGGFIX: Dynamic assembly handling for caching - https://github.com/fsharp/FAKE/pull/884
BUGFIX: Loaded dlls versions are used to invalidate FAKE's cache - https://github.com/fsharp/FAKE/pull/882