Paket 0.18.0-alpha003
See the version list below for details.
dotnet add package Paket --version 0.18.0-alpha003
NuGet\Install-Package Paket -Version 0.18.0-alpha003
<PackageReference Include="Paket" Version="0.18.0-alpha003" />
<PackageVersion Include="Paket" Version="0.18.0-alpha003" />
<PackageReference Include="Paket" />
paket add Paket --version 0.18.0-alpha003
#r "nuget: Paket, 0.18.0-alpha003"
#:package Paket@0.18.0-alpha003
#addin nuget:?package=Paket&version=0.18.0-alpha003&prerelease
#tool nuget:?package=Paket&version=0.18.0-alpha003&prerelease
A package dependency manager for .NET with support for NuGet packages and GitHub repositories.
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.18.0-alpha003 | 75 | 12/9/2014 |
Show command help on `--help` - https://github.com/fsprojects/Paket/pull/437
Allow to opt in to BindingRedirects - https://github.com/fsprojects/Paket/pull/436
Don't run simplify in strict mode - https://github.com/fsprojects/Paket/pull/443
Allow to remove NuGet packages in interactive mode - https://github.com/fsprojects/Paket/pull/432
Added auto-unzip of downloaded archives - https://github.com/fsprojects/Paket/pull/430
Allow to reference binary files via http reference - https://github.com/fsprojects/Paket/pull/427
Faster BindingRedirects - https://github.com/fsprojects/Paket/pull/414
Using a different FSharp.Core NuGet package - https://github.com/fsprojects/Paket/pull/416
Find the paket.references file in upper directories - https://github.com/fsprojects/Paket/pull/409
Allow `paket.references` files in upper directories - https://github.com/fsprojects/Paket/pull/403
Clear failure message for `paket simplify`, when lock file is outdated - https://github.com/fsprojects/Paket/pull/403
BUGFIX: `Selective update` updates only dependent packages - https://github.com/fsprojects/Paket/pull/410
BUGFIX: If there are only prereleases we should just take these
BUGFIX: `paket update nuget <name>` fails if <name> was not found in lockfile - https://github.com/fsprojects/Paket/issues/404
BUGFIX: Unescape library filename - https://github.com/fsprojects/Paket/pull/412
BUGFIX: Allow to reference multiple files from same repository directory - https://github.com/fsprojects/Paket/pull/445
BUGFIX: Don't reference satellite assemblies - https://github.com/fsprojects/Paket/pull/444
BUGFIX: Binding redirect version is picked from highest library version - https://github.com/fsprojects/Paket/pull/422
BUGFIX: Handle numeric part of PreRelease identifiers correctly - https://github.com/fsprojects/Paket/pull/426
BUGFIX: Fixed casing issue in selective update - https://github.com/fsprojects/Paket/pull/434
BUGFIX: Parse http links from lockfile
BUGFIX: Calculate dependencies file name for http resources - https://github.com/fsprojects/Paket/pull/428