Skip to content

Commit

Permalink
Submodule update + small version bump (#316)
Browse files Browse the repository at this point in the history
Submodule update + small version bump
  • Loading branch information
brywang-msft committed Oct 6, 2017
1 parent 82b2eb9 commit 4d7c820
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.6.0
Import-DscResource -Module PackageManagement -ModuleVersion 1.1.7.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.6.0
Import-DscResource -Module PackageManagement -ModuleVersion 1.1.7.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.6.0
Import-DscResource -Module PackageManagement -ModuleVersion 1.1.7.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.6.0 } catch {}
try { Import-Module PackageManagement -RequiredVersion 1.1.7.0 } catch {}
Get-Module PackageManagement | should not benullorempty
}
}
2 changes: 1 addition & 1 deletion src/Microsoft.PackageManagement.NuGetProvider
Expand Up @@ -20,7 +20,7 @@
CompanyName = "Microsoft Corporation"
Copyright = "(C) Microsoft Corporation. All rights reserved."
HelpInfoUri = "http://go.microsoft.com/fwlink/?linkid=392040"
ModuleVersion = "1.1.6.0"
ModuleVersion = "1.1.7.0"
PowerShellVersion = "3.0"
ClrVersion = "4.0"
RootModule = "PackageManagement.psm1"
Expand Down
2 changes: 1 addition & 1 deletion src/Modules/PowerShellGet

0 comments on commit 4d7c820

Please sign in to comment.