File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff 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.1] - 2022-02-13
11+
12+ ### Fixed
13+
14+ - Add Credential to missed cmdlets (#16 )
15+
1016## [ 0.2.0] - 2022-02-13
1117
1218### Added
@@ -25,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2531
2632- Initial release
2733
28- [ Unreleased ] : https://github.com/AnyPackage/AnyPackage.PowerShellGet/compare/v0.2.0...HEAD
34+ [ Unreleased ] : https://github.com/AnyPackage/AnyPackage.PowerShellGet/compare/v0.2.1...HEAD
35+ [ 0.2.1 ] : https://github.com/AnyPackage/AnyPackage.PowerShellGet/releases/tag/v0.2.1
2936[ 0.2.0 ] : https://github.com/AnyPackage/AnyPackage.PowerShellGet/releases/tag/v0.2.0
3037[ 0.1.0 ] : https://github.com/AnyPackage/AnyPackage.PowerShellGet/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 11@ {
22 RootModule = ' AnyPackage.PowerShellGet.psm1'
3- ModuleVersion = ' 0.2.0 '
3+ ModuleVersion = ' 0.2.1 '
44 CompatiblePSEditions = @ (' Desktop' , ' Core' )
55 GUID = ' cc680200-a0c8-40df-a004-64c3899a72c9'
66 Author = ' Thomas Nieto'
You can’t perform that action at this time.
0 commit comments