From 5bc582b1525c9fb43d7f937672ccf292679e47a4 Mon Sep 17 00:00:00 2001 From: Buildvana Date: Sat, 20 Apr 2024 08:10:33 +0000 Subject: [PATCH] Prepare release 1.0.154-preview [skip ci] --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f1aa90..8cdb995 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### New features +### Changes to existing features + +### Bugs fixed in this release + +### Known problems introduced by this release + +## [1.0.154-preview](https://github.com/Tenacom/Buildvana.Sdk/releases/tag/1.0.154-preview) (2024-04-20) + +### New features + - Buildvana SDK now supports loading a machine- and/or user-scoped configuration file named `Buildvana.Sdk.props`. Please refer to the relevant [documentation](docs/ConfigurationFiles.md) for details. - A `.pfx` file used to sign an assembly through the `AssemblySigning` module can now have no password. Previous versions issued an error if the `PfxPassword` property was empty or not defined. (Please note that the `PfxPassword` property has also been renamed to `AssemblyOriginatorKeyPassword`, as noted below in the "Changes to existing features" section.) @@ -31,8 +41,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Due to a typo in Inno Setup support code, `ReleaseAssetDescription` metadata for `InnoSetup` items were not honored and the default asset description was always used. - `AppShortName` and `AppFullName` properties were not honored by Inno Setup support code; `AssemblyName` was used in their place. -### Known problems introduced by this release - ## [1.0.131-preview](https://github.com/Tenacom/Buildvana.Sdk/releases/tag/1.0.131-preview) (2024-01-21) This release just updates some dependencies to their latest versions, the most notable of them being `StyleCop.Analyzers`, brought up to 1.2.0-beta.556.