Skip to content

Commit

Permalink
Update SharePointDSC.Reverse.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Sep 25, 2019
1 parent 97850f7 commit 7424056
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SharePointDSC.Reverse.ps1
@@ -1,6 +1,6 @@
<#PSScriptInfo
.VERSION 3.6.0.0
.VERSION 3.7.0.0
.GUID b4e8f9aa-1433-4d8b-8aea-8681fbdfde8c
Expand All @@ -18,11 +18,11 @@
* Fixed issue with Central admin Port retrieval;
* Updated dependency to ReverseDSC 1.9.4.6;
* Updated dependency to SharePointDSC 3.6.0.0;
* Updated dependency to SharePointDSC 3.7.0.0;
#>

#Requires -Modules @{ModuleName="ReverseDSC";ModuleVersion="1.9.4.6"},@{ModuleName="SharePointDSC";ModuleVersion="3.6.0.0"}
#Requires -Modules @{ModuleName="ReverseDSC";ModuleVersion="1.9.4.6"},@{ModuleName="SharePointDSC";ModuleVersion="3.7.0.0"}

<#
Expand Down

0 comments on commit 7424056

Please sign in to comment.