Skip to content

Commit 601ddcb

Browse files
committed
temp build for 0.2.4
1 parent 93c4687 commit 601ddcb

209 files changed

Lines changed: 28897 additions & 459 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ModuleBuild.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'ModuleBuild.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.2.3'
15+
ModuleVersion = '0.2.4'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -119,7 +119,7 @@ PrivateData = @{
119119
# ExternalModuleDependencies = @()
120120

121121
} # End of PSData hashtable
122-
122+
123123
} # End of PrivateData hashtable
124124

125125
# HelpInfo URI of this module

buildreports/CodeHealthReport-Private.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h1>
189189
<div class="col-sm-4 col-md-5 col-lg-4 right-header">
190190
<h5>
191191
Analyzed path :<span class="right-header-data"> src\private</span><br>
192-
Analysis date :<span class="right-header-data"> 2019-12-17 10:55:38Z</span>
192+
Analysis date :<span class="right-header-data"> 2019-12-17 11:10:39Z</span>
193193
</h5>
194194
</div>
195195
</div>

buildreports/CodeHealthReport-Public.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h1>
189189
<div class="col-sm-4 col-md-5 col-lg-4 right-header">
190190
<h5>
191191
Analyzed path :<span class="right-header-data"> src\public</span><br>
192-
Analysis date :<span class="right-header-data"> 2019-12-17 10:54:30Z</span>
192+
Analysis date :<span class="right-header-data"> 2019-12-17 11:09:33Z</span>
193193
</h5>
194194
</div>
195195
</div>

plaster/ModuleBuild/plasterManifest.xml

Lines changed: 1 addition & 1 deletion
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>2c8bbc31-049a-4729-9a63-0c3403d91cd1</id>
7+
<id>07559e2f-84e7-4bbe-a16d-71f1d0f3f7f7</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>

release/0.2.3/ModuleBuild.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#
2-
# Module manifest for module 'ModuleBuild'
2+
# Module manifest for module 'PSGet_ModuleBuild'
33
#
44
# Generated by: Zachary Loeber
55
#
6-
# Generated on: 12/17/2019
6+
# Generated on: 4/1/2018
77
#
88

99
@{
@@ -114,14 +114,14 @@ PrivateData = @{
114114
# Prerelease string of this module
115115
# Prerelease = ''
116116

117-
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
117+
# Flag to indicate whether the module requires explicit user acceptance for install/update
118118
# RequireLicenseAcceptance = $false
119119

120120
# External dependent modules of this module
121121
# ExternalModuleDependencies = @()
122122

123123
} # End of PSData hashtable
124-
124+
125125
} # End of PrivateData hashtable
126126

127127
# HelpInfo URI of this module

0 commit comments

Comments
 (0)