Paket 5.133.0

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

A dependency manager for .NET with support for NuGet packages and git 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 (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 30,571 1/20/2026
10.2.1 1,097 1/19/2026
10.2.0 555 1/19/2026
10.1.1 479 1/19/2026
10.0.1 493 1/19/2026
10.0.0-alpha011 23,930 11/11/2025
10.0.0-alpha009 283 11/11/2025
10.0.0-alpha007 292 11/11/2025
10.0.0-alpha006 284 11/11/2025
10.0.0-alpha005 287 11/11/2025
10.0.0-alpha004 286 11/11/2025
10.0.0-alpha002 299 11/11/2025
9.0.2 890,449 11/19/2024
9.0.1 333,445 11/15/2024
9.0.0 31,362 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 709 1/31/2024
5.133.0 7,582 1/31/2018
Loading failed

Added `paket info --paket-dependencies-dir` to locate repo root
API: Added overload for Dependencies.Init - https://github.com/fsprojects/Paket/pull/3019
USABILITY: Trace detailed messages for missing package errors - https://github.com/fsprojects/Paket/pull/3001
PERFORMANCE: Avoid duplicates in package source cache - https://github.com/fsprojects/Paket/pull/2999
COSMETICS: Only overwrite NuGet metadata cache when needed - https://github.com/fsprojects/Paket/pull/2998
COSMETICS: Trace not-found and blacklist warnings as actual warnings - https://github.com/fsprojects/Paket/pull/2997