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

Commit 1dca9bd

Browse files
committed
No racing here thank you
1 parent 9c3a4ca commit 1dca9bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GitHub.VisualStudio/GitHubPackage.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ public GHClient(IProgram program)
8282
[Guid(StartPagePackageId)]
8383
public sealed class ServiceProviderPackage : AsyncPackage
8484
{
85-
static Version vsversion;
86-
public static Version VSVersion
8785
const string StartPagePackageId = "D5CE1488-DEDE-426D-9E5B-BFCCFBE33E53";
86+
Version vsversion;
87+
Version VSVersion
8888
{
8989
get
9090
{

0 commit comments

Comments
 (0)