Skip to content

Commit

Permalink
Merge pull request #1 from NikCharlebois/Upgrade-Dependencies
Browse files Browse the repository at this point in the history
Upgraded Dependencies
  • Loading branch information
NikCharlebois committed Oct 10, 2017
2 parents e386c4a + d6eb226 commit 472069d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SQLServerDSC.Reverse.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#PSScriptInfo
.VERSION 1.0.0.0
.VERSION 1.1.0.0
.GUID c5d39ceb-c4b0-4a22-b98f-22be7688802a
Expand All @@ -17,7 +17,7 @@
* Initial Release;
#>

#Requires -Modules @{ModuleName="ReverseDSC";ModuleVersion="1.7.3.0"},@{ModuleName="xSQLServer";ModuleVersion="7.1.0.0"}
#Requires -Modules @{ModuleName="ReverseDSC";ModuleVersion="1.9.1.0"},@{ModuleName="xSQLServer";ModuleVersion="8.2.0.0"}

<#
Expand All @@ -35,7 +35,7 @@ $VerbosePreference = "SilentlyContinue"
$Script:dscConfigContent = ""
$Script:sqlConnectionInfo = $null
$DSCSource = "C:\Program Files\WindowsPowerShell\Modules\xSQLServer\"
$DSCVersion = "7.1.0.0"
$DSCVersion = "8.2.0.0"
#$Script:setupAccount = Get-Credential -Message "Setup Account"

try {
Expand Down

0 comments on commit 472069d

Please sign in to comment.