Skip to content

Commit

Permalink
Prepare release 1.0.110-preview [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Buildvana committed Nov 9, 2023
1 parent b57564e commit 3cc5c1d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3cc5c1d

Please sign in to comment.