Skip to content

Commit

Permalink
Update verison (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
alerickson authored May 7, 2019
1 parent 3f0ae9f commit a1970f5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.3.2
* Enable bootstrap on PSCore
* Bug fix to run on .NET Core 3.0

## 1.3.1

Targets net452 and netstandard2.0 instead of net451, netcoreapp2.0, and netstandard1.6
Expand Down
2 changes: 1 addition & 1 deletion Test/DSCTests/OneGetTestHelper.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ configuration Sample_InstallPester
[string]$DestinationPath
)

Import-DscResource -Module PackageManagement -ModuleVersion 1.2.4
Import-DscResource -Module PackageManagement -ModuleVersion 1.3.2

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


Import-DscResource -Module PackageManagement -ModuleVersion 1.2.4
Import-DscResource -Module PackageManagement -ModuleVersion 1.3.2

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

Import-DscResource -Module PackageManagement -ModuleVersion 1.2.4
Import-DscResource -Module PackageManagement -ModuleVersion 1.3.2

Node $NodeName
{
Expand Down
Original file line number Diff line number Diff line change
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.2.4"
ModuleVersion = "1.3.2"
PowerShellVersion = "3.0"
ClrVersion = "4.0"
RootModule = "PackageManagement.psm1"
Expand Down

0 comments on commit a1970f5

Please sign in to comment.