File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.2.0] - 2023-04-16
11+
12+ ### Added
13+
14+ - Add package metadata (#20 )
15+
16+ ### Fixed
17+
18+ - Fix version filter for packages without version (#21 )
19+
1020## [ 0.1.1] - 2023-04-05
1121
1222### Changed
@@ -19,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1929
2030- Initial release
2131
22- [ Unreleased ] : https://github.com/AnyPackage/AnyPackage.Scoop/compare/v0.1.1...HEAD
23- [ 0.1.1 ] : https://github.com/AnyPackage/AnyPackage.Scoop/releases/tag/v0.1.1
24- [ 0.1.0 ] : https://github.com/AnyPackage/AnyPackage.Scoop/releases/tag/v0.1.0
32+ [ Unreleased ] : https://github.com/AnyPackage/AnyPackage.Programs/compare/v0.2.0...HEAD
33+ [ 0.2.0 ] : https://github.com/AnyPackage/AnyPackage.Programs/releases/tag/v0.2.0
34+ [ 0.1.1 ] : https://github.com/AnyPackage/AnyPackage.Programs/releases/tag/v0.1.1
35+ [ 0.1.0 ] : https://github.com/AnyPackage/AnyPackage.Programs/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 11@ {
22 RootModule = ' ProgramsProvider.dll'
3- ModuleVersion = ' 0.1.1 '
3+ ModuleVersion = ' 0.2.0 '
44 CompatiblePSEditions = @ (' Desktop' , ' Core' )
55 GUID = ' 84cf5334-85e0-4263-8471-60394099cefb'
66 Author = ' Thomas Nieto'
You can’t perform that action at this time.
0 commit comments