Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit fd1588a

Browse files
tocsoftshana
authored andcommitted
Fix the about version number to match release number.
1 parent 4725867 commit fd1588a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/GitHubPackage.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
namespace GitHub.VisualStudio
2020
{
2121
[PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)]
22-
[InstalledProductRegistration("#110", "#112", "1.0", IconResourceID = 400)]
22+
[InstalledProductRegistration("#110", "#112", System.AssemblyVersionInformation.Version, IconResourceID = 400)]
2323
[Guid(GuidList.guidGitHubPkgString)]
2424
[ProvideMenuResource("Menus.ctmenu", 1)]
2525
// this is the Git service GUID, so we load whenever it loads

0 commit comments

Comments
 (0)