Skip to content

Commit

Permalink
Prepare release 1.0.66-preview [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Buildvana committed Oct 1, 2023
1 parent 3b0f167 commit 88620a8
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.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;
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 88620a8

Please sign in to comment.