Skip to content

Commit

Permalink
Update for v0.3.0 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto authored Jul 18, 2023
1 parent 49ef07b commit 99f31a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2023-07-18

# Added

- Add Install-Package (#21)
- Add Uninstall-Package (#21)

## [0.2.3] - 2023-04-17

### Fixed
Expand Down Expand Up @@ -37,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[Unreleased]: https://github.com/anypackage/msu/compare/v0.2.3...HEAD
[Unreleased]: https://github.com/anypackage/msu/compare/v0.3.0...HEAD
[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
[0.2.2]: https://github.com/anypackage/msu/releases/tag/v0.2.2
[0.2.1]: https://github.com/anypackage/msu/releases/tag/v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion src/AnyPackage.Msu.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'MsuProvider.dll'
ModuleVersion = '0.2.3'
ModuleVersion = '0.3.0'
CompatiblePSEditions = @('Desktop', 'Core')
GUID = '758cc272-d0a4-49e5-9a24-7d9e730f60e1'
Author = 'Thomas Nieto'
Expand Down

0 comments on commit 99f31a6

Please sign in to comment.