Skip to content

Commit f6c6493

Browse files
author
Calin Lupas
authored
Merge pull request #38 from DevExcelerate/feature/update-packages
Update package versions and the docs for GitHub App permissions
2 parents 7f0ade3 + c8b51e6 commit f6c6493

4 files changed

Lines changed: 15 additions & 11 deletions

File tree

docs/github-app-setup.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,25 @@ Navigate to your organization, under settings click on "Developer settings" and
2121
- **Pull requests**: Read and write access
2222
- **Organization permissions**:
2323
- **Custom properties**: Read-only access
24-
- **Members**: Read-only access
24+
- **Members**: Read and write access
2525
- **Subscribe to events**: Select the events your app will subscribe to. For this project, you will need to subscribe to the following events:
2626
- **Meta**
2727
- **Branch protection configuration**
2828
- **Branch protection rule**
29+
- **Custom property**
2930
- **Exemption request push ruleset**
3031
- **Issue comment**
3132
- **Issues**
3233
- **Label**
3334
- **Member**
35+
- **Membership**
3436
- **Pull Request**
3537
- **Push**
3638
- **Repository**
3739
- **Repository ruleset**
3840
- **Security and analysis**
41+
- **Team**
42+
- **Team add**
3943
- **Where can this GitHub App be installed?**: only on this account
4044

4145
### Step 1.2: Generate a Private Key

src/DevExcelerateApi/DevExcelerateApi.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.4.0" />
11-
<PackageReference Include="Azure.Identity" Version="1.13.2" />
12-
<PackageReference Include="Azure.Monitor.OpenTelemetry.AspNetCore" Version="1.2.0" />
11+
<PackageReference Include="Azure.Identity" Version="1.14.0" />
12+
<PackageReference Include="Azure.Monitor.OpenTelemetry.AspNetCore" Version="1.3.0" />
1313
<PackageReference Include="Azure.Security.KeyVault.Keys" Version="4.7.0" />
14-
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.49.0" />
14+
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.51.0" />
1515
<PackageReference Include="Microsoft.FeatureManagement" Version="4.0.0" />
16-
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.9.0" />
16+
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.10.0" />
1717
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1818
<PackageReference Include="Octokit" Version="14.0.0" />
1919
<PackageReference Include="Octokit.Webhooks.AspNetCore" Version="2.4.1" />
20-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.9.0" />
20+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.10.0" />
2121
<PackageReference Include="YamlDotNet" Version="16.3.0" />
2222
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.2" />
2323
<PackageReference Include="Dapper" Version="2.1.66" />

src/DevExcelerateApp/DevExcelerateApp.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.4.0" />
11-
<PackageReference Include="Azure.Identity" Version="1.13.2" />
11+
<PackageReference Include="Azure.Identity" Version="1.14.0" />
1212
<PackageReference Include="Azure.Security.KeyVault.Keys" Version="4.7.0" />
13-
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.9.0" />
13+
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.10.0" />
1414
<PackageReference Include="Octokit" Version="14.0.0" />
1515
<PackageReference Include="Octokit.Webhooks.AspNetCore" Version="2.4.1" />
16-
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.9.0" />
16+
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.10.0" />
1717
</ItemGroup>
1818

1919
<ItemGroup>

tests/DevExcelerateApp.Tests/DevExcelerateApp.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
</PackageReference>
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.0" />
1616
<PackageReference Include="xunit" Version="2.9.3" />
17-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
17+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.0">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2020
</PackageReference>

0 commit comments

Comments
 (0)