Skip to content

Commit

Permalink
Sync Product Version with Globals.AssemblyVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
CartBlanche committed Feb 16, 2024
1 parent ed5851a commit 59ce8a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace Meadow
/// </para>
/// </remarks>
[PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)]
[InstalledProductRegistration("#1110", "#1112", "1.0", IconResourceID = 1400)] // Info on this package for Help/About
[InstalledProductRegistration("#1110", "#1112", Globals.AssemblyVersion, IconResourceID = 1400)] // Info on this package for Help/About
[ProvideMenuResource("Menus.ctmenu", 1)]
[Guid(GuidList.guidMeadowPackageString)]
public sealed class MeadowPackage : AsyncPackage
Expand Down

0 comments on commit 59ce8a0

Please sign in to comment.