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'