Skip to content

Commit

Permalink
build(deps): update nerdbank.gitversioning to 3.7.115
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent f4f3691 commit fa0c788
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"nbgv": {
"version": "3.7.112",
"version": "3.7.115",
"commands": [
"nbgv"
],
Expand Down
2 changes: 1 addition & 1 deletion gen/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<GlobalPackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.25" PrivateAssets="All" />
<GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.7.112" PrivateAssets="All" />
<GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.7.115" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" />
Expand Down
6 changes: 3 additions & 3 deletions gen/EnumUtilities.Generators/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
},
"Nerdbank.GitVersioning": {
"type": "Direct",
"requested": "[3.7.112, )",
"resolved": "3.7.112",
"contentHash": "j0jcfnTjvhytRanVR34Gaj6RFKk8EDmVhRW7929nWjCo8tzBxsa3XmFmbSGDA6nWXGhfehTixWhPgGWAbz+NQA=="
"requested": "[3.7.115, )",
"resolved": "3.7.115",
"contentHash": "EpXamaAdRfG/BMxGgvZlTM0npRnkmXUjAj8OdNKd17t4oN+2nvjdv/KnFmzOOMDqvlwB49UCwtOHJrAQTfUBtQ=="
},
"NETStandard.Library": {
"type": "Direct",
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<GlobalPackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.25" PrivateAssets="All" />
<GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.7.112" PrivateAssets="All" />
<GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.7.115" PrivateAssets="All" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageVersion Include="System.Memory" Version="4.6.0" />
Expand Down
18 changes: 9 additions & 9 deletions src/EnumUtilities/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"Nerdbank.GitVersioning": {
"type": "Direct",
"requested": "[3.7.112, )",
"resolved": "3.7.112",
"contentHash": "j0jcfnTjvhytRanVR34Gaj6RFKk8EDmVhRW7929nWjCo8tzBxsa3XmFmbSGDA6nWXGhfehTixWhPgGWAbz+NQA=="
"requested": "[3.7.115, )",
"resolved": "3.7.115",
"contentHash": "EpXamaAdRfG/BMxGgvZlTM0npRnkmXUjAj8OdNKd17t4oN+2nvjdv/KnFmzOOMDqvlwB49UCwtOHJrAQTfUBtQ=="
},
"NETStandard.Library": {
"type": "Direct",
Expand Down Expand Up @@ -64,9 +64,9 @@
},
"Nerdbank.GitVersioning": {
"type": "Direct",
"requested": "[3.7.112, )",
"resolved": "3.7.112",
"contentHash": "j0jcfnTjvhytRanVR34Gaj6RFKk8EDmVhRW7929nWjCo8tzBxsa3XmFmbSGDA6nWXGhfehTixWhPgGWAbz+NQA=="
"requested": "[3.7.115, )",
"resolved": "3.7.115",
"contentHash": "EpXamaAdRfG/BMxGgvZlTM0npRnkmXUjAj8OdNKd17t4oN+2nvjdv/KnFmzOOMDqvlwB49UCwtOHJrAQTfUBtQ=="
}
},
"net8.0": {
Expand All @@ -78,9 +78,9 @@
},
"Nerdbank.GitVersioning": {
"type": "Direct",
"requested": "[3.7.112, )",
"resolved": "3.7.112",
"contentHash": "j0jcfnTjvhytRanVR34Gaj6RFKk8EDmVhRW7929nWjCo8tzBxsa3XmFmbSGDA6nWXGhfehTixWhPgGWAbz+NQA=="
"requested": "[3.7.115, )",
"resolved": "3.7.115",
"contentHash": "EpXamaAdRfG/BMxGgvZlTM0npRnkmXUjAj8OdNKd17t4oN+2nvjdv/KnFmzOOMDqvlwB49UCwtOHJrAQTfUBtQ=="
}
}
}
Expand Down

0 comments on commit fa0c788

Please sign in to comment.