Skip to content

Commit a3d76cc

Browse files
committed
New release for gallery
1 parent dff8f07 commit a3d76cc

111 files changed

Lines changed: 12383 additions & 12 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.0.1'
15+
ModuleVersion = '0.0.2'
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 = ''
110+
ReleaseNotes = 'First release'
111111

112112
# External dependent modules of this module
113113
# ExternalModuleDependencies = ''
Lines changed: 4 additions & 3 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.0.1'
15+
ModuleVersion = '0.0.2'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -69,7 +69,8 @@ Description = 'A scaffolding framework which can be used to kickstart a generic
6969
# NestedModules = @()
7070

7171
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
72-
FunctionsToExport = @()
72+
FunctionsToExport = 'Get-BuildEnvironment', 'Initialize-ModuleBuild',
73+
'Set-BuildEnvironment'
7374

7475
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
7576
CmdletsToExport = @()
@@ -107,7 +108,7 @@ PrivateData = @{
107108
IconUri = 'https://github.com/zloeber/ModuleBuild/raw/master/src/other/powershell-project.png'
108109

109110
# ReleaseNotes of this module
110-
# ReleaseNotes = ''
111+
ReleaseNotes = 'First release'
111112

112113
# External dependent modules of this module
113114
# ExternalModuleDependencies = ''

0 commit comments

Comments
 (0)