Paket 2.36.6

dotnet add package Paket --version 2.36.6
                    
NuGet\Install-Package Paket -Version 2.36.6
                    
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="2.36.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Paket" Version="2.36.6" />
                    
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 2.36.6
                    
#r "nuget: Paket, 2.36.6"
                    
#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@2.36.6
                    
#: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=2.36.6
                    
Install as a Cake Addin
#tool nuget:?package=Paket&version=2.36.6
                    
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

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 795 12/15/2015
2.36.5 397 12/14/2015
2.36.3 122 12/14/2015
2.36.2 398 12/13/2015
2.36.1 122 12/12/2015
2.36.0 607 12/10/2015
2.36.0-alpha001 118 12/9/2015
2.35.0 437 12/9/2015
2.34.0 595 12/7/2015
2.33.1 165 12/6/2015
2.33.0 84 12/4/2015
2.32.7 179 12/4/2015
2.32.6 115 12/4/2015
2.32.5 164 12/3/2015
2.32.4 120 12/3/2015
2.32.3 102 12/3/2015
2.32.2 75 12/3/2015
2.32.1 233 12/2/2015
2.31.1 349 12/1/2015
2.31.0 88 12/1/2015
Loading failed

Added support for relative src link to package content - https://github.com/fsprojects/Paket/pull/1311