TestableIO / System.IO.Abstractions.Extensions

Convenience functionality on top of System.IO.Abstractions
MIT License
21 stars 6 forks source link

Update dependency Nerdbank.GitVersioning to v3.5.119 #23

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
Nerdbank.GitVersioning nuget minor 3.4.255 -> 3.5.119

Release Notes

dotnet/Nerdbank.GitVersioning ### [`v3.5.119`](https://togithub.com/dotnet/Nerdbank.GitVersioning/releases/tag/v3.5.119) ##### What's Changed - Add GetTargetPath target for SqlServer projects by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/821](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/821) - Fix suboptimal incremental build due to faulty CompareFiles task by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/826](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/826) - Update NuGet.PackageManagement to 6.3.1 by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/851](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/851) **Full Changelog**: https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.5.113...v3.5.119 ### [`v3.5.113`](https://togithub.com/dotnet/Nerdbank.GitVersioning/releases/tag/v3.5.113) ##### What's Changed - DeltaStreamReader should interpret instruction with size 0 as 0x10000 by [@​marcin-krystianc](https://togithub.com/marcin-krystianc) in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/818](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/818) ##### New Contributors - [@​marcin-krystianc](https://togithub.com/marcin-krystianc) made their first contribution in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/818](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/818) **Full Changelog**: https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.5.112...v3.5.113 ### [`v3.5.112`](https://togithub.com/dotnet/Nerdbank.GitVersioning/releases/tag/v3.5.112) #### What's Changed - Fix break in tests from VS 17.3 by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/804](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/804) - Fix `Stream.Seek` implementations to reliably shift position as required by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/816](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/816) **Full Changelog**: https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.5.109...v3.5.112 ### [`v3.5.109`](https://togithub.com/dotnet/Nerdbank.GitVersioning/releases/tag/v3.5.109) #### Changes: ##### Fixes: - [#​774](https://togithub.com/dotnet/Nerdbank.GitVersioning/issues/774): The target "VSTest" does not exist in the project This list of changes was [auto generated](https://dev.azure.com/andrewarnott/OSS/\_build/results?buildId=6819\&view=logs). ### [`v3.5.108`](https://togithub.com/dotnet/Nerdbank.GitVersioning/releases/tag/v3.5.108) ##### Changes: - [#​777](https://togithub.com/dotnet/Nerdbank.GitVersioning/issues/777): Bump Newtonsoft.Json from 9.0.1 to 13.0.1 in /src/NerdBank.GitVersioning This list of changes was [auto generated](https://dev.azure.com/andrewarnott/OSS/\_build/results?buildId=6744\&view=logs). ### [`v3.5.107`](https://togithub.com/dotnet/Nerdbank.GitVersioning/releases/tag/v3.5.107) #### Changes: ##### Fixes: - [#​732](https://togithub.com/dotnet/Nerdbank.GitVersioning/issues/732): `dotnet watch` fails due to missing \_CollectWatchItems target - [#​754](https://togithub.com/dotnet/Nerdbank.GitVersioning/issues/754): BUG: GetTargetPathWithTargetPlatformMoniker target missing on 3.5.103 ##### Others: - [#​755](https://togithub.com/dotnet/Nerdbank.GitVersioning/issues/755): Define more empty targets This list of changes was [auto generated](https://dev.azure.com/andrewarnott/OSS/\_build/results?buildId=6481\&view=logs). ### [`v3.5.104`](https://togithub.com/dotnet/Nerdbank.GitVersioning/releases/tag/v3.5.104) #### Changes: - [#​752](https://togithub.com/dotnet/Nerdbank.GitVersioning/issues/752): Define more empty targets for VSIX projects This list of changes was [auto generated](https://dev.azure.com/andrewarnott/OSS/\_build/results?buildId=6418\&view=logs). ### [`v3.5.103`](https://togithub.com/dotnet/Nerdbank.GitVersioning/releases/tag/v3.5.103) #### Changes: ##### Fixes: - [#​728](https://togithub.com/dotnet/Nerdbank.GitVersioning/issues/728): Fix NullReferenceException thrown when PATH is empty/missing - [#​726](https://togithub.com/dotnet/Nerdbank.GitVersioning/issues/726): File Output Has the Same Entries Multiple Times ##### Enhancements: - [#​723](https://togithub.com/dotnet/Nerdbank.GitVersioning/issues/723): Include all four version components in the cloud build number if three or more components are set in the version file ##### Breaking changes: - As part of adding support for MSBuild's static graph feature, we changed the way Nerdbank.GitVersioning invokes itself for shared version calculations during the build. This means that if you have build targets that process `ProjectReference` items in a way we haven't tested with, then you might see a build error such as [#​751](https://togithub.com/dotnet/Nerdbank.GitVersioning/issues/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](https://togithub.com/dotnet/Nerdbank.GitVersioning/issues/751) to unblock yourself. ##### Others: - [#​748](https://togithub.com/dotnet/Nerdbank.GitVersioning/issues/748): Stabilize tests against different default branch names - [#​738](https://togithub.com/dotnet/Nerdbank.GitVersioning/issues/738): Update npm dependencies and enable dependabot - [#​729](https://togithub.com/dotnet/Nerdbank.GitVersioning/issues/729): Merge v3.4 to master - [#​727](https://togithub.com/dotnet/Nerdbank.GitVersioning/issues/727): GitHub actions file output has redundant entries - [#​721](https://togithub.com/dotnet/Nerdbank.GitVersioning/issues/721): Set Platform=AnyCPU on inner P2P to satisfy MSBuild platform negotiation - [#​719](https://togithub.com/dotnet/Nerdbank.GitVersioning/issues/719): Add 'precision' setting for the NuGet package version - [#​715](https://togithub.com/dotnet/Nerdbank.GitVersioning/issues/715): "more than one project" - [#​714](https://togithub.com/dotnet/Nerdbank.GitVersioning/issues/714): Fixes typos and grammar in nbgv-cli.md

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.

github-actions[bot] commented 1 year ago

This is addressed in release v1.0.36.