Skip to content

Commit

Permalink
Update changelog [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeago committed Jul 18, 2023
1 parent 1c2cd8b commit 1490d03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### New features

- **BREAKING CHANGE:** The `UseAlternatePack` property is no longer recognized. Projects must instead set `AlternatePackMethod` to one of the following values:
* `None`: does nothing (useful to silence warnings in library projects using `Microsoft.Net.Sdk.Web`)
* `PublishToFolders`: publish to folders, no InnoSetup involved
* `InnoSetup`: publish to folders and generate setup (this is the value to use in projects that previously set `UseAlternatePack` to `true`)

### Changes to existing features

### Bugs fixed in this release
Expand Down

0 comments on commit 1490d03

Please sign in to comment.