Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit 4f05c7f

Browse files
committed
Merge remote-tracking branch 'origin/development'
2 parents a0fe943 + b9e1d2b commit 4f05c7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
2-
## 2.0.2
2+
## 2.0.3
33
Bug fixes and Improvements
44
* Fix CommandAlreadyAvailable error for PackageManagement module (#333)
55
* Remove trailing whitespace when value is not provided for Get-PSScriptInfoString (#337) (Thanks @thomasrayner)

src/PowerShellGet/PowerShellGet.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'PSModule.psm1'
3-
ModuleVersion = '2.0.2'
3+
ModuleVersion = '2.0.3'
44
GUID = '1d73a601-4a6c-43c5-ba3f-619b18bbb404'
55
Author = 'Microsoft Corporation'
66
CompanyName = 'Microsoft Corporation'
@@ -54,7 +54,7 @@ PrivateData = @{
5454
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
5555
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
5656
ReleaseNotes = @'
57-
## 2.0.2
57+
## 2.0.3
5858
5959
Bug fixes and Improvements
6060
* Fix CommandAlreadyAvailable error for PackageManagement module (#333)

0 commit comments

Comments
 (0)