From d6086767e4767da5ebceed9c779d33bc5f7d4407 Mon Sep 17 00:00:00 2001 From: Michael Grafnetter Date: Wed, 26 Dec 2018 16:37:52 +0100 Subject: [PATCH] Renamed PSM1 to avoid conflicts with PSD1. --- .../{DSInternals.psm1 => DSInternals.Bootstrap.psm1} | 0 Src/DSInternals.PowerShell/DSInternals.PowerShell.csproj | 2 +- Src/DSInternals.PowerShell/DSInternals.psd1 | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename Src/DSInternals.PowerShell/{DSInternals.psm1 => DSInternals.Bootstrap.psm1} (100%) diff --git a/Src/DSInternals.PowerShell/DSInternals.psm1 b/Src/DSInternals.PowerShell/DSInternals.Bootstrap.psm1 similarity index 100% rename from Src/DSInternals.PowerShell/DSInternals.psm1 rename to Src/DSInternals.PowerShell/DSInternals.Bootstrap.psm1 diff --git a/Src/DSInternals.PowerShell/DSInternals.PowerShell.csproj b/Src/DSInternals.PowerShell/DSInternals.PowerShell.csproj index c91b61f..b657d4e 100644 --- a/Src/DSInternals.PowerShell/DSInternals.PowerShell.csproj +++ b/Src/DSInternals.PowerShell/DSInternals.PowerShell.csproj @@ -150,7 +150,7 @@ - + PreserveNewest diff --git a/Src/DSInternals.PowerShell/DSInternals.psd1 b/Src/DSInternals.PowerShell/DSInternals.psd1 index ea79bc7..2b45151 100644 --- a/Src/DSInternals.PowerShell/DSInternals.psd1 +++ b/Src/DSInternals.PowerShell/DSInternals.psd1 @@ -5,7 +5,7 @@ @{ # Script module or binary module file associated with this manifest. -RootModule = 'DSInternals.psm1' +RootModule = 'DSInternals.Bootstrap.psm1' # Version number of this module. ModuleVersion = '3.0'