NuGet.Versioning 6.13.2

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

NuGet's implementation of Semantic Versioning.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.7.2

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (149)

Showing the top 5 NuGet packages that depend on NuGet.Versioning:

Package Downloads
NuGet.Packaging

NuGet's understanding of packages. Reading nuspec, nupkgs and package signing.

NuGet.LibraryModel

NuGet's types and interfaces for understanding dependencies.

Unleash.Client

Flexible feature toggle client. It supports enabling features runtime, through multiple activation strategies, and allows you to decouple deployment of code from release of new features. Unleash is a feature toggle system that gives you a great overview over all feature toggles across all your applications and services. Read more at: https://github.com/unleash/unleash/

NuGet.Packaging.Core.Types

NuGet v3 core library.

NuGet.RuntimeModel

NuGet v3 core library.

GitHub repositories (75)

Showing the top 20 popular GitHub repositories that depend on NuGet.Versioning:

Repository Stars
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
cake-build/cake
:cake: Cake (C# Make) is a cross platform build automation system.
Scighost/Starward
Game Launcher for miHoYo - 米家游戏启动器
open-telemetry/opentelemetry-dotnet
The OpenTelemetry .NET Client
projectkudu/kudu
Kudu is the engine behind git/hg deployments, WebJobs, and various other features in Azure Web Sites. It can also run outside of Azure.
waf/CSharpRepl
A command line C# REPL with syntax highlighting – explore the language, libraries and nuget packages interactively.
coverlet-coverage/coverlet
Cross platform code coverage for .NET
dotnet/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
loic-sharma/BaGet
A lightweight NuGet and symbol server
Belphemur/SoundSwitch
C# application to switch default playing device. Download: https://soundswitch.aaflalo.me/
roslynpad/roslynpad
A cross-platform C# editor based on Roslyn and AvalonEdit
OmniSharp/omnisharp-roslyn
OmniSharp server (HTTP, STDIO) based on Roslyn workspaces
dotnet/wcf
This repo contains the client-oriented WCF libraries that enable applications built on .NET Core to communicate with WCF services.
belav/csharpier
CSharpier is an opinionated code formatter for c#.
NuGet/NuGetGallery
NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
dotnetcore/Natasha
基于 Roslyn 的 C# 动态程序集构建库,该库允许开发者在运行时使用 C# 代码构建域 / 程序集 / 类 / 结构体 / 枚举 / 接口 / 方法等,使得程序在运行的时候可以增加新的模块及功能。Natasha 集成了域管理/插件管理,可以实现域隔离,域卸载,热拔插等功能。 该库遵循完整的编译流程,提供完整的错误提示, 可自动添加引用,完善的数据结构构建模板让开发者只专注于程序集脚本的编写,兼容 stanadard2.0 / netcoreapp3.0+, 跨平台,统一、简便的链式 API。 且我们会尽快修复您的问题及回复您的 issue.
dotnet-outdated/dotnet-outdated
A .NET Core global tool to display and update outdated NuGet packages in a project
Nexus-Mods/NexusMods.App
Home of the development of the Nexus Mods App
AzureAD/microsoft-authentication-library-for-dotnet
Microsoft Authentication Library (MSAL) for .NET
dotnet/sourcelink
Source Link enables a great source debugging experience for your users, by adding source control metadata to your built assets
Version Downloads Last updated
6.13.2 202,312 2 months ago
6.13.1 140,668 2 months ago
6.12.1 1,497,030 5 months ago
6.12.0 2,701 5 months ago
6.11.1 1,383,952 6 months ago
6.11.0 6,101,079 8 months ago
6.11.0-preview.2 12,136 6/5/2024
6.10.2 28,329 8 months ago
6.10.1 1,124,816 10 months ago
6.10.0 631,046 5/21/2024
6.9.1 10,217,269 2/13/2024
6.8.1 148,004 2/13/2024
6.8.0 1,535,446 11/17/2023
6.7.1 231,310 2/14/2024
6.7.0 3,718,884 8/9/2023
6.6.2 154,553 2/13/2024
6.6.1 8,132,052 6/13/2023
6.6.0 176,464 5/17/2023
6.6.0-preview.3 2,148 5/17/2023
6.5.1 181,394 6/13/2023
6.5.0 639,332 2/22/2023
6.4.3 53,384 2/13/2024
6.4.2 224,096 6/13/2023
6.4.0 1,356,440 11/9/2022
6.3.4 1,317,868 2/13/2024
6.3.3 219,437 6/14/2023
6.3.1 18,067,547 10/11/2022
6.2.4 111,227 6/14/2023
6.2.2 137,769 10/11/2022
6.1.0 11,628,704 2/16/2022
6.0.6 18,130 2/13/2024
6.0.5 111,142 6/13/2023
6.0.3-rc.1 1,912 10/11/2022
6.0.2 23,335 6/14/2022
5.11.6 403,083 2/13/2024
5.11.5 3,902,012 6/15/2023
5.11.3 326,094 10/11/2022
5.10.0 3,993,556 6/15/2021 5.10.0 is deprecated because it is no longer maintained.
5.9.3 129,378 10/11/2022 5.9.3 is deprecated because it is no longer maintained.
5.8.1 286,288 1/16/2021 5.8.1 is deprecated because it is no longer maintained.
5.7.3-rtm.5 1,680 10/11/2022 5.7.3-rtm.5 is deprecated because it is no longer maintained.
5.7.2 11,578 6/14/2022 5.7.2 is deprecated because it is no longer maintained.
5.6.0 5,404,532 5/20/2020 5.6.0 is deprecated because it is no longer maintained.
5.5.1 1,642,425 4/3/2020 5.5.1 is deprecated because it is no longer maintained.
5.4.0 807,826 12/3/2019 5.4.0 is deprecated because it is no longer maintained.
5.3.1 6,857,202 10/25/2019 5.3.1 is deprecated because it is no longer maintained.
5.2.1 1,747 6/14/2022 5.2.1 is deprecated because it is no longer maintained.
5.1.0 276,904 5/21/2019 5.1.0 is deprecated because it is no longer maintained.
5.0.2 38,744 5/14/2019 5.0.2 is deprecated because it is no longer maintained.
4.9.6 9,871 10/11/2022 4.9.6 is deprecated because it is no longer maintained.
4.8.2 39,043 3/12/2019 4.8.2 is deprecated because it is no longer maintained.
4.7.3 2,491 3/15/2019 4.7.3 is deprecated because it is no longer maintained.
4.6.4 102,713 3/15/2019 4.6.4 is deprecated because it is no longer maintained.
4.5.3 28,148 3/15/2019 4.5.3 is deprecated because it is no longer maintained.
4.4.3 2,129 3/15/2019 4.4.3 is deprecated because it is no longer maintained.
4.3.1 21,246 3/12/2019 4.3.1 is deprecated because it is no longer maintained.
4.2.0 893,726 7/14/2017 4.2.0 is deprecated because it is no longer maintained.
4.1.0 14,320 7/14/2017 4.1.0 is deprecated because it is no longer maintained.
4.0.0 613,648 3/7/2017 4.0.0 is deprecated because it is no longer maintained.
3.5.0 584,261 12/14/2016 3.5.0 is deprecated because it is no longer maintained.
3.4.4-rtm-final 4,008 6/3/2016 3.4.4-rtm-final is deprecated because it is no longer maintained.
3.4.3 100,983 4/22/2016 3.4.3 is deprecated because it is no longer maintained.
3.3.0 190,182 12/1/2015 3.3.0 is deprecated because it is no longer maintained.
3.2.0 26,170 9/16/2015 3.2.0 is deprecated because it is no longer maintained.
1.0.7 447,581 2/5/2015 1.0.7 is deprecated because it is no longer maintained.
0.1.0-alpha 4,386 3/28/2014 0.1.0-alpha is deprecated because it is no longer maintained.