Skip to content

Commit d8a3423

Browse files
Bump Nerdbank.GitVersioning from 3.6.146 to 3.7.115 (#16379)
Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.6.146 to 3.7.115. <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.115</h2> <h2>Changes:</h2> <h3>Fixes:</h3> <ul> <li><a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/issues/1151">#1151</a>: Fix exception thrown for repos cloned without tags</li> <li><a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/issues/1150">#1150</a>: Getting the build version fails for repositories cloned with --no-tags</li> </ul> <h3>Enhancements:</h3> <ul> <li><a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/issues/318">#318</a>: Emit a warning when SemVer 2.0 format version is specified with explicitly selecting SemVer 1.0.</li> </ul> <p>This list of changes was <a href="https://dev.azure.com/andrewarnott/OSS/_build/results?buildId=11184&amp;view=logs">auto generated</a>.</p> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/Nerdbank.GitVersioning/commit/d31f50f4d10b1b37f6d10150434e617548c2b321"><code>d31f50f</code></a> Rollback version to v3.7</li> <li><a href="https://github.com/dotnet/Nerdbank.GitVersioning/commit/54ecc60079cd42f981e5b033bc2c530e80222676"><code>54ecc60</code></a> Merge pull request <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/issues/1151">#1151</a> from dotnet/fix1150</li> <li><a href="https://github.com/dotnet/Nerdbank.GitVersioning/commit/af89131604509a7472ab6b85f17bfca2a03cd241"><code>af89131</code></a> Fix exception thrown for repos cloned without tags</li> <li><a href="https://github.com/dotnet/Nerdbank.GitVersioning/commit/e6a2ed5ccfaad9eaa52a29ba277c217f5405f165"><code>e6a2ed5</code></a> Merge pull request <a href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/issues/1136">#1136</a> from dotnet/dev/andre/libtemplateUpdate</li> <li><a href="https://github.com/dotnet/Nerdbank.GitVersioning/commit/9481a5c231e25d995ecafa93d71588a8e5140cf9"><code>9481a5c</code></a> Merge the main branch from <a href="https://github.com/aarnott/Library.Template">https://github.com/aarnott/Library.Template</a></li> <li><a href="https://github.com/dotnet/Nerdbank.GitVersioning/commit/7bb9a6c37c9cc09513b5e6c0a950e410dfb8d70e"><code>7bb9a6c</code></a> Publish test results when they fail on github workflows</li> <li><a href="https://github.com/dotnet/Nerdbank.GitVersioning/commit/a8a1b65ce6cea0adabdf160c8333643d82ffbbfa"><code>a8a1b65</code></a> Merge branch 'v3.7'</li> <li><a href="https://github.com/dotnet/Nerdbank.GitVersioning/commit/5aecd1cc553e411a6d455eb63830db2803c9b1eb"><code>5aecd1c</code></a> Set version to '3.8-alpha'</li> <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>Additional commits viewable in <a href="https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.6.146...v3.7.115">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.115)](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> ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/16379) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6240120 commit d8a3423

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Bicep.Wasm/Bicep.Wasm.csproj

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

2222
<ItemGroup>
23-
<PackageReference Update="Nerdbank.GitVersioning" Version="3.6.146" />
23+
<PackageReference Update="Nerdbank.GitVersioning" Version="3.7.115" />
2424
</ItemGroup>
2525
</Project>

src/Bicep.Wasm/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
},
5252
"Nerdbank.GitVersioning": {
5353
"type": "Direct",
54-
"requested": "[3.6.146, )",
55-
"resolved": "3.6.146",
56-
"contentHash": "W1eQ8hD9Y/cZ2+ilgxECl003xr1hybpN3fMxoTlMqg++BixETBMWzS4y9s08oHJKXgKtudsoxhITNOEf1OR66w=="
54+
"requested": "[3.7.115, )",
55+
"resolved": "3.7.115",
56+
"contentHash": "EpXamaAdRfG/BMxGgvZlTM0npRnkmXUjAj8OdNKd17t4oN+2nvjdv/KnFmzOOMDqvlwB49UCwtOHJrAQTfUBtQ=="
5757
},
5858
"System.IO.Abstractions.TestingHelpers": {
5959
"type": "Direct",

0 commit comments

Comments
 (0)