Renamed PSM1 to avoid conflicts with PSD1.
This commit is contained in:
parent
392bfb8656
commit
d6086767e4
|
@ -150,7 +150,7 @@
|
||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="DSInternals.psm1">
|
<Content Include="DSInternals.Bootstrap.psm1">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
<Content Include="en-US\about_DSInternals.help.txt">
|
<Content Include="en-US\about_DSInternals.help.txt">
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
@{
|
@{
|
||||||
|
|
||||||
# Script module or binary module file associated with this manifest.
|
# Script module or binary module file associated with this manifest.
|
||||||
RootModule = 'DSInternals.psm1'
|
RootModule = 'DSInternals.Bootstrap.psm1'
|
||||||
|
|
||||||
# Version number of this module.
|
# Version number of this module.
|
||||||
ModuleVersion = '3.0'
|
ModuleVersion = '3.0'
|
||||||
|
|
Loading…
Reference in New Issue