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

Commit

Permalink
Merge pull request #686 from github/backport/619-fix-about-version
Browse files Browse the repository at this point in the history
Backport fix of #619 - Fix version number in Help - About
  • Loading branch information
grokys authored Nov 11, 2016
2 parents 4725867 + fd1588a commit 34bcbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GitHub.VisualStudio/GitHubPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
namespace GitHub.VisualStudio
{
[PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)]
[InstalledProductRegistration("#110", "#112", "1.0", IconResourceID = 400)]
[InstalledProductRegistration("#110", "#112", System.AssemblyVersionInformation.Version, IconResourceID = 400)]
[Guid(GuidList.guidGitHubPkgString)]
[ProvideMenuResource("Menus.ctmenu", 1)]
// this is the Git service GUID, so we load whenever it loads
Expand Down

0 comments on commit 34bcbc2

Please sign in to comment.