Skip to content

Commit fee0ce3

Browse files
committed
0.1.5 release
1 parent cb6b312 commit fee0ce3

44 files changed

Lines changed: 44 additions & 125 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Zachary Loeber
55
#
6-
# Generated on: 7/11/2017
6+
# Generated on: 7/12/2017
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = 'ModuleBuild.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.5'
15+
ModuleVersion = '0.1.6'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -107,7 +107,7 @@ PrivateData = @{
107107
IconUri = 'https://github.com/zloeber/ModuleBuild/raw/master/src/other/powershell-project.png'
108108

109109
# ReleaseNotes of this module
110-
ReleaseNotes = '0.1.5 release'
110+
ReleaseNotes = '0.1.6 release'
111111

112112
# External dependent modules of this module
113113
# ExternalModuleDependencies = ''

build/docs/Additional/ChangeLog.md

Lines changed: 5 additions & 0 deletions

build/docs/Additional/index.md

Lines changed: 4 additions & 6 deletions
6 Bytes

docs/ChangeLog.md

Lines changed: 5 additions & 0 deletions
6 Bytes

docs/index.md

Lines changed: 4 additions & 6 deletions

plaster/ModuleBuild/plasterManifest.xml

Lines changed: 1 addition & 6 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>ac5262f9-8901-4890-9818-07dc8e7decd6</id>
7+
<id>aae927d8-6c34-4059-a10d-fd74d975b72e</id>
88
<version>0.0.8</version>
99
<title>New ModuleBuild Project</title>
1010
<description>Create a new PowerShell Module with a ModuleBuild wrapper</description>
@@ -37,11 +37,6 @@
3737
name="ModuleTags"
3838
type="text"
3939
prompt="Comma separate list of tags that describe this module. This is required for the PowerShell Gallery" />
40-
<parameter
41-
name="AdditionalModulePaths"
42-
type="text"
43-
prompt="Comma separate list of paths that will be included with the final module release (ie. .\libs,.\data)"
44-
default=" " />
4540
<parameter
4641
name="ProjectLicense"
4742
type="choice"

plaster/ModuleBuild/scaffold/build/docs/Additional/ReleaseNotes.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

plaster/ModuleBuild/scaffold/build/docs/Additional/index.md

Lines changed: 5 additions & 7 deletions

0 commit comments

Comments
 (0)