Skip to content

Commit

Permalink
1.2.0.0 bump (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
brywang-msft committed Dec 15, 2017
1 parent 6a62786 commit 099781f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.1.7.0
Import-DscResource -Module PackageManagement -ModuleVersion 1.2.0.0

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.1.7.0
Import-DscResource -Module PackageManagement -ModuleVersion 1.2.0.0

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.1.7.0
Import-DscResource -Module PackageManagement -ModuleVersion 1.2.0.0

Node $NodeName
{
Expand Down
2 changes: 1 addition & 1 deletion Test/ModuleTests/tests/legacy.tests.ps1
Expand Up @@ -2,7 +2,7 @@ $IsLegacyTestRun = (Get-Variable -Name IsLegacyTestRun -ErrorAction Ignore) -and

Describe "Legacy tests" -Tags "Legacy" {
It "Can import on legacy PowerShell Core" -Skip:((-not $IsLegacyTestRun)) {
try { Import-Module PackageManagement -RequiredVersion 1.1.7.0 } catch {}
try { Import-Module PackageManagement -RequiredVersion 1.2.0.0 } catch {}
Get-Module PackageManagement | should not benullorempty
}
}
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.1.7.0"
ModuleVersion = "1.2.0.0"
PowerShellVersion = "3.0"
ClrVersion = "4.0"
RootModule = "PackageManagement.psm1"
Expand Down

0 comments on commit 099781f

Please sign in to comment.