hcoona / OneDotNet

The DotNet mono repository for me
GNU General Public License v3.0
2 stars 1 forks source link

chore(deps): update cli-packages #142

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dotnet-ef (source) 7.0.1 -> 7.0.18 age adoption passing confidence
fantomas (source) 5.1.5 -> 5.2.4 age adoption passing confidence
microsoft.visualstudio.slngen.tool 9.3.1 -> 9.6.9 age adoption passing confidence
nbgv 3.5.119 -> 3.6.133 age adoption passing confidence

Release Notes

dotnet/efcore (dotnet-ef) ### [`v7.0.18`](https://togithub.com/dotnet/efcore/releases/tag/v7.0.18): .NET 7.0.18 [Release](https://togithub.com/dotnet/core/releases/tag/v7.0.18) ### [`v7.0.17`](https://togithub.com/dotnet/efcore/releases/tag/v7.0.17): EF Core 7.0.17 EF Core 7.0.17 is [available on NuGet now](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/7.0.17). This is a patch release of EF Core 7 containing only [important bug fixes](https://togithub.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A7.0.17+is%3Aclosed): - [SqlClient - Update 8.0 to 5.1.5](https://togithub.com/dotnet/efcore/issues/33010) ### [`v7.0.16`](https://togithub.com/dotnet/efcore/releases/tag/v7.0.16): EF Core 7.0.16 EF Core 7.0.16 is [available on NuGet now](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/7.0.16). This is a patch release of EF Core 7 containing only [important bug fixes](https://togithub.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A7.0.16+is%3Aclosed): - [Cancelled token does not prevent execution of ExecuteDeleteAsync(token)](https://togithub.com/dotnet/efcore/issues/31448) ### [`v7.0.15`](https://togithub.com/dotnet/efcore/releases/tag/v7.0.15): .NET 7.0.15 [Release](https://togithub.com/dotnet/core/releases/tag/v7.0.15) ### [`v7.0.14`](https://togithub.com/dotnet/efcore/releases/tag/v7.0.14): EF Core 7.0.14 This is a [patch release of EF Core 7.0](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/7.0.14) containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 7.0.13. ### [`v7.0.13`](https://togithub.com/dotnet/efcore/releases/tag/v7.0.13): .NET 7.0.13 [Release](https://togithub.com/dotnet/core/releases/tag/v7.0.13) ### [`v7.0.12`](https://togithub.com/dotnet/efcore/releases/tag/v7.0.12): .NET 7.0.12 [Release](https://togithub.com/dotnet/core/releases/tag/v7.0.12) ### [`v7.0.11`](https://togithub.com/dotnet/efcore/releases/tag/v7.0.11): .NET 7.0.11 [Release](https://togithub.com/dotnet/core/releases/tag/v7.0.11) ### [`v7.0.10`](https://togithub.com/dotnet/efcore/releases/tag/v7.0.10): EF Core 7.0.10 EF Core 7.0.10 is [available on NuGet now](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/7.0.10). This is a patch release of EF Core 7 containing only [important bug fixes](https://togithub.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A7.0.10+is%3Aclosed): - [Scaffolding synapse fails when attempting to enumerate triggers](https://togithub.com/dotnet/efcore/issues/30998) - [Silent data loss when adding objects to an sqlite DB with PRAGMA journal_mode=DELETE in a multi-threaded environment.](https://togithub.com/dotnet/efcore/issues/30851) ### [`v7.0.9`](https://togithub.com/dotnet/efcore/releases/tag/v7.0.9): EF Core 7.0.9 EF Core 7.0.9 is [available on NuGet now](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/7.0.9). This is a patch release of EF Core 7 containing only [important bug fixes](https://togithub.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A7.0.9+is%3Aclosed): - [Error "Index was outside the bounds of the array." when reading from dataset without AsNoTracking()](https://togithub.com/dotnet/efcore/issues/30764) ### [`v7.0.8`](https://togithub.com/dotnet/efcore/releases/tag/v7.0.8): EF Core 7.0.8 This is a [patch release of EF Core 7.0](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/7.0.8) containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 7.0.7. ### [`v7.0.7`](https://togithub.com/dotnet/efcore/releases/tag/v7.0.7): EF Core 7.0.7 EF Core 7.0.7 is [available on NuGet now](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/7.0.7). This is a patch release of EF Core 7 containing only [important bug fixes](https://togithub.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A7.0.7+is%3Aclosed): - [IndexOutOfRangeException in CreateNavigationExpansionExpression](https://togithub.com/dotnet/efcore/issues/30115) - [Linq select cannot project an entity containing both Json columns and ICollections](https://togithub.com/dotnet/efcore/issues/30266) - [Json: updating property with conversion from string to other type fails on sql server](https://togithub.com/dotnet/efcore/issues/30330) - [Duplicate table alias in generated select query (An item with the same key has already been added)](https://togithub.com/dotnet/efcore/issues/30358) - [InvalidOperationException when calling ExecuteUpdate with owned entity & using current value](https://togithub.com/dotnet/efcore/issues/30528) - [Query/Json: projecting entity collection along with json collection generates invalid shaper](https://togithub.com/dotnet/efcore/issues/30565) - [AutoInclude causes ExecuteDelete to fail](https://togithub.com/dotnet/efcore/issues/30572) - [Multiple LeftJoins (GroupJoins) lead to GroupJoin Exception when the same where is used twice](https://togithub.com/dotnet/efcore/issues/30575) - [SaveChanges circular dependency in unique unfiltered index (when change doesn't affect any column from unique index).](https://togithub.com/dotnet/efcore/issues/30601) ### [`v7.0.5`](https://togithub.com/dotnet/efcore/releases/tag/v7.0.5): EF Core 7.0.5 EF Core 7.0.5 is [available on NuGet now](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/7.0.5). This is a patch release of EF Core 7 containing only [important bug fixes](https://togithub.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A7.0.5+is%3Aclosed): - [Can't add migration renaming a column on TPC root](https://togithub.com/dotnet/efcore/issues/30321) - [Scaffolded collection navigation properties do not have setters](https://togithub.com/dotnet/efcore/issues/30286) - [EF7 generating incorrect SQL for the Concat/Union All](https://togithub.com/dotnet/efcore/issues/30273) - [Added nullable property to Json mapped model resulting in errors instead of mapping non existing json property to null](https://togithub.com/dotnet/efcore/issues/30028) ### [`v7.0.4`](https://togithub.com/dotnet/efcore/releases/tag/v7.0.4): EF Core 7.0.4 This is a [patch release of EF Core 7.0](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/7.0.4) containing only [important bug fixes](https://togithub.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A7.0.4+is%3Aclosed): - [Exception replacing multi-level relationship in EF7](https://togithub.com/dotnet/efcore/issues/30135) - [Deletion can cause error "The association between entity types A and B has been severed..."](https://togithub.com/dotnet/efcore/issues/30122) - [Non-empty second migration in TPC scheme using inheritance](https://togithub.com/dotnet/efcore/issues/30058) - [Entity Framework Core 7 keeps creating the same migration for Nullable DateTime field](https://togithub.com/dotnet/efcore/issues/29985) - [TPC mapping strategy not respecting default database schema during migration](https://togithub.com/dotnet/efcore/issues/29899) - [Count after Take throws "No column name was specified for column 1 of 't'."](https://togithub.com/dotnet/efcore/issues/29667) And for [Microsoft.Data.Sqlite](https://www.nuget.org/packages/Microsoft.Data.Sqlite/7.0.4): - [ArgumentOutOfRangeException in SqliteConnectionFactory.PruneCallback](https://togithub.com/dotnet/efcore/issues/29952) ### [`v7.0.3`](https://togithub.com/dotnet/efcore/releases/tag/v7.0.3): EF Core 7.0.3 This is a [patch release of EF Core 7.0](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/7.0.3) containing only [important bug fixes](https://togithub.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A7.0.3+is%3Aclosed): - [Add-Migration fails with "An item with the same key has already been added" when renaming entity](https://togithub.com/dotnet/efcore/issues/27504) - [ExecuteUpdate fails when target entity has an owned entity](https://togithub.com/dotnet/efcore/issues/28727) - [EF Core 7 Rev eng: Missing HasForeignKey when referencing a navigation property with a unique constraint with DataAnnotations on](https://togithub.com/dotnet/efcore/issues/29418) - [Change in behaviour of CSharpHelper.Identifier(string name)](https://togithub.com/dotnet/efcore/issues/29450) - [NullReferenceException scaffolding when no primary key set](https://togithub.com/dotnet/efcore/issues/29516) - [Idempotent migration script not working on EFCore7.0 for AlterColumn when nullable changed from true to false](https://togithub.com/dotnet/efcore/issues/29530) - [6.0.11 to 7.0.0: \[...\] are both mapped to column \[..\] but are configured to use differing provider types ('double' and 'double?').'](https://togithub.com/dotnet/efcore/issues/29531) - [Generated Model Snapshot throws InvalidOperationException](https://togithub.com/dotnet/efcore/issues/29534) - [SQL Server bulk insert broken when new command applies pending commands and goes over the batch parameter limit](https://togithub.com/dotnet/efcore/issues/29539) - [Invalid singularization when scaffolding a manytomany table](https://togithub.com/dotnet/efcore/issues/29544) - [In EF7, SqLite unable to load spatialite using the NetTopologySuite Package](https://togithub.com/dotnet/efcore/issues/29584) - [Cannot access property through interface in ExecuteUpdate setter lambda](https://togithub.com/dotnet/efcore/issues/29618) - [DbContext scaffold missing IndexerProperty for M2M relation after moving to EF Core 7](https://togithub.com/dotnet/efcore/issues/29634) - [Performance regression in model building in Entity Framework Core 7](https://togithub.com/dotnet/efcore/issues/29642) - [Mixing sproc and non-sproc commands in the same batch may fail with a NullReferenceException](https://togithub.com/dotnet/efcore/issues/29643) - [Condition's order will cause different result when using .Contains() to search string cross varchar and nvarchar columns](https://togithub.com/dotnet/efcore/issues/29646) - [SaveChanges circular dependency in unique unfiltered index](https://togithub.com/dotnet/efcore/issues/29647) - [QueryTrackingBehavior resets to TrackAll when using DbContext pooling](https://togithub.com/dotnet/efcore/issues/29733) - [EFCore 7.0.0 - Graph of entity insertion throws a FK exception](https://togithub.com/dotnet/efcore/issues/29741) - [Replacing PK to PK TPH dependent with different type fails](https://togithub.com/dotnet/efcore/issues/29789) - [dotnet ef migrations add freezes](https://togithub.com/dotnet/efcore/issues/29826) - [InvalidOperationException when mapping properties of different types to the same column](https://togithub.com/dotnet/efcore/issues/29859) - [Obsoletion message for AutoTransactionsEnabled is wrong](https://togithub.com/dotnet/efcore/issues/29990) - [Incorrect NullReferenceException for parameter in split query with GroupBy](https://togithub.com/dotnet/efcore/issues/30022) ### [`v7.0.2`](https://togithub.com/dotnet/efcore/releases/tag/v7.0.2): EF Core 7.0.2 (EF7) This is a [patch release of EF Core 7.0](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/7.0.2) containing only [important bug fixes](https://togithub.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A7.0.2+is%3Aclosed): - [Exception when inserting multiple rows into the same table on SQL Server](https://togithub.com/dotnet/efcore/issues/29502)
fsprojects/fantomas (fantomas) ### [`v5.2.4`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#524---2023-03-17) ##### Fixed - Idempotency problem with module abbreviation in signature file. [#​2792](https://togithub.com/fsprojects/fantomas/issues/2792) ##### Changed - Update FCS to 'Fix range for ModuleAbbrev...', commit [`62dfce6`](https://togithub.com/fsprojects/fantomas/commit/62dfce601573f44779b9c890e8944826f5ccfef0) ### [`v5.2.3`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#523---2023-03-06) ##### Fixed - Duplicate newline in else if. [#​2752](https://togithub.com/fsprojects/fantomas/issues/2752) - Try-with expression with long when guard - when breaking line, add a double indent when the indent_size is lower than the default 4 spaces. [#​2784](https://togithub.com/fsprojects/fantomas/issues/2784) ### [`v5.2.2`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#522---2023-02-18) ##### Fixed - Fixes comma breaking with lambda in tuple. [#​2771](https://togithub.com/fsprojects/fantomas/issues/2771) ### [`v5.2.1`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#521---2023-02-04) ##### Fixed - Conditional defines around selfIdentifier in implicit type constructor. [#​2733](https://togithub.com/fsprojects/fantomas/issues/2733) - Insert extra spaces around index between method calling and member variable accessing. [#​2760](https://togithub.com/fsprojects/fantomas/issues/2760) - Exception caused by long line over 80 characters including method calling and member indexing. [#​2761](https://togithub.com/fsprojects/fantomas/issues/2761) ##### Changed - Update FCS to 'Add SynMemberDefnImplicitCtorTrivia', commit [`924a64e`](https://togithub.com/fsprojects/fantomas/commit/924a64e8e40c840f05fbe7113796f267dd603282) ### [`v5.2.0`](https://togithub.com/fsprojects/fantomas/blob/HEAD/CHANGELOG.md#520---2023-01-19) ##### Fixed - Optional constructor arguments are lost. [#​2718](https://togithub.com/fsprojects/fantomas/issues/2718) - Bad format result with SynExpr.DotSet. [#​2000](https://togithub.com/fsprojects/fantomas/issues/2000) - Empty nested module. [#​2721](https://togithub.com/fsprojects/fantomas/issues/2721) - Optional parameter lost backticks. [#​2731](https://togithub.com/fsprojects/fantomas/issues/2731)
microsoft/SlnGen (microsoft.visualstudio.slngen.tool) ### [`v9.6.9`](https://togithub.com/microsoft/slngen/releases/tag/v9.6.9): 9.6.9 #### What's Changed - Bump Microsoft.VSSDK.BuildTools from 17.4.2119 to 17.4.2120 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/microsoft/slngen/pull/449](https://togithub.com/microsoft/slngen/pull/449) - Bump MicrosoftBuildPackageVersion from 17.4.0 to 17.5.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/microsoft/slngen/pull/463](https://togithub.com/microsoft/slngen/pull/463) - Bump Microsoft.VisualStudio.Setup.Configuration.Interop from 3.4.2244 to 3.5.2145 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/microsoft/slngen/pull/465](https://togithub.com/microsoft/slngen/pull/465) - docs: correct parameter name for exclude paths by [@​jaccus](https://togithub.com/jaccus) in [https://github.com/microsoft/slngen/pull/468](https://togithub.com/microsoft/slngen/pull/468) - Bump Newtonsoft.Json from 13.0.2 to 13.0.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/microsoft/slngen/pull/470](https://togithub.com/microsoft/slngen/pull/470) - Bump Microsoft.VisualStudio.SDK from 17.4.33103.184 to 17.5.33428.388 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/microsoft/slngen/pull/464](https://togithub.com/microsoft/slngen/pull/464) - Bump Microsoft.VSSDK.BuildTools from 17.4.2120 to 17.5.4065 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/microsoft/slngen/pull/469](https://togithub.com/microsoft/slngen/pull/469) - Bump Microsoft.VSSDK.BuildTools from 17.5.4065 to 17.5.4072 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/microsoft/slngen/pull/471](https://togithub.com/microsoft/slngen/pull/471) - Freeze .NET 8 runtime version requirement by [@​RussKie](https://togithub.com/RussKie) in [https://github.com/microsoft/slngen/pull/472](https://togithub.com/microsoft/slngen/pull/472) #### New Contributors - [@​jaccus](https://togithub.com/jaccus) made their first contribution in [https://github.com/microsoft/slngen/pull/468](https://togithub.com/microsoft/slngen/pull/468) **Full Changelog**: https://github.com/microsoft/slngen/compare/v9.6.0...v9.6.9 ### [`v9.6.0`](https://togithub.com/microsoft/slngen/releases/tag/v9.6.0): 9.6.0 #### What's Changed - Add support for nested paths in SlnGenSolutionFolder by [@​insouciiance](https://togithub.com/insouciiance) in [https://github.com/microsoft/slngen/pull/467](https://togithub.com/microsoft/slngen/pull/467) #### New Contributors - [@​insouciiance](https://togithub.com/insouciiance) made their first contribution in [https://github.com/microsoft/slngen/pull/467](https://togithub.com/microsoft/slngen/pull/467) **Full Changelog**: https://github.com/microsoft/slngen/compare/v9.5.7...v9.6.0 ### [`v9.5.7`](https://togithub.com/microsoft/slngen/releases/tag/v9.5.7): 9.5.7 #### What's Changed - Support for MSBuild 17.4 as .NET 7.0 when running as a task by [@​jeffkl](https://togithub.com/jeffkl) in [https://github.com/microsoft/slngen/pull/461](https://togithub.com/microsoft/slngen/pull/461) **Full Changelog**: https://github.com/microsoft/slngen/compare/v9.5.5...v9.5.7 ### [`v9.5.5`](https://togithub.com/microsoft/slngen/releases/tag/v9.5.5): 9.5.5 #### What's Changed - Freeze .NET 8 runtime version requirement by [@​RussKie](https://togithub.com/RussKie) in [https://github.com/microsoft/slngen/pull/457](https://togithub.com/microsoft/slngen/pull/457) **Full Changelog**: https://github.com/microsoft/slngen/compare/v9.5.4...v9.5.5 ### [`v9.5.4`](https://togithub.com/microsoft/slngen/releases/tag/v9.5.4): 9.5.4 #### What's Changed - Fix .NET SDK resolution by [@​michael-hawker](https://togithub.com/michael-hawker) in [https://github.com/microsoft/slngen/pull/455](https://togithub.com/microsoft/slngen/pull/455) **Full Changelog**: https://github.com/microsoft/slngen/compare/v9.5.3...v9.5.4 ### [`v9.5.3`](https://togithub.com/microsoft/slngen/releases/tag/v9.5.3): 9.5.3 #### What's Changed - Pass dotnet directory instead of file path during .NET SDK resolution by [@​jeffkl](https://togithub.com/jeffkl) in [https://github.com/microsoft/slngen/pull/454](https://togithub.com/microsoft/slngen/pull/454) **Full Changelog**: https://github.com/microsoft/slngen/compare/v9.5.2...v9.5.3 ### [`v9.5.2`](https://togithub.com/microsoft/slngen/releases/tag/v9.5.2): 9.5.2 #### What's Changed - Updates the parameter examples for console/file logger to match required values by [@​michael-hawker](https://togithub.com/michael-hawker) in [https://github.com/microsoft/slngen/pull/452](https://togithub.com/microsoft/slngen/pull/452) #### New Contributors - [@​michael-hawker](https://togithub.com/michael-hawker) made their first contribution in [https://github.com/microsoft/slngen/pull/452](https://togithub.com/microsoft/slngen/pull/452) **Full Changelog**: https://github.com/microsoft/slngen/compare/v9.5.1...v9.5.2 ### [`v9.5.1`](https://togithub.com/microsoft/slngen/releases/tag/v9.5.1): 9.5.1 #### What's Changed - Add support for ARM and ARM64 by [@​jeffkl](https://togithub.com/jeffkl) in [https://github.com/microsoft/slngen/pull/446](https://togithub.com/microsoft/slngen/pull/446) **Full Changelog**: https://github.com/microsoft/slngen/compare/v9.4.5...v9.5.1 ### [`v9.4.5`](https://togithub.com/microsoft/slngen/releases/tag/v9.4.5): 9.4.5 #### What's Changed - Always log full path to solution after creation by [@​jeffkl](https://togithub.com/jeffkl) in [https://github.com/microsoft/slngen/pull/442](https://togithub.com/microsoft/slngen/pull/442) - Bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/microsoft/slngen/pull/435](https://togithub.com/microsoft/slngen/pull/435) - Add Shared projects to documentation by [@​richardsondev](https://togithub.com/richardsondev) in [https://github.com/microsoft/slngen/pull/443](https://togithub.com/microsoft/slngen/pull/443) - Fixed [#​444](https://togithub.com/microsoft/SlnGen/issues/444) Multiple projects depending on the same shared items causes an error by [@​OskiKervinen-MF](https://togithub.com/OskiKervinen-MF) in [https://github.com/microsoft/slngen/pull/445](https://togithub.com/microsoft/slngen/pull/445) **Full Changelog**: https://github.com/microsoft/slngen/compare/v9.4.1...v9.4.5 ### [`v9.4.1`](https://togithub.com/microsoft/slngen/releases/tag/v9.4.1): 9.4.1 #### What's Changed - Add support for Shared Projects by [@​jeffkl](https://togithub.com/jeffkl) in [https://github.com/microsoft/slngen/pull/440](https://togithub.com/microsoft/slngen/pull/440) - Enable wildcard expansion. by [@​jeffkl](https://togithub.com/jeffkl) in [https://github.com/microsoft/slngen/pull/441](https://togithub.com/microsoft/slngen/pull/441) **Full Changelog**: https://github.com/microsoft/slngen/compare/v9.3.1...v9.4.1
dotnet/Nerdbank.GitVersioning (nbgv) ### [`v3.6.133`](https://togithub.com/dotnet/Nerdbank.GitVersioning/releases/tag/v3.6.133) #### What's Changed - Revert "Drop BuildMetadata from NPM package version" by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/945](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/945) **Full Changelog**: https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.6.132...v3.6.133 ### [`v3.6.132`](https://togithub.com/dotnet/Nerdbank.GitVersioning/releases/tag/v3.6.132) #### What's Changed - Fix BitBucket handling of publicReleaseRefSpec by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/936](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/936) - Downgrade Cake.Core to v2.3.0 by [@​kapsiR](https://togithub.com/kapsiR) in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/938](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/938) **Full Changelog**: https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.6.128...v3.6.132 ### [`v3.6.128`](https://togithub.com/dotnet/Nerdbank.GitVersioning/releases/tag/v3.6.128) #### What's Changed - Bump Cake.Core from 2.3.0 to 3.0.0 by [@​Dependabot](https://togithub.com/Dependabot) in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/867](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/867) - Fixes for graph builds and NET35 targeted applications by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/890](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/890) - MSBuild OOM crash fix by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/892](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/892) - Add missing crosstargeting import by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/893](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/893) - Fix A/V thrown from while reading the git pack index by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/894](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/894) - Fix: Avoid Shallow Cloning in PerfTests by [@​georg-jung](https://togithub.com/georg-jung) in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/896](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/896) - Fix break in Azure Pipelines by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/899](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/899) - Fix build breaks in main by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/898](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/898) - Avoid build break for msbuild projects that do not set `$(Language)` by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/900](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/900) - Fix compiler warning by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/903](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/903) - Fix a couple of minor typos by [@​flcdrg](https://togithub.com/flcdrg) in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/908](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/908) - Drop BuildMetadata from NPM package version by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/843](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/843) - Compatibility improvement for WiX Toolset V4 projects. by [@​maniglia](https://togithub.com/maniglia) in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/918](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/918) - Fix libgit2 native module load failure by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/920](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/920) - Merge Library.Template update by [@​AArnott](https://togithub.com/AArnott) in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/891](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/891) - Add NBGV_GitEngine=Disabled option by [@​m0sa](https://togithub.com/m0sa) in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/586](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/586) #### New Contributors - [@​georg-jung](https://togithub.com/georg-jung) made their first contribution in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/896](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/896) - [@​alexrp](https://togithub.com/alexrp) made their first contribution in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/911](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/911) - [@​maniglia](https://togithub.com/maniglia) made their first contribution in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/918](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/918) - [@​m0sa](https://togithub.com/m0sa) made their first contribution in [https://github.com/dotnet/Nerdbank.GitVersioning/pull/586](https://togithub.com/dotnet/Nerdbank.GitVersioning/pull/586) **Full Changelog**: https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.6.79-alpha...v3.6.128

Configuration

šŸ“… Schedule: Branch creation - "before 4am on the first day of the month" in timezone Asia/Hong_Kong, Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Enabled.

ā™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

šŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

semanticdiff-com[bot] commented 4 months ago

Review changes with SemanticDiff.

Analyzed 1 of 1 files.

Filename Status
:heavy_check_mark: .config/dotnet-tools.json Analyzed