diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ca4087..a011a34 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.66-preview](https://github.com/Tenacom/Buildvana.Sdk/releases/tag/1.0.66-preview) (2023-10-01) + +### New features + - A new property `CompletePublishFolderMetadataDependsOn` has been added. The `CompletePublishFolderMetadata` target will depend on targets listed in this property. This is useful to separate concerns among alternate pack methods. - The new `ReleaseAssetList` module allows for creation of lists of assets to associate with a release, useful when releases are created externally (GitHub, etc.) and associated assets are the only way to retrieve published artifacts. - release asset list generation is enabled by the `GenerateReleaseAssetList` boolean property, defaulting to `true` except in libraries and test projects; @@ -45,8 +55,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - An item group called `InnoSetupIncludeLine`, used internally by the `AlternatePack` module when the `AlternatePackMethod` property is set to `InnoSetup`, was meant to be cleared after use to free up some memory, but wasn't actually cleared. This has been fixed. -### Known problems introduced by this release - ## [1.0.51-preview](https://github.com/Tenacom/Buildvana.Sdk/releases/tag/1.0.51-preview) (2023-08-02) ### Changes to existing features