Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/nuget/Microsoft.Extensions.Config…
Browse files Browse the repository at this point in the history
…uration.Json-8.0.1
  • Loading branch information
kaspermarstal authored Nov 2, 2024
2 parents 73caa10 + d3ba357 commit 5e75517
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,3 @@ jobs:
dotnet-version: 6.0.x
- name: Lint solution
run: dotnet format --no-restore --verify-no-changes
commitlint:
runs-on: ubuntu-latest
name: Conventional Commits
steps:
- name: Run commitlint
uses: opensource-nepal/commitlint@v1
4 changes: 2 additions & 2 deletions src/Cellm/Cellm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="8.0.0" />
<PackageReference Include="PdfPig" Version="0.1.9" />
<PackageReference Include="Sentry.Extensions.Logging" Version="4.10.2" />
<PackageReference Include="Sentry.Profiling" Version="4.10.2" />
<PackageReference Include="Sentry.Extensions.Logging" Version="4.12.1" />
<PackageReference Include="Sentry.Profiling" Version="4.12.1" />
<Content Include="appsettings.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
Expand Down
20 changes: 10 additions & 10 deletions src/Cellm/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,23 +179,23 @@
},
"Sentry.Extensions.Logging": {
"type": "Direct",
"requested": "[4.10.2, )",
"resolved": "4.10.2",
"contentHash": "1F86+Ly1+9I7WSCdwAWg14GCuBwYgCGOf4x2BiDMxEsYw7FCAmCjfjA+AVEEim4efVtdMuldvH7Ux1K9tRvH8w==",
"requested": "[4.12.1, )",
"resolved": "4.12.1",
"contentHash": "0u8QJxh58+i9D1EKBpcH87J8iAOAYB0oLzyWKMIW1NSUHND19pf9ZMG5gE/F4/iNRFefZ7GAVMyNpepg+mmL7w==",
"dependencies": {
"Microsoft.Extensions.Http": "6.0.0",
"Microsoft.Extensions.Logging.Configuration": "6.0.0",
"Sentry": "4.10.2"
"Sentry": "4.12.1"
}
},
"Sentry.Profiling": {
"type": "Direct",
"requested": "[4.10.2, )",
"resolved": "4.10.2",
"contentHash": "OgFfG7nnF6iENkq9AqDPn5T1H1/aPbo4zj990YdSddfrE/A5PCpU8cDKZ/JT2oWokb6igtQgpJHjFxAeZM9NBQ==",
"requested": "[4.12.1, )",
"resolved": "4.12.1",
"contentHash": "UbYfATbG7c8NH2TR5RrWeT2oySAsTB3pTcOKj24dCtIngpsp0qO/8ROwuUg8eYaIrRk3egHlf0ST1w+FV/w0jA==",
"dependencies": {
"Microsoft.Diagnostics.NETCore.Client": "0.2.510501",
"Sentry": "4.10.2"
"Sentry": "4.12.1"
}
},
"ExcelDna.Integration": {
Expand Down Expand Up @@ -517,8 +517,8 @@
},
"Sentry": {
"type": "Transitive",
"resolved": "4.10.2",
"contentHash": "B5amIE3VXi4BdERxExlmaRWTfUNmv7uiznMdyVZBAbT9pq/uS8rabQ2/K3qNCpew9hzGvHeA7oRLaumS84COEA=="
"resolved": "4.12.1",
"contentHash": "OLf7885OKHWLaTLTyw884mwOT4XKCWj2Hz5Wuz/TJemJqXwCIdIljkJBIoeHviRUPvtB7ulDgeYXf/Z7ScToSA=="
},
"System.Collections.Immutable": {
"type": "Transitive",
Expand Down

0 comments on commit 5e75517

Please sign in to comment.