Skip to content

Commit

Permalink
deps: Update Nerdbank.GitVersioning to 3.6.143
Browse files Browse the repository at this point in the history
Updates-dependency: Cake.GitVersioning
Updates-dependency-from-version: 3.6.133
Updates-dependency-to-version: 3.6.143
  • Loading branch information
renovate[bot] committed Sep 12, 2024
1 parent 97d0d31 commit cff9d87
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.6.133",
"version": "3.6.143",
"commands": [
"nbgv"
]
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 @@

<!-- Reference Nerdbank.GitVersioning -->
<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.133" PrivateAssets="all" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.143" PrivateAssets="all" />
</ItemGroup>

<!-- Compiler settings-->
Expand Down
2 changes: 1 addition & 1 deletion build/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="Cake.Frosting" Version="4.0.0" />
<PackageReference Include="Cake.BuildSystems.Module" Version="6.0.0" />
<PackageReference Include="Cake.DotNetLocalTools.Module" Version="3.0.12" />
<PackageReference Include="Cake.GitVersioning" Version="3.6.133" />
<PackageReference Include="Cake.GitVersioning" Version="3.6.143" />
<PackageReference Include="Grynwald.SharedBuild" Version="2.4.20" />
</ItemGroup>

Expand Down
12 changes: 6 additions & 6 deletions build/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
},
"Cake.GitVersioning": {
"type": "Direct",
"requested": "[3.6.133, )",
"resolved": "3.6.133",
"contentHash": "/xqsgx2aeXQxHod0LAIHBEQUVqSjTtKwytGKVZI9FXg5mLRCdqKz6QtU3QmLH+OoD36KHcTt/KcIUtKrqxy9kQ=="
"requested": "[3.6.143, )",
"resolved": "3.6.143",
"contentHash": "W9sSDjBrVQXlgsDd4jDcEsMNSJycMsvmZdqHwpsnx2hnI/blB2he0apNLUnlyl+zvQbLIDqbMes1amwBvcPHZQ=="
},
"Grynwald.SharedBuild": {
"type": "Direct",
Expand All @@ -52,9 +52,9 @@
},
"Nerdbank.GitVersioning": {
"type": "Direct",
"requested": "[3.6.133, )",
"resolved": "3.6.133",
"contentHash": "VZWMd5YAeDxpjWjAP/X6bAxnRMiEf6tES/ITN0X5CHJgkWLLeHGmEALivmTAfYM6P+P/3Szy6VCITUAkqjcHVw=="
"requested": "[3.6.143, )",
"resolved": "3.6.143",
"contentHash": "N24MtdLq4PmdJ2woTQd9515q0I1jeO/DlimYCB/GoRd510Fc9dk9H6YaN8MPPrVF8RHrIalCUfWbWvcoarYeoQ=="
},
"Autofac": {
"type": "Transitive",
Expand Down

0 comments on commit cff9d87

Please sign in to comment.