Skip to content

Commit

Permalink
Merge branch 'main' into montoner0-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
montoner0 authored Dec 14, 2024
2 parents 5ffde3c + 26ce84f commit 3a6741d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
name: Code coverage macos-latest
path: coverage-macos
- name: Generate coverage report
uses: danielpalme/ReportGenerator-GitHub-Action@v5.4.0
uses: danielpalme/ReportGenerator-GitHub-Action@v5.4.1
with:
reports: "**/coverage.cobertura.xml"
targetdir: "coverage-report"
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<DefineConstants>$(DefineConstants);FEATURE_SERIALIZABLE</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.146">
<PackageReference Include="Nerdbank.GitVersioning" Version="3.7.112">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 3a6741d

Please sign in to comment.