Paket 0.13.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.13.0-alpha010
                    
NuGet\Install-Package Paket -Version 0.13.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.13.0-alpha010" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Paket" Version="0.13.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.13.0-alpha010
                    
#r "nuget: Paket, 0.13.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.13.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.13.0-alpha010&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Paket&version=0.13.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 (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 152,095 1/20/2026
10.2.1 1,791 1/19/2026
10.2.0 1,170 1/19/2026
10.1.1 1,114 1/19/2026
10.0.1 1,132 1/19/2026
10.0.0-alpha011 50,824 11/11/2025
10.0.0-alpha009 297 11/11/2025
10.0.0-alpha007 307 11/11/2025
10.0.0-alpha006 300 11/11/2025
10.0.0-alpha005 302 11/11/2025
10.0.0-alpha004 304 11/11/2025
10.0.0-alpha002 313 11/11/2025
9.0.2 1,034,208 11/19/2024
9.0.1 427,235 11/15/2024
9.0.0 35,377 11/13/2024
9.0.0-alpha001 253 11/13/2024
8.1.0-alpha004 3,925 6/19/2024
8.1.0-alpha002 757 3/14/2024
8.1.0-alpha001 727 1/31/2024
0.13.0-alpha010 2,911 11/11/2014
Loading failed

New support for general HTTP dependencies - https://fsprojects.github.io/Paket/http-dependencies.html
New F# Interactive support - https://fsprojects.github.io/Paket/reference-from-repl.html
New `paket find-refs` command - https://fsprojects.github.io/Paket/paket-find-refs.html
Migration of NuGet source credentials during `paket convert-from-nuget` - https://fsprojects.github.io/Paket/convert-from-nuget.html#Migrating-NuGet-source-credentials
Bootstrapper uses .NET 4.0 - https://github.com/fsprojects/Paket/pull/355
Adding --ignore-constraints to `paket outdated` - https://github.com/fsprojects/Paket/issues/308
PERFORMANCE: If `paket add` doesn't change the `paket.dependencies` file then the resolver process will be skipped
BUGFIX: `paket update nuget [PACKAGENAME]` should use the same update strategy as `paket add` - https://github.com/fsprojects/Paket/issues/330
BUGFIX: Trailing whitespace is ignored in `paket.references`