From 658e4517309aea8c6c8dbec42bc0463d29ad0df2 Mon Sep 17 00:00:00 2001 From: Thomas Nieto <38873752+ThomasNieto@users.noreply.github.com> Date: Thu, 10 Oct 2024 19:20:07 -0500 Subject: [PATCH] Update for v0.3.2 (#38) --- CHANGELOG.md | 9 ++++++++- src/AnyPackage.Msu.psd1 | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce11124..512abc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning][semver]. ## [Unreleased] +## [0.3.2] - 2024-10-10 + +### Fixed + +- Update dependency to WixToolset.Dtf.Compression.Cab (#37) + ## [0.3.1] - 2024-10-07 ### Fixed @@ -53,7 +59,8 @@ and this project adheres to [Semantic Versioning][semver]. - Initial release -[Unreleased]: https://github.com/anypackage/msu/compare/v0.3.1...HEAD +[Unreleased]: https://github.com/anypackage/msu/compare/v0.3.2...HEAD +[0.3.2]: https://github.com/anypackage/msu/releases/tag/v0.3.2 [0.3.1]: https://github.com/anypackage/msu/releases/tag/v0.3.1 [0.3.0]: https://github.com/anypackage/msu/releases/tag/v0.3.0 [0.2.3]: https://github.com/anypackage/msu/releases/tag/v0.2.3 diff --git a/src/AnyPackage.Msu.psd1 b/src/AnyPackage.Msu.psd1 index 28ef950..0b7f7d8 100644 --- a/src/AnyPackage.Msu.psd1 +++ b/src/AnyPackage.Msu.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'MsuProvider.dll' - ModuleVersion = '0.3.1' + ModuleVersion = '0.3.2' CompatiblePSEditions = @('Desktop', 'Core') GUID = '758cc272-d0a4-49e5-9a24-7d9e730f60e1' Author = 'Thomas Nieto'