Skip to content

Commit

Permalink
Prepare release 1.0.154-preview [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Buildvana committed Apr 20, 2024
1 parent 4a1f254 commit 5bc582b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand All @@ -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.
Expand Down

0 comments on commit 5bc582b

Please sign in to comment.