Skip to content

Commit

Permalink
update branding in NuGetPackage.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
kartheekp-ms authored and Kartheek Penagamuri committed Dec 6, 2022
1 parent 7234969 commit 47eb027
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -76,7 +76,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.7.3";
public const string ProductVersion = "5.7.4";
private const string F1KeywordValuePmUI = "VS.NuGet.PackageManager.UI";

private AsyncLazy<IVsMonitorSelection> _vsMonitorSelection;
Expand Down

0 comments on commit 47eb027

Please sign in to comment.