FAKE.Lib 3.18.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package FAKE.Lib --version 3.18.0
NuGet\Install-Package FAKE.Lib -Version 3.18.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.Lib" Version="3.18.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FAKE.Lib --version 3.18.0
#r "nuget: FAKE.Lib, 3.18.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.
// Install FAKE.Lib as a Cake Addin
#addin nuget:?package=FAKE.Lib&version=3.18.0

// Install FAKE.Lib as a Cake Tool
#tool nuget:?package=FAKE.Lib&version=3.18.0

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

Product Compatible and additional computed target framework versions.
.NET Framework net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.31.2 49 5/7/2015
3.31.1 39 5/7/2015
3.31.0 41 5/6/2015
3.30.3 40 5/2/2015
3.30.2 43 4/30/2015
3.30.1 39 4/29/2015
3.30.0 37 4/29/2015
3.29.7 37 4/27/2015
3.29.5 36 4/27/2015
3.29.4 35 4/27/2015
3.29.3 36 4/27/2015
3.29.2 36 4/27/2015
3.29.1 34 4/27/2015
3.28.8 41 4/24/2015
3.28.7 43 4/20/2015
3.28.6 39 4/20/2015
3.28.5 40 4/16/2015
3.28.4 41 4/14/2015
3.28.3 39 4/14/2015
3.28.2 38 4/13/2015
3.28.1 38 4/13/2015
3.28.0 39 4/9/2015
3.27.7 35 4/9/2015
3.27.6 37 4/9/2015
3.27.5 37 4/8/2015
3.27.3 35 4/7/2015
3.27.2 36 4/7/2015
3.27.0 38 4/7/2015
3.26.7 42 4/1/2015
3.26.6 39 3/31/2015
3.26.5 41 3/31/2015
3.26.4 41 3/31/2015
3.26.3 35 3/31/2015
3.26.1 40 3/26/2015
3.26.0 1 3/25/2015
3.25.2 37 3/24/2015
3.25.1 35 3/24/2015
3.25.0 38 3/23/2015
3.24.0 41 3/22/2015
3.23.0 48 3/12/2015
3.22.0 41 3/12/2015
3.21.0 40 3/11/2015
3.20.1 41 3/10/2015
3.20.0 44 3/10/2015
3.19.3 39 3/10/2015
3.19.2 40 3/10/2015
3.19.1 40 3/9/2015
3.19.0 40 3/9/2015
3.18.2 39 3/9/2015
3.18.1 1 3/8/2015
3.18.0 46 3/4/2015
3.17.14 42 3/3/2015
3.17.13 44 2/26/2015
3.17.12 43 2/25/2015
3.17.11 40 2/25/2015
3.17.9 40 2/24/2015
3.17.8 40 2/24/2015
3.17.7 39 2/24/2015
3.17.6 40 2/23/2015
3.17.5 41 2/23/2015
3.17.4 51 2/21/2015
3.17.3 42 2/20/2015
3.17.2 42 2/19/2015
3.17.1 45 2/19/2015
3.17.0 42 2/12/2015
3.16.2 40 2/12/2015
3.15.0 43 2/7/2015
3.14.10 39 2/6/2015
3.14.9 52 1/31/2015
3.14.8 53 1/24/2015
3.14.7 49 1/21/2015
3.14.6 44 1/20/2015
3.14.5 44 1/19/2015
3.14.4 46 1/17/2015
3.14.3 42 1/17/2015
3.14.2 47 1/17/2015
3.14.1 42 1/17/2015
3.14.0 45 1/14/2015
3.13.4 1 1/9/2015
3.13.3 53 1/5/2015
3.13.2 47 1/5/2015
3.13.1 45 1/5/2015
3.13.0 51 1/3/2015
3.12.2 1 12/17/2014
3.12.1 51 12/17/2014
3.12.0 1 12/17/2014

Remvoved internal class generated in AssemblyInfo.Vb - https://github.com/fsharp/FAKE/pull/673
Adding ability to control type library export (/tlb flag) of RegAsm - https://github.com/fsharp/FAKE/pull/668
Adding ability to run nuget package restore on a visual studio solution - https://github.com/fsharp/FAKE/pull/662
Add OwnerId, type docs, and better error handling for HockeyAppHelper - https://github.com/fsharp/FAKE/pull/661
Don't report unit test failure twice to TeamCity - https://github.com/fsharp/FAKE/pull/659
New tasks for `paket pack` and `paket push`- https://fsprojects.github.io/Paket/index.html
Allow csproj being passed as a NuSpec file - https://github.com/fsharp/FAKE/pull/644
Helper for uploading mobile apps to HockeyApp - https://github.com/fsharp/FAKE/pull/656
SCPHelper does allow copying single files - https://github.com/fsharp/FAKE/issues/671
BUGFIX: Paket helper should not submit the endpoint if no endpoint was given - https://github.com/fsharp/FAKE/issues/667
BUGFIX: Paket helper should not override version for project packages - https://github.com/fsharp/FAKE/issues/666
BUGFIX: Allow endpoint in push task - https://github.com/fsprojects/Paket/pull/652
BUGFIX: Use correct apikey for paket push - https://github.com/fsharp/FAKE/pull/664