Skip to content

Commit

Permalink
Merge pull request #103 from PowerShell/dev
Browse files Browse the repository at this point in the history
Release of version 1.14.0.0 of xDnsServer
  • Loading branch information
mgreenegit authored Aug 8, 2019
2 parents d0d4239 + 436b727 commit 38999f4
Show file tree
Hide file tree
Showing 23 changed files with 2,897 additions and 300 deletions.
270 changes: 0 additions & 270 deletions DSCResources/Helper.psm1

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Import-Module $PSScriptRoot\..\Helper.psm1 -Verbose:$false
# Import the Helper module
$modulePath = Join-Path -Path (Split-Path -Path (Split-Path -Path $PSScriptRoot -Parent) -Parent) -ChildPath 'Modules'
Import-Module -Name (Join-Path -Path $modulePath -ChildPath (Join-Path -Path Helper -ChildPath Helper.psm1))

# Localized messages
data LocalizedData
Expand Down
Loading

0 comments on commit 38999f4

Please sign in to comment.