Skip to content

Commit

Permalink
Up module version to 1.4.5 (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
alerickson committed Oct 7, 2019
1 parent 19ecf01 commit 9d0d1ea
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
@@ -1,4 +1,7 @@
# Changelog
## 1.4.5
* Bug fix for deadlock when getting parameters in an event

## 1.4.4
* Bug fix when installing modules from private feeds

Expand Down
2 changes: 1 addition & 1 deletion Test/DSCTests/OneGetTestHelper.ps1
Expand Up @@ -53,7 +53,7 @@ configuration Sample_InstallPester
[string]$DestinationPath
)

Import-DscResource -Module PackageManagement -ModuleVersion 1.4.4
Import-DscResource -Module PackageManagement -ModuleVersion 1.4.5

Node "localhost"
{
Expand Down
2 changes: 1 addition & 1 deletion Test/Examples/Sample_Install_Package.ps1
Expand Up @@ -23,7 +23,7 @@ configuration Sample_Install_Package
)


Import-DscResource -Module PackageManagement -ModuleVersion 1.4.4
Import-DscResource -Module PackageManagement -ModuleVersion 1.4.5

Node $NodeName
{
Expand Down
2 changes: 1 addition & 1 deletion Test/Examples/Sample_Install_Package_Using_NuGet.ps1
Expand Up @@ -38,7 +38,7 @@ configuration Sample_Install_Package_Using_NuGet
[string]$InstallationPolicy
)

Import-DscResource -Module PackageManagement -ModuleVersion 1.4.4
Import-DscResource -Module PackageManagement -ModuleVersion 1.4.5

Node $NodeName
{
Expand Down
Expand Up @@ -20,7 +20,7 @@
CompanyName = "Microsoft Corporation"
Copyright = "(C) Microsoft Corporation. All rights reserved."
HelpInfoUri = "https://go.microsoft.com/fwlink/?linkid=855962"
ModuleVersion = "1.4.4"
ModuleVersion = "1.4.5"
PowerShellVersion = "3.0"
ClrVersion = "4.0"
RootModule = "PackageManagement.psm1"
Expand Down Expand Up @@ -53,9 +53,11 @@
Tags = @('PackageManagement', 'PSEdition_Core', 'PSEdition_Desktop', 'Linux', 'Mac')
ProjectUri = 'https://oneget.org'
ReleaseNotes = @'
## 1.4.5
- Bug fix for deadlock when getting parameters in an event
## 1.4.4
* Bug fix when installing modules from private feeds
- Bug fix when installing modules from private feeds
## 1.4.3
- Another bug fix when registering repositories with PowerShellGet
Expand Down

0 comments on commit 9d0d1ea

Please sign in to comment.