Paket 0.20.0-alpha010

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 0.20.0-alpha010
                    
NuGet\Install-Package Paket -Version 0.20.0-alpha010
                    
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="0.20.0-alpha010" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Paket" Version="0.20.0-alpha010" />
                    
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 0.20.0-alpha010
                    
#r "nuget: Paket, 0.20.0-alpha010"
                    
#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 Paket@0.20.0-alpha010
                    
#: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=Paket&version=0.20.0-alpha010&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Paket&version=0.20.0-alpha010&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 788 12/15/2015
2.36.5 394 12/14/2015
2.36.3 119 12/14/2015
2.36.2 397 12/13/2015
2.36.1 121 12/12/2015
2.36.0 599 12/10/2015
2.36.0-alpha001 114 12/9/2015
2.35.0 434 12/9/2015
2.34.0 591 12/7/2015
2.33.1 163 12/6/2015
2.33.0 82 12/4/2015
2.32.7 176 12/4/2015
2.32.6 112 12/4/2015
2.32.5 159 12/3/2015
2.32.4 119 12/3/2015
2.32.3 99 12/3/2015
2.32.2 73 12/3/2015
2.32.1 231 12/2/2015
2.31.1 346 12/1/2015
0.20.0-alpha010 76 12/27/2014
Loading failed

Paket.exe acuires a lock for all write processes - https://github.com/fsprojects/Paket/pull/469
New command to add credentials - https://github.com/fsprojects/Paket/pull/458
Inherit selective depencies and store the result in `paket.lock` - https://github.com/fsprojects/Paket/pull/462
Don't add NuGet packages twice to a references file - https://github.com/fsprojects/Paket/pull/460
Fallback to config auth if environment variables are empty - https://github.com/fsprojects/Paket/pull/459
Remove parsing of invalid child element of ProjectReference - https://github.com/fsprojects/Paket/pull/453
Better handling for multiple files from same repository - https://github.com/fsprojects/Paket/pull/451
`>= 0` version range simplified to empty string - https://github.com/fsprojects/Paket/pull/449
Extend Public API for plugin
Allow to extract PackageId
Paket.exe and paket.bootstrapper.exe have a logo - https://github.com/fsprojects/Paket/pull/473
BUGFIX: Use Max strategy for `paket outdated --ingore-constraints` - https://github.com/fsprojects/Paket/pull/463
BUGFIX: Don't delete downloaded github zip file
BUGFIX: Don't touch framework assemblies if not needed
BUGFIX: Check versions file synchronously
BUGFIX: Restore console color after handling exception - https://github.com/fsprojects/Paket/pull/467