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

Commit f3bb873

Browse files
committed
Merge branch 'master' into fixes/1098-upgrade-octokit
2 parents e8f3df8 + 89b6763 commit f3bb873

File tree

130 files changed

+4441
-954
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+4441
-954
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<ProjectConfiguration>
22
<Settings>
3+
<PreventSigningOfAssembly>False</PreventSigningOfAssembly>
34
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully>
45
</Settings>
56
</ProjectConfiguration>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<ProjectConfiguration>
22
<Settings>
3-
<PreventSigningOfAssembly>True</PreventSigningOfAssembly>
3+
<PreventSigningOfAssembly>False</PreventSigningOfAssembly>
44
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully>
55
</Settings>
66
</ProjectConfiguration>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<ProjectConfiguration>
22
<Settings>
3-
<PreventSigningOfAssembly>True</PreventSigningOfAssembly>
3+
<PreventSigningOfAssembly>False</PreventSigningOfAssembly>
44
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully>
55
</Settings>
66
</ProjectConfiguration>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<ProjectConfiguration>
22
<Settings>
3+
<PreventSigningOfAssembly>True</PreventSigningOfAssembly>
34
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully>
45
</Settings>
56
</ProjectConfiguration>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<ProjectConfiguration>
22
<Settings>
3+
<PreventSigningOfAssembly>True</PreventSigningOfAssembly>
34
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully>
45
</Settings>
56
</ProjectConfiguration>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<ProjectConfiguration>
22
<Settings>
3+
<PreventSigningOfAssembly>True</PreventSigningOfAssembly>
34
<PreviouslyBuiltSuccessfully>True</PreviouslyBuiltSuccessfully>
45
</Settings>
56
</ProjectConfiguration>

GitHubVS.v3.ncrunchsolution

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
</AdditionalFilesForGridProcessing>
77
<AdditionalFilesToIncludeForSolution>
88
<Value>lib\**.*</Value>
9-
<Value>packages\Brutal.Dev.StrongNameSigner.2.1.3\build\**.*</Value>
109
</AdditionalFilesToIncludeForSolution>
1110
<AllowParallelTestExecution>False</AllowParallelTestExecution>
1211
<ProjectConfigStoragePathRelativeToSolutionDir>.ncrunch</ProjectConfigStoragePathRelativeToSolutionDir>

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Beta releases will have `(beta)` in their title in the gallery, following the ve
2222

2323
## Build requirements
2424

25-
* Visual Studio 2015
25+
* Visual Studio 2015+
2626
* Visual Studio SDK
2727

2828
## Build
@@ -37,7 +37,13 @@ git submodule deinit script
3737
git submodule update
3838
```
3939

40-
Open the `GitHubVS.sln` solution with Visual Studio 2015.
40+
Visual Studio extensions have to be signed, so you need to create a signing key with the name `publickey.snk` for your build in the root of the repository:
41+
42+
```txt
43+
sn -k `publickey.snk`
44+
```
45+
46+
Open the `GitHubVS.sln` solution with Visual Studio 2015+.
4147
To be able to use the GitHub API, you'll need to:
4248

4349
- [Register a new developer application](https://github.com/settings/developers) in your profile.

deploy-local.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
powershell.exe .\script\deploy.ps1 production None -Force -NoChat -NoPush -NoUpload
1+
powershell.exe .\script\deploy.ps1 -Force -NoChat -NoPush -NoUpload

deploy.cmd

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)