Skip to content

Commit

Permalink
Up module version to 1.4 (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
alerickson authored May 21, 2019
1 parent 06eb38f commit 846c767
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.4
* Allow credential persistance for registering private repositories and finding or installing packages from those repositories

## 1.3.2
* Enable bootstrap on PSCore
* Bug fix to run on .NET Core 3.0
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.3.2
Import-DscResource -Module PackageManagement -ModuleVersion 1.4

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.3.2
Import-DscResource -Module PackageManagement -ModuleVersion 1.4

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.3.2
Import-DscResource -Module PackageManagement -ModuleVersion 1.4

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.3.2"
ModuleVersion = "1.4"
PowerShellVersion = "3.0"
ClrVersion = "4.0"
RootModule = "PackageManagement.psm1"
Expand Down

0 comments on commit 846c767

Please sign in to comment.