File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.1.2] - 2023-03-15
10+
11+ #### Fixed
12+
13+ - Add module manifest help uri (#15 )
14+ - Fix slowness when adding source (#17 )
15+ - Fix NuGet.Versioning removal (#18 )
16+
917## [ 0.1.1] - 2023-03-03
1018
1119#### Added
@@ -35,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3543
3644Initial release
3745
38- [ Unreleased ] : https://github.com/AnyPackage/AnyPackage.Chocolatey/compare/v0.1.1...HEAD
46+ [ Unreleased ] : https://github.com/AnyPackage/AnyPackage.Chocolatey/compare/v0.1.2...HEAD
47+ [ 0.1.2 ] : https://github.com/AnyPackage/AnyPackage.Chocolatey/releases/tag/v0.1.2
3948[ 0.1.1 ] : https://github.com/AnyPackage/AnyPackage.Chocolatey/releases/tag/v0.1.1
4049[ 0.1.0 ] : https://github.com/AnyPackage/AnyPackage.Chocolatey/releases/tag/v0.1.0
4150[ 0.0.3 ] : https://github.com/AnyPackage/AnyPackage.Chocolatey/releases/tag/v0.0.3
Original file line number Diff line number Diff line change 11@ {
22 RootModule = ' AnyPackage.Chocolatey.psm1'
3- ModuleVersion = ' 0.1.1 '
3+ ModuleVersion = ' 0.1.2 '
44 CompatiblePSEditions = @ (' Desktop' , ' Core' )
55 GUID = ' 070f2b8f-c7db-4566-9296-2f7cc9146bf0'
66 Author = ' Ethan Bergstrom'
You can’t perform that action at this time.
0 commit comments