You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Beta releases will have `(beta)` in their title in the gallery, following the ve
35
35
36
36
## Build requirements
37
37
38
-
* Visual Studio 2015+
38
+
* Visual Studio 2017 (15.7.4)+
39
39
* Visual Studio SDK
40
40
41
41
## Build
@@ -50,13 +50,13 @@ git submodule deinit script
50
50
git submodule update
51
51
```
52
52
53
-
Open the `GitHubVS.sln` solution with Visual Studio 2015+.
53
+
Open the `GitHubVS.sln` solution with Visual Studio 2017+.
54
54
To be able to use the GitHub API, you'll need to:
55
55
56
56
-[Register a new developer application](https://github.com/settings/developers) in your profile.
57
57
- Open [src/GitHub.Api/ApiClientConfiguration_User.cs](src/GitHub.Api/ApiClientConfiguration_User.cs) and fill out the clientId/clientSecret fields for your application. **Note this has recently changed location, so you may need to re-do this**
58
58
59
-
Build using Visual Studio 2015 or:
59
+
Build using Visual Studio 2017 or:
60
60
61
61
```txt
62
62
build.cmd
@@ -95,7 +95,7 @@ Visit the [Contributor Guidelines](CONTRIBUTING.md) for details on how to contri
0 commit comments