From b3a655ecf65e5d077d5103799f89441736033863 Mon Sep 17 00:00:00 2001 From: Erik Ejlskov Jensen Date: Thu, 11 Jan 2024 14:19:43 +0100 Subject: [PATCH] Update help/about to 2.6 --- src/GUI/EFCorePowerTools/EFCorePowerToolsPackage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI/EFCorePowerTools/EFCorePowerToolsPackage.cs b/src/GUI/EFCorePowerTools/EFCorePowerToolsPackage.cs index a3e48ff76..4124b9cc7 100644 --- a/src/GUI/EFCorePowerTools/EFCorePowerToolsPackage.cs +++ b/src/GUI/EFCorePowerTools/EFCorePowerToolsPackage.cs @@ -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)]