From 1490d030232c80f94891060c83fe6b8c88bd776a Mon Sep 17 00:00:00 2001 From: Riccardo De Agostini Date: Tue, 18 Jul 2023 08:07:41 +0200 Subject: [PATCH] Update changelog [skip ci] --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 927e478..4682531 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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