microsoft / MSBuildLocator

An API to locate MSBuild assemblies from an installed Visual Studio location. Use this to ensure that calling the MSBuild API will use the same toolset that a build from Visual Studio or msbuild.exe would.
Other
212 stars 83 forks source link

Bump Nerdbank.GitVersioning from 2.2.13 to 3.5.103 #154

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps Nerdbank.GitVersioning from 2.2.13 to 3.5.103.

Release notes

Sourced from Nerdbank.GitVersioning's releases.

v3.5.103

Changes:

Fixes:

  • #728: Fix NullReferenceException thrown when PATH is empty/missing
  • #726: File Output Has the Same Entries Multiple Times

Enhancements:

  • #723: Include all four version components in the cloud build number if three or more components are set in the version file

Others:

  • #748: Stabilize tests against different default branch names
  • #738: Update npm dependencies and enable dependabot
  • #729: Merge v3.4 to master
  • #727: GitHub actions file output has redundant entries
  • #721: Set Platform=AnyCPU on inner P2P to satisfy MSBuild platform negotiation
  • #719: Add 'precision' setting for the NuGet package version
  • #715: "more than one project"
  • #714: Fixes typos and grammar in nbgv-cli.md

v3.5.86-alpha

Changes:

  • #729: Merge v3.4 to master

v3.5.85-alpha

Changes:

Breaking changes:

  • #707: Honor AssemblyVersion as explicitly set in version.json
  • #701: Rename GenerateAssemblyVersionInfo msbuild target to GenerateAssemblyNBGVVersionInfo

Fixes:

... (truncated)

Commits
  • 351d94e Set version to '3.5'
  • 92e9b58 Bump System.Threading.Tasks.Dataflow from 4.9.0 to 6.0.0 (#749)
  • a438bab Merge pull request #748 from dotnet/stabilizeTests
  • 4815235 Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.1.0 (#747)
  • 61c6d71 Bump Xunit.SkippableFact from 1.3.12 to 1.4.13 (#746)
  • 82fa4ff Bump coverlet.collector from 1.3.0 to 3.1.2 (#745)
  • 81993d2 Bump DotNetMDDocs from 0.111.0 to 0.112.39 (#744)
  • f90a2fe Stabilize tests against different default branch names
  • 68ebcd6 Bump Microsoft.CodeAnalysis.CSharp from 2.10.0 to 4.1.0 (#743)
  • ecfad10 Bump Validation from 2.5.5-beta to 2.5.51 (#742)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 commands and options
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 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)
dependabot[bot] commented 2 years ago

Superseded by #156.