Paket 0.20.0-alpha015

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-alpha015
                    
NuGet\Install-Package Paket -Version 0.20.0-alpha015
                    
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-alpha015" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Paket" Version="0.20.0-alpha015" />
                    
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-alpha015
                    
#r "nuget: Paket, 0.20.0-alpha015"
                    
#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-alpha015
                    
#: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-alpha015&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Paket&version=0.20.0-alpha015&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 26,264 1/20/2026
10.2.1 1,080 1/19/2026
10.2.0 540 1/19/2026
10.1.1 463 1/19/2026
10.0.1 475 1/19/2026
10.0.0-alpha011 23,308 11/11/2025
10.0.0-alpha009 282 11/11/2025
10.0.0-alpha007 291 11/11/2025
10.0.0-alpha006 279 11/11/2025
10.0.0-alpha005 286 11/11/2025
10.0.0-alpha004 285 11/11/2025
10.0.0-alpha002 297 11/11/2025
9.0.2 886,167 11/19/2024
9.0.1 330,954 11/15/2024
9.0.0 31,254 11/13/2024
9.0.0-alpha001 230 11/13/2024
8.1.0-alpha004 3,868 6/19/2024
8.1.0-alpha002 706 3/14/2024
8.1.0-alpha001 709 1/31/2024
0.20.0-alpha015 2,524 12/29/2014
Loading failed

`paket install` performs a selective update based on the changes in the dependencies file - https://github.com/fsprojects/Paket/pull/474
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 dependencies 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: Cannot install nuget packages from local TeamCity feeds due to proxy - https://github.com/fsprojects/Paket/pull/482
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