Paket 1.22.0-alpha005

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

A package dependency manager for .NET with support for NuGet packages and GitHub repositories.

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

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.36.6 785 12/15/2015
2.36.5 393 12/14/2015
2.36.3 118 12/14/2015
2.36.2 396 12/13/2015
2.36.1 120 12/12/2015
2.36.0 598 12/10/2015
2.36.0-alpha001 113 12/9/2015
2.35.0 433 12/9/2015
2.34.0 590 12/7/2015
2.33.1 162 12/6/2015
2.33.0 81 12/4/2015
2.32.7 175 12/4/2015
2.32.6 111 12/4/2015
2.32.5 158 12/3/2015
2.32.4 117 12/3/2015
2.32.3 98 12/3/2015
2.32.2 72 12/3/2015
2.32.1 230 12/2/2015
2.31.1 345 12/1/2015
1.22.0-alpha005 61 7/31/2015

Use FSharp.Core 4.0
Fix build exe path which includes whitespace - https://github.com/fsprojects/ProjectScaffold/pull/185
Preserve encoding upon saving solution - https://github.com/fsprojects/Paket/pull/940
BUGFIX: If we specify a templatefile in paket pack it still packs all templates - https://github.com/fsprojects/Paket/pull/944
BUGFIX: If we specify a type project templatefile in paket pack it should find the project - https://github.com/fsprojects/Paket/issues/945
BUGFIX: Paket pack succeeded even when there're missing files - https://github.com/fsprojects/Paket/issues/948
BUGFIX: FindAllFiles should handle paths that are longer than 260 characters - https://github.com/fsprojects/Paket/issues/949