Skip to content

Commit

Permalink
Update help/about to 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed Jan 11, 2024
1 parent 74533fd commit b3a655e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GUI/EFCorePowerTools/EFCorePowerToolsPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
namespace EFCorePowerTools
{
[PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)]
[InstalledProductRegistration("#110", "#112", "2.5", IconResourceID = 400)] // Info on this package for Help/About
[InstalledProductRegistration("#110", "#112", "2.6", IconResourceID = 400)] // Info on this package for Help/About
[Guid(GuidList.guidDbContextPackagePkgString)]
[ProvideOptionPage(typeof(OptionsProvider.AdvancedOptions), "EF Core Power Tools", "General", 100, 101, true)]
[ProvideProfile(typeof(OptionsProvider.AdvancedOptions), "EF Core Power Tools", "General", 100, 101, true)]
Expand Down

0 comments on commit b3a655e

Please sign in to comment.