Paket 0.9.0
See the version list below for details.
dotnet add package Paket --version 0.9.0
NuGet\Install-Package Paket -Version 0.9.0
<PackageReference Include="Paket" Version="0.9.0" />
<PackageVersion Include="Paket" Version="0.9.0" />
<PackageReference Include="Paket" />
paket add Paket --version 0.9.0
#r "nuget: Paket, 0.9.0"
#:package Paket@0.9.0
#addin nuget:?package=Paket&version=0.9.0
#tool nuget:?package=Paket&version=0.9.0
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 (4)
Showing the top 4 NuGet packages that depend on Paket:
| Package | Downloads |
|---|---|
|
CryptoExchangeClient
Clients for multiple cryptocurrency exchanges. All clients have a shared interface for common actions. |
|
|
CommandLine-NetStandard
Package Description |
|
|
GPS.SimpleServiceServer
Simple Service Server that is extensible and allows hosting of any kind of service. |
|
|
GPS.SimplePerformanceCounters
GPS.SimplePerformanceCounters library. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.3.1 | 31,271 | 1/20/2026 |
| 10.2.1 | 1,117 | 1/19/2026 |
| 10.2.0 | 575 | 1/19/2026 |
| 10.1.1 | 499 | 1/19/2026 |
| 10.0.1 | 513 | 1/19/2026 |
| 10.0.0-alpha011 | 24,071 | 11/11/2025 |
| 10.0.0-alpha009 | 284 | 11/11/2025 |
| 10.0.0-alpha007 | 293 | 11/11/2025 |
| 10.0.0-alpha006 | 286 | 11/11/2025 |
| 10.0.0-alpha005 | 288 | 11/11/2025 |
| 10.0.0-alpha004 | 287 | 11/11/2025 |
| 10.0.0-alpha002 | 301 | 11/11/2025 |
| 9.0.2 | 891,230 | 11/19/2024 |
| 9.0.1 | 335,495 | 11/15/2024 |
| 9.0.0 | 31,407 | 11/13/2024 |
| 9.0.0-alpha001 | 230 | 11/13/2024 |
| 8.1.0-alpha004 | 3,869 | 6/19/2024 |
| 8.1.0-alpha002 | 706 | 3/14/2024 |
| 8.1.0-alpha001 | 711 | 1/31/2024 |
| 0.9.0 | 2,934 | 10/22/2014 |
Allow to restore packages from paket.references files - https://fsprojects.github.io/Paket/paket-restore.html
Detect local nuspec with old XML namespace - https://github.com/fsprojects/Paket/issues/283
`paket add` command tries to keep all other packages stable.
Added another profile mapping for Profile136 - https://github.com/fsprojects/Paket/pull/262
More portable profiles - https://github.com/fsprojects/Paket/issues/281
Added net11 to framework handling - https://github.com/fsprojects/Paket/pull/269
Create references for Win8 - https://github.com/fsprojects/Paket/issues/280
Detect VS automatic nuget restore and create paket restore - https://fsprojects.github.io/Paket/convert-from-nuget.html#Automated-process
`paket convert-from-nuget` doesn't duplicate paket solution items - https://github.com/fsprojects/Paket/pull/286
BUGFIX: Paket removes old framework references if during install - https://github.com/fsprojects/Paket/issues/274
BUGFIX: Don't let the bootstrapper fail if we already have a paket.exe
BUGFIX: Use the Id property when NuGet package name and id are different - https://github.com/fsprojects/Paket/issues/265