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

Commit 9102daf

Browse files
authored
Merge branch 'master' into fixes/2199-reclone-using-new-open-clone-dialog
2 parents c24aefe + fced2fe commit 9102daf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Beta releases will have `(beta)` in their title in the gallery, following the ve
3939

4040
* Visual Studio 2017 (15.7.4)+
4141
* Visual Studio SDK
42+
* The built VSIX will work with Visual Studio 2015 or newer
4243

4344
## Build
4445

src/GitHub.StartPage/StartPagePackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ async Task<CodeContainer> RunAcquisition(IProgress<ServiceProgressData> download
8080
lastAccessed: DateTimeOffset.UtcNow);
8181
}
8282

83-
async Task<CloneDialogResult> ShowCloneDialog(
83+
static async Task<CloneDialogResult> ShowCloneDialog(
8484
IGitHubServiceProvider gitHubServiceProvider,
8585
IProgress<ServiceProgressData> progress,
8686
CancellationToken cancellationToken,

0 commit comments

Comments
 (0)