Skip to content

Commit

Permalink
Merged PR 422371: update NuGet product version and patch version (NuG…
Browse files Browse the repository at this point in the history
…et.exe 5.11.x)

update NuGet product version and patch version
  • Loading branch information
Kartheek Penagamuri committed Sep 30, 2022
1 parent f47b06c commit f6ad61b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/config.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- when changing any of the NuGetVersion props below, update ProductVersion in src\NuGet.Clients\NuGet.Tools\NuGetPackage.cs and run tools-local\ship-public-apis -->
<MajorNuGetVersion Condition="'$(MajorNuGetVersion)' == ''">5</MajorNuGetVersion>
<MinorNuGetVersion Condition="'$(MinorNuGetVersion)' == ''">11</MinorNuGetVersion>
<PatchNuGetVersion Condition="'$(PatchNuGetVersion)' == ''">2</PatchNuGetVersion>
<PatchNuGetVersion Condition="'$(PatchNuGetVersion)' == ''">3</PatchNuGetVersion>
<SemanticVersion Condition=" '$(SemanticVersion)' == '' ">$(MajorNuGetVersion).$(MinorNuGetVersion).$(PatchNuGetVersion)</SemanticVersion>

<!-- ** Change for each new preview/rc -->
Expand Down
2 changes: 1 addition & 1 deletion src/NuGet.Clients/NuGet.Tools/NuGetPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ namespace NuGetVSExtension
public sealed class NuGetPackage : AsyncPackage, IVsPackageExtensionProvider, IVsPersistSolutionOpts
{
// It is displayed in the Help - About box of Visual Studio
public const string ProductVersion = "5.11.2";
public const string ProductVersion = "5.11.3";
private const string F1KeywordValuePmUI = "VS.NuGet.PackageManager.UI";

private AsyncLazy<IVsMonitorSelection> _vsMonitorSelection;
Expand Down

0 comments on commit f6ad61b

Please sign in to comment.