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

Commit 34bcbc2

Browse files
authored
Merge pull request #686 from github/backport/619-fix-about-version
Backport fix of #619 - Fix version number in Help - About
2 parents 4725867 + fd1588a commit 34bcbc2

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)