8000 version bump · ModuleBuild/ModuleBuild@b65c22b · GitHub
[go: up one dir, main page]

Skip to content

Commit b65c22b

Browse files
committed
version bump
1 parent 137d09c commit b65c22b

File tree

100 files changed

+13847
-21
lines changed

Some content is hidden

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

100 files changed

+13847
-21
lines changed

ModuleBuild.psd1

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Zachary Loeber
55
#
6-
# Generated on: 4/23/2020
6+
# Generated on: 4/25/2020
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '0.3.0'
15+
ModuleVersion = '0.3.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -24,7 +24,7 @@ GUID = '2b53a392-3b0f-4a7c-b934-7c995252070e'
2424
Author = 'Zachary Loeber'
2525

2626
# Company or vendor of this module
27-
# CompanyName = ' '
27+
CompanyName = ''
2828

2929
# Copyright statement for this module
3030
Copyright = '(c) 2020 Zachary Loeber. All rights reserved.'
@@ -75,7 +75,7 @@ FunctionsToExport = '*'
7575
CmdletsToExport = '*'
7676

7777
# Variables to export from this module
78-
VariablesToExport = @()
78+
# VariablesToExport = @()
7979

8080
# Aliases 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 aliases to export.
8181
AliasesToExport = @()
@@ -95,7 +95,7 @@ PrivateData = @{
9595
PSData = @{
9696

9797
# Tags applied to this module. These help with module discovery in online galleries.
98-
Tags = 'scaffold', 'Module', 'Invoke-Build'
98+
Tags = 'scaffold','Module','Invoke-Build'
9999

100100
# A URL to the license for this module.
101101
LicenseUri = 'https://github.com/zloeber/ModuleBuild/raw/master/LICENSE.md'
@@ -107,11 +107,20 @@ 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 = '0.3.1 release'
111+
112+
# Prerelease string of this module
113+
# Prerelease = ''
114+
115+
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
116+
# RequireLicenseAcceptance = $false
117+
118+
# External dependent modules of this module
119+
# ExternalModuleDependencies = @()
111120

112121
} # End of PSData hashtable
113122

114-
} # End of PrivateData hashtable
123+
} # End of PrivateData hashtable
115124

116125
# HelpInfo URI of this module
117126
# HelpInfoURI = ''
@@ -121,4 +130,3 @@ PrivateData = @{
121130

122131
}
123132

124-

0 commit comments

Comments
 (0)
0