Renamed PSM1 to avoid conflicts with PSD1.

This commit is contained in:
Michael Grafnetter 2018-12-26 16:37:52 +01:00
parent 392bfb8656
commit d6086767e4
3 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Content Include="DSInternals.psm1">
<Content Include="DSInternals.Bootstrap.psm1">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="en-US\about_DSInternals.help.txt">

View File

@ -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'