Skip to content

Commit 7a44657

Browse files
authored
Update for v0.2.3 (#19)
1 parent 760baaa commit 7a44657

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.3] - 2023-04-17
11+
12+
### Fixed
13+
14+
- Fix version filtering (#18)
15+
1016
## [0.2.2] - 2023-04-11
1117

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

3238
- Initial release
3339

34-
[Unreleased]: https://github.com/AnyPackage/AnyPackage.Msu/compare/v0.2.2...HEAD
40+
[Unreleased]: https://github.com/AnyPackage/AnyPackage.Msu/compare/v0.2.3...HEAD
41+
[0.2.3]: https://github.com/AnyPackage/AnyPackage.Msu/releases/tag/v0.2.3
3542
[0.2.2]: https://github.com/AnyPackage/AnyPackage.Msu/releases/tag/v0.2.2
3643
[0.2.1]: https://github.com/AnyPackage/AnyPackage.Msu/releases/tag/v0.2.1
3744
[0.2.0]: https://github.com/AnyPackage/AnyPackage.Msu/releases/tag/v0.2.0

src/AnyPackage.Msu.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'MsuProvider.dll'
3-
ModuleVersion = '0.2.2'
3+
ModuleVersion = '0.2.3'
44
CompatiblePSEditions = @('Desktop', 'Core')
55
GUID = '758cc272-d0a4-49e5-9a24-7d9e730f60e1'
66
Author = 'Thomas Nieto'

0 commit comments

Comments
 (0)