Skip to content

Commit f26158a

Browse files
committed
removed dotfiles from scaffold
1 parent 0fc2efb commit f26158a

15 files changed

Lines changed: 5 additions & 29 deletions

plaster/ModuleBuild/plasterManifest.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
templateType="Project" xmlns="http://www.microsoft.com/schemas/PowerShell/Plaster/v1">
55
<metadata>
66
<name>ModuleBuild</name>
7-
<id>8c5a2cfe-66d0-4215-8b68-fffa411d3ab3</id>
7+
<id>383a9525-4f82-4688-90ce-292e3ff06239</id>
88
<version>0.0.1</version>
99
<title>New ModuleBuild Project</title>
1010
<description>Create a new PowerShell Module with a ModuleBuild wrapper</description>
@@ -250,9 +250,6 @@
250250
<file
251251
source="scaffold\build\startup\*"
252252
destination="build\startup" />
253-
<file
254-
source="scaffold\build\dotsource\*"
255-
destination="build\dotsource" />
256253
<file
257254
source="scaffold\build\PSDepend\*"
258255
destination="build\PSDepend" />

plaster/PlasterContent.ps1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,6 @@ $Content = @(
132132
Source = 'scaffold\build\startup\*'
133133
Destination = 'build\startup'
134134
},
135-
@{
136-
ContentType = 'file'
137-
Source = 'scaffold\build\dotsource\*'
138-
Destination = 'build\dotsource'
139-
},
140135
@{
141136
ContentType = 'file'
142137
Source = 'scaffold\build\PSDepend\*'

release/0.2.4/docs/ModuleBuild.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Module Name: ModuleBuild
3-
Module Guid: 8f6090b4-6411-4949-a717-96d64a1cc5b3
3+
Module Guid: 8f6090b4-6411-4949-a717-96d64a1cc5b3 8f6090b4-6411-4949-a717-96d64a1cc5b3
44
Download Help Link: https://github.com/zloeber/ModuleBuild/release/ModuleBuild/docs/ModuleBuild.md
55
Help Version: 0.2.4
66
Locale: en-US

release/0.2.4/en-US/ModuleBuild_8f6090b4-6411-4949-a717-96d64a1cc5b3_HelpInfo.xml renamed to release/0.2.4/en-US/ModuleBuild_8f6090b4-6411-4949-a717-96d64a1cc5b3 8f6090b4-6411-4949-a717-96d64a1cc5b3_HelpInfo.xml

File renamed without changes.

release/0.2.4/en-US/ModuleBuild_8f6090b4-6411-4949-a717-96d64a1cc5b3_en-US_HelpContent.cab renamed to release/0.2.4/en-US/ModuleBuild_8f6090b4-6411-4949-a717-96d64a1cc5b3 8f6090b4-6411-4949-a717-96d64a1cc5b3_en-US_HelpContent.cab

3.35 KB
Binary file not shown.

release/0.2.4/en-US/ModuleBuild_8f6090b4-6411-4949-a717-96d64a1cc5b3_en-US_HelpContent.zip renamed to release/0.2.4/en-US/ModuleBuild_8f6090b4-6411-4949-a717-96d64a1cc5b3 8f6090b4-6411-4949-a717-96d64a1cc5b3_en-US_HelpContent.zip

3.6 KB
Binary file not shown.

release/0.2.4/plaster/ModuleBuild/plasterManifest.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
templateType="Project" xmlns="http://www.microsoft.com/schemas/PowerShell/Plaster/v1">
55
<metadata>
66
<name>ModuleBuild</name>
7-
<id>8c5a2cfe-66d0-4215-8b68-fffa411d3ab3</id>
7+
<id>383a9525-4f82-4688-90ce-292e3ff06239</id>
88
<version>0.0.1</version>
99
<title>New ModuleBuild Project</title>
1010
<description>Create a new PowerShell Module with a ModuleBuild wrapper</description>
@@ -250,9 +250,6 @@
250250
<file
251251
source="scaffold\build\startup\*"
252252
destination="build\startup" />
253-
<file
254-
source="scaffold\build\dotsource\*"
255-
destination="build\dotsource" />
256253
<file
257254
source="scaffold\build\PSDepend\*"
258255
destination="build\PSDepend" />

release/0.2.4/plaster/PlasterContent.ps1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,6 @@ $Content = @(
132132
Source = 'scaffold\build\startup\*'
133133
Destination = 'build\startup'
134134
},
135-
@{
136-
ContentType = 'file'
137-
Source = 'scaffold\build\dotsource\*'
138-
Destination = 'build\dotsource'
139-
},
140135
@{
141136
ContentType = 'file'
142137
Source = 'scaffold\build\PSDepend\*'

release/ModuleBuild-current.zip

211 Bytes
Binary file not shown.

release/ModuleBuild/docs/ModuleBuild.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Module Name: ModuleBuild
3-
Module Guid: 8f6090b4-6411-4949-a717-96d64a1cc5b3
3+
Module Guid: 8f6090b4-6411-4949-a717-96d64a1cc5b3 8f6090b4-6411-4949-a717-96d64a1cc5b3
44
Download Help Link: https://github.com/zloeber/ModuleBuild/release/ModuleBuild/docs/ModuleBuild.md
55
Help Version: 0.2.4
66
Locale: en-US

0 commit comments

Comments
 (0)