chore(deps): update dependency nerdbank.gitversioning to v3 #1104
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.0-beta-gf8a674c064
->3.6.133
Release Notes
dotnet/Nerdbank.GitVersioning (Nerdbank.GitVersioning)
v3.6.133
What's Changed
Full Changelog: dotnet/Nerdbank.GitVersioning@v3.6.132...v3.6.133
v3.6.132
What's Changed
Full Changelog: dotnet/Nerdbank.GitVersioning@v3.6.128...v3.6.132
v3.6.128
What's Changed
$(Language)
by @AArnott in https://github.com/dotnet/Nerdbank.GitVersioning/pull/900by @AArnott in https://github.com/dotnet/Nerdbank.GitVersioning/pull/843
New Contributors
Full Changelog: dotnet/Nerdbank.GitVersioning@v3.6.79-alpha...v3.6.128
v3.5.119
What's Changed
Full Changelog: dotnet/Nerdbank.GitVersioning@v3.5.113...v3.5.119
v3.5.113
What's Changed
New Contributors
Full Changelog: dotnet/Nerdbank.GitVersioning@v3.5.112...v3.5.113
v3.5.112
What's Changed
Stream.Seek
implementations to reliably shift position as required by @AArnott in https://github.com/dotnet/Nerdbank.GitVersioning/pull/816Full Changelog: dotnet/Nerdbank.GitVersioning@v3.5.109...v3.5.112
v3.5.109
Changes:
Fixes:
This list of changes was auto generated.
v3.5.108
Changes:
This list of changes was auto generated.
v3.5.107
Changes:
Fixes:
dotnet watch
fails due to missing _CollectWatchItems targetOthers:
This list of changes was auto generated.
v3.5.104
Changes:
This list of changes was auto generated.
v3.5.103
Changes:
Fixes:
Enhancements:
Breaking changes:
ProjectReference
items in a way we haven't tested with, then you might see a build error such as #751 ("PrivateP2PCaching.proj : error MSB4057: The target "x" does not exist in the project."). Please report such errors as new issues for each unique target that cannot be found, and apply the workaround prescribed in #751 to unblock yourself.Others:
v3.4.255
Changes:
Breaking changes:
Fixes:
nbgv get-commits
to require version matchingEnhancements:
v3.4.244
Changes:
Fixes:
cloudBuild.buildNumber
tonull
, but this violates the JSON schemaOthers:
cloudBuild.buildNumber: null
being written fornbgv prepare-release
This list of changes was auto generated.
v3.4.240
Changes:
Fixes:
Others:
nbgv
dependenciesis null
pattern and analyzerThis list of changes was auto generated.
v3.4.231
Changes:
Fixes:
This list of changes was auto generated.
v3.4.228
Changes:
Fixes
Other work:
This list of changes was auto generated.
v3.4.220
Changes:
Fixes:
This list of changes was auto generated.
v3.4.216
Changes:
Fixes:
0000000
was not found in this repository.Others:
This list of changes was auto generated.
v3.4.205
Changes:
Fixes:
Others:
This list of changes was auto generated.
v3.4.203
Changes:
Fixes:
Others:
\n
character at the end of the alternates fileThis list of changes was auto generated.
v3.4.194
Changes:
Fixes:
Others:
This list of changes was auto generated.
v3.4.190
Changes:
Important: The 3.4 release replaces libgit2sharp with a managed git implementation for most operations, allowing use with all linux distros for which a .NET runtime exists. Learn more about this and switching back to the libgit2sharp implementation in our 3.4.142-alpha release notes.
Fixes:
Enhancements:
Others:
This list of changes was auto generated.
v3.3.37
Changes:
Enhancements:
This list of changes was auto generated.
v3.2.31
Nothing new since the last prerelease
v3.1.91
Changes:
Fixes:
This list of changes was auto generated.
v3.1.89
Fixes:
Changes:
This list of changes was auto generated.
v3.1.74
Changes:
assemblyVersion
JSON object option, and note to commit fileThis list of changes was auto generated.
v3.1.71
Changes:
Fixes:
Enhancements:
g
prefixThis list of changes was auto generated.
v3.1.68
Fixes
Enhancements
IsPublicRelease
andIsPrerelease
properties toThisAssembly
classv3.0.50
Enhancements
v3.0.48
Fixes
$schema
gets removed from version.jsonEnhancements
v3.0.28
Fixes
ThisAssembly
is usedv3.0.26
Fixes
v3.0.25
nbgv get-version
to respect thePublicRelease
environment variable #371v3.0.24
: v3.0Potential breaking change: The 3.0 version introduced better support for version height calculation when 3 integers are specified in the version.json file. When upgrading from Nerdbank.GitVersioning 1.x or 2.x to 3.x, commit the upgrade then test your version number to verify that the version is larger than it was before and as you expect. Use the
versionHeightOffset
property in yourversion.json
file to make any necessary adjustments.v2.3.186
nbgv get-version
to respect thePublicRelease
environment variable #371v2.3.38
: v2.3g
prefix where git commit IDs appear except where required for NuGet package versions that do not opt into semver v2ThisAssembly.GitCommitId
propertynbgv
CLI tool usage docsThisAssembly
code gen support for F# projectsv2.2.33
: A few minor fixes and enhancementv2.2.3
This fixes #143 which gets NB.GV working on more recent Linux versions like Ubuntu 18, Arch Linux, .NET Core SDK docker images, etc.
v1.6.30
Fixes builds on mono on Linux and OSX
v1.5.96
: Better support for .NET SDKNo collision with latest .NET SDK for
AssemblyTitleAttribute
, and built-in support for Atlassian Bamboo Cloud Build.v1.5.62
: Support setting package versions in SDK projectsThis release updates support for SDK (i.e. cross-targeting) projects so that package versions are also set the same way as assembly versions.
v1.5.61
: VS2017 SDK-based build supportNerdbank.GitVersioning can successfully perform its functions on the SDK builds of .NET assemblies.
It can't yet influence the version of nuget packages that are built with the new SDK's
Pack
target. #93 tracks progress on this.Install from NuGet
For folks not familiar with these new project types, they look like this:
v1.1.64
: First "stable" releaseThis has been a gradual evolution. But we finally feel we've got critical mass of useful features and stable track record to have our first official release.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.