From 3cc5c1d00d86ac9172ebff2f41e850195d0387ef Mon Sep 17 00:00:00 2001 From: Buildvana Date: Thu, 9 Nov 2023 23:06:45 +0000 Subject: [PATCH] Prepare release 1.0.110-preview [skip ci] --- CHANGELOG.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97125b0..807d6d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,14 +11,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changes to existing features -- The change in version 1.0.106-preview, whereas the `Title` property was used as a default for `AssemblyTitle`, has been reversed. It turns out that the order in which MSBuild loads Buildvana.Sdk in relation to Microsoft.NET.Sdk makes the change ineffective. -- The default value for property `AppFullName`, used as a constant passed to InnoSetup, is now `$(AssemblyTitle)` instead of `$(Title)`. -- **BREAKING CHANGE**: The property used as NuGet package title is now `PackageTitle` instead of `Title`. If left unset, it defaults to `$(AssemblyTitle)`. - ### Bugs fixed in this release ### Known problems introduced by this release +## [1.0.110-preview](https://github.com/Tenacom/Buildvana.Sdk/releases/tag/1.0.110-preview) (2023-11-09) + +### Changes to existing features + +- The change in version 1.0.106-preview, whereas the `Title` property was used as a default for `AssemblyTitle`, has been reversed. It turns out that the order in which MSBuild loads Buildvana.Sdk in relation to Microsoft.NET.Sdk makes the change ineffective. +- The default value for property `AppFullName`, used as a constant passed to InnoSetup, is now `$(AssemblyTitle)` instead of `$(Title)`. +- **BREAKING CHANGE**: The property used as NuGet package title is now `PackageTitle` instead of `Title`. If left unset, it defaults to `$(AssemblyTitle)`. + ## [1.0.106-preview](https://github.com/Tenacom/Buildvana.Sdk/releases/tag/1.0.106-preview) (2023-11-09) ### Changes to existing features