From 5450df9d8f0f8ba1097bd044bf6d8e827fb12bab Mon Sep 17 00:00:00 2001 From: Thomas Nieto <38873752+ThomasNieto@users.noreply.github.com> Date: Tue, 28 Mar 2023 10:20:06 -0500 Subject: [PATCH] Update for v0.2.0 (#9) --- CHANGELOG.md | 9 ++++++++- src/AnyPackage.Msu.psd1 | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c94ec3..47ce021 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2023-03-28 + +### Added + +- Add Find-Package (#7) + ## [0.1.0] - 2023-03-25 ### Added - Initial release -[Unreleased]: https://github.com/AnyPackage/AnyPackage.Msu/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/AnyPackage/AnyPackage.Msu/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/AnyPackage/AnyPackage.Msu/releases/tag/v0.2.0 [0.1.0]: https://github.com/AnyPackage/AnyPackage.Msu/releases/tag/v0.1.0 diff --git a/src/AnyPackage.Msu.psd1 b/src/AnyPackage.Msu.psd1 index 1357aed..bc937d5 100644 --- a/src/AnyPackage.Msu.psd1 +++ b/src/AnyPackage.Msu.psd1 @@ -1,6 +1,6 @@ @{ RootModule = 'MsuProvider.dll' - ModuleVersion = '0.1.0' + ModuleVersion = '0.2.0' CompatiblePSEditions = @('Desktop', 'Core') GUID = '758cc272-d0a4-49e5-9a24-7d9e730f60e1' Author = 'Thomas Nieto'