Skip to content

Commit 7348f77

Browse files
Bump Nerdbank.GitVersioning from 3.6.146 to 3.7.112 (#43)
Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.6.146 to 3.7.112. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotnet/Nerdbank.GitVersioning/releases">Nerdbank.GitVersioning's releases</a>.</em></p> <blockquote> <h2>v3.7.112</h2> <h2>What's Changed</h2> <ul> <li>Fix typo in the Cake extension documentation comment by <a href="https://github.com/kapsiR"><code>@​kapsiR</code></a> in <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/939">dotnet/Nerdbank.GitVersioning#939</a></li> <li>Retarget from net462 to net472 by <a href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/941">dotnet/Nerdbank.GitVersioning#941</a></li> <li>Add option to include package version in <code>ThisAssembly</code> class by <a href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/976">dotnet/Nerdbank.GitVersioning#976</a></li> <li>Make GitPackCache include ObjectType by <a href="https://github.com/georg-jung"><code>@​georg-jung</code></a> in <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/942">dotnet/Nerdbank.GitVersioning#942</a></li> <li>Add git-based detection of tags at HEAD to improve PublicRelease detection by <a href="https://github.com/georg-jung"><code>@​georg-jung</code></a> in <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/876">dotnet/Nerdbank.GitVersioning#876</a></li> <li>Remove package reference to Moq by <a href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1003">dotnet/Nerdbank.GitVersioning#1003</a></li> <li>Allow customizing commit message pattern in <code>prepare-release</code> command by <a href="https://github.com/fmacavilca"><code>@​fmacavilca</code></a> in <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/996">dotnet/Nerdbank.GitVersioning#996</a></li> <li>AssemblyVersionInfo: Use <code>global::</code> for all references to types in <code>System.*</code> namespaces. by <a href="https://github.com/alexrp"><code>@​alexrp</code></a> in <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1012">dotnet/Nerdbank.GitVersioning#1012</a></li> <li>Invert <code>Language</code> special-casing to handle <em>supported</em> programming languages. by <a href="https://github.com/alexrp"><code>@​alexrp</code></a> in <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1021">dotnet/Nerdbank.GitVersioning#1021</a></li> <li>Fix lookup of tags in the presence of lightweight tags by <a href="https://github.com/Rob-Hague"><code>@​Rob-Hague</code></a> in <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1029">dotnet/Nerdbank.GitVersioning#1029</a></li> <li>ReleaseManager: do not reset VersionHeightOffset if it equals to -1 by <a href="https://github.com/DmitryZhelnin"><code>@​DmitryZhelnin</code></a> in <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1100">dotnet/Nerdbank.GitVersioning#1100</a></li> <li>fix GitCommitDate being author date rather than commit date by <a href="https://github.com/DmitryZhelnin"><code>@​DmitryZhelnin</code></a> in <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1103">dotnet/Nerdbank.GitVersioning#1103</a></li> <li>Ensure GetBuildVersion runs before Clean by <a href="https://github.com/MattKotsenas"><code>@​MattKotsenas</code></a> in <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1107">dotnet/Nerdbank.GitVersioning#1107</a></li> <li>Avoid inexact stream reads by <a href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1127">dotnet/Nerdbank.GitVersioning#1127</a></li> <li>Introduce <code>NBGV_UseAssemblyVersionInNativeVersion</code> msbuild property by <a href="https://github.com/vitezslav-popovsky-solarwinds"><code>@​vitezslav-popovsky-solarwinds</code></a> in <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1125">dotnet/Nerdbank.GitVersioning#1125</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/fmacavilca"><code>@​fmacavilca</code></a> made their first contribution in <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/996">dotnet/Nerdbank.GitVersioning#996</a></li> <li><a href="https://github.com/Rob-Hague"><code>@​Rob-Hague</code></a> made their first contribution in <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1029">dotnet/Nerdbank.GitVersioning#1029</a></li> <li><a href="https://github.com/DmitryZhelnin"><code>@​DmitryZhelnin</code></a> made their first contribution in <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1100">dotnet/Nerdbank.GitVersioning#1100</a></li> <li><a href="https://github.com/MattKotsenas"><code>@​MattKotsenas</code></a> made their first contribution in <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1107">dotnet/Nerdbank.GitVersioning#1107</a></li> <li><a href="https://github.com/github-actions"><code>@​github-actions</code></a> made their first contribution in <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1135">dotnet/Nerdbank.GitVersioning#1135</a></li> <li><a href="https://github.com/vitezslav-popovsky-solarwinds"><code>@​vitezslav-popovsky-solarwinds</code></a> made their first contribution in <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1125">dotnet/Nerdbank.GitVersioning#1125</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.6.146...v3.7.112">https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.6.146...v3.7.112</a></p> <h2>v3.7.77-alpha</h2> <h2>What's Changed</h2> <ul> <li>Bump Microsoft.Build.Locator from 1.6.10 to 1.7.8 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1062">dotnet/Nerdbank.GitVersioning#1062</a></li> <li>Bump Newtonsoft.Json.Schema from 3.0.16 to 4.0.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1063">dotnet/Nerdbank.GitVersioning#1063</a></li> <li>Bump node.js version and switch from camel-case to change-case by <a href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1077">dotnet/Nerdbank.GitVersioning#1077</a></li> <li>Switch System.Text.Json to non-vulnerable version by <a href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1074">dotnet/Nerdbank.GitVersioning#1074</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.7.70-alpha...v3.7.77-alpha">https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.7.70-alpha...v3.7.77-alpha</a></p> <h2>v3.7.70-alpha</h2> <h2>Changes:</h2> <h3>Fixes:</h3> <ul> <li><a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/issues/250">#250</a>: GetBuildVersion fails with NullReferenceException when version is missing</li> <li><a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/issues/943">#943</a>: Upgrading from 3.5.119 to 3.6.132 breaks commit id for NPM</li> <li><a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/issues/935">#935</a>: BuildingRef is incorrectly populated on Bitbucket pipelines</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/Nerdbank.GitVersioning/commit/63bbe780b086b5596350570e69ebf31a48aa84dd"><code>63bbe78</code></a> Set version to '3.7'</li> <li><a href="https://github.com/dotnet/Nerdbank.GitVersioning/commit/36a47968f4f1418f5270b211de4df6e39ec3b180"><code>36a4796</code></a> Merge pull request <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/issues/1125">#1125</a> from vitezslav-popovsky-solarwinds/assembly-version-...</li> <li><a href="https://github.com/dotnet/Nerdbank.GitVersioning/commit/1283c6b310aec79e0f7c85eeb38e0baf80d01e98"><code>1283c6b</code></a> Introduce <code>NBGV_UseAssemblyVersionInNativeVersion</code> msbuild property</li> <li><a href="https://github.com/dotnet/Nerdbank.GitVersioning/commit/bf4fa8afadae8a2ab26051736e358fd952831220"><code>bf4fa8a</code></a> Bump NuGet.PackageManagement from 6.11.1 to 6.12.1 (<a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/issues/1132">#1132</a>)</li> <li><a href="https://github.com/dotnet/Nerdbank.GitVersioning/commit/9576733c12783b4f1cb642a693e9000e22dfceec"><code>9576733</code></a> Merge pull request <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/issues/1135">#1135</a> from dotnet/auto/libtemplateUpdate</li> <li><a href="https://github.com/dotnet/Nerdbank.GitVersioning/commit/d4efc58b17dae7c9c9869de757762200cad4a974"><code>d4efc58</code></a> Merge branch 'main' of <a href="https://github.com/aarnott/Library.Template">https://github.com/aarnott/Library.Template</a> into auto/...</li> <li><a href="https://github.com/dotnet/Nerdbank.GitVersioning/commit/478453db44cbc3b2240b5a2a31a8efcdf0318b4f"><code>478453d</code></a> Bump System.Threading.Tasks.Dataflow from 8.0.1 to 9.0.0 (<a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/issues/1134">#1134</a>)</li> <li><a href="https://github.com/dotnet/Nerdbank.GitVersioning/commit/e42ca20ef4d9bea93adc30ff254ac870fe840469"><code>e42ca20</code></a> Merge pull request <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/issues/1133">#1133</a> from dotnet/sdkUpdateStop</li> <li><a href="https://github.com/dotnet/Nerdbank.GitVersioning/commit/c1af134a4d509b1b3f11cdbc5bbd3b2f9762c057"><code>c1af134</code></a> Bump Xunit.SkippableFact from 1.4.13 to 1.5.23 (<a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/issues/1131">#1131</a>)</li> <li><a href="https://github.com/dotnet/Nerdbank.GitVersioning/commit/decd60661839ad3c6ea7b893f0e851be6a8c575e"><code>decd606</code></a> Bump System.Memory from 4.5.5 to 4.6.0 (<a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/issues/1129">#1129</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.6.146...v3.7.112">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Nerdbank.GitVersioning&package-manager=nuget&previous-version=3.6.146&new-version=3.7.112)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 47d6ca0 commit 7348f77

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.146" PrivateAssets="All" />
23+
<PackageReference Include="Nerdbank.GitVersioning" Version="3.7.112" PrivateAssets="All" />
2424
<PackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="3.3.4" PrivateAssets="All" />
2525
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
2626
</ItemGroup>

src/TemplateRefGenerator.Tests/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
},
6565
"Nerdbank.GitVersioning": {
6666
"type": "Direct",
67-
"requested": "[3.6.146, )",
68-
"resolved": "3.6.146",
69-
"contentHash": "W1eQ8hD9Y/cZ2+ilgxECl003xr1hybpN3fMxoTlMqg++BixETBMWzS4y9s08oHJKXgKtudsoxhITNOEf1OR66w=="
67+
"requested": "[3.7.112, )",
68+
"resolved": "3.7.112",
69+
"contentHash": "j0jcfnTjvhytRanVR34Gaj6RFKk8EDmVhRW7929nWjCo8tzBxsa3XmFmbSGDA6nWXGhfehTixWhPgGWAbz+NQA=="
7070
},
7171
"Azure.Bicep.Types": {
7272
"type": "Transitive",

src/TemplateRefGenerator/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
},
3636
"Nerdbank.GitVersioning": {
3737
"type": "Direct",
38-
"requested": "[3.6.146, )",
39-
"resolved": "3.6.146",
40-
"contentHash": "W1eQ8hD9Y/cZ2+ilgxECl003xr1hybpN3fMxoTlMqg++BixETBMWzS4y9s08oHJKXgKtudsoxhITNOEf1OR66w=="
38+
"requested": "[3.7.112, )",
39+
"resolved": "3.7.112",
40+
"contentHash": "j0jcfnTjvhytRanVR34Gaj6RFKk8EDmVhRW7929nWjCo8tzBxsa3XmFmbSGDA6nWXGhfehTixWhPgGWAbz+NQA=="
4141
},
4242
"System.IO.Abstractions": {
4343
"type": "Direct",

src/TestHelpers/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979
},
8080
"Nerdbank.GitVersioning": {
8181
"type": "Direct",
82-
"requested": "[3.6.146, )",
83-
"resolved": "3.6.146",
84-
"contentHash": "W1eQ8hD9Y/cZ2+ilgxECl003xr1hybpN3fMxoTlMqg++BixETBMWzS4y9s08oHJKXgKtudsoxhITNOEf1OR66w=="
82+
"requested": "[3.7.112, )",
83+
"resolved": "3.7.112",
84+
"contentHash": "j0jcfnTjvhytRanVR34Gaj6RFKk8EDmVhRW7929nWjCo8tzBxsa3XmFmbSGDA6nWXGhfehTixWhPgGWAbz+NQA=="
8585
},
8686
"Azure.Bicep.Types": {
8787
"type": "Transitive",

0 commit comments

Comments
 (0)