Skip to content

Commit 846c767

Browse files
authored
Up module version to 1.4 (#455)
1 parent 06eb38f commit 846c767

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.4
4+
* Allow credential persistance for registering private repositories and finding or installing packages from those repositories
5+
36
## 1.3.2
47
* Enable bootstrap on PSCore
58
* Bug fix to run on .NET Core 3.0

Test/DSCTests/OneGetTestHelper.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ configuration Sample_InstallPester
5353
[string]$DestinationPath
5454
)
5555

56-
Import-DscResource -Module PackageManagement -ModuleVersion 1.3.2
56+
Import-DscResource -Module PackageManagement -ModuleVersion 1.4
5757

5858
Node "localhost"
5959
{

Test/Examples/Sample_Install_Package.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ configuration Sample_Install_Package
2323
)
2424

2525

26-
Import-DscResource -Module PackageManagement -ModuleVersion 1.3.2
26+
Import-DscResource -Module PackageManagement -ModuleVersion 1.4
2727

2828
Node $NodeName
2929
{

Test/Examples/Sample_Install_Package_Using_NuGet.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ configuration Sample_Install_Package_Using_NuGet
3838
[string]$InstallationPolicy
3939
)
4040

41-
Import-DscResource -Module PackageManagement -ModuleVersion 1.3.2
41+
Import-DscResource -Module PackageManagement -ModuleVersion 1.4
4242

4343
Node $NodeName
4444
{

src/Microsoft.PowerShell.PackageManagement/PackageManagement.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
CompanyName = "Microsoft Corporation"
2121
Copyright = "(C) Microsoft Corporation. All rights reserved."
2222
HelpInfoUri = "https://go.microsoft.com/fwlink/?linkid=855962"
23-
ModuleVersion = "1.3.2"
23+
ModuleVersion = "1.4"
2424
PowerShellVersion = "3.0"
2525
ClrVersion = "4.0"
2626
RootModule = "PackageManagement.psm1"

0 commit comments

Comments
 (0)