This repository was archived by the owner on Apr 25, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33#
44# Generated by: Justin Perdok
55#
6- # Generated on: 21/04 /2020
6+ # Generated on: 4/23 /2020
77#
88
99@ {
1212RootModule = ' ModuleBuildToolsTemp.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 0.0.3 '
15+ ModuleVersion = ' 0.0.4 '
1616
1717# Supported PSEditions
1818# CompatiblePSEditions = @()
@@ -107,7 +107,7 @@ PrivateData = @{
107107 IconUri = ' https://github.com/justin-p/ModuleBuildToolsTemp/raw/master/src/other/powershell-project.png'
108108
109109 # ReleaseNotes of this module
110- ReleaseNotes = ' 0.0.3 release'
110+ ReleaseNotes = ' 0.0.4 release'
111111
112112 # Prerelease string of this module
113113 # Prerelease = ''
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ if ((Get-Variable 'BuildEnv' -ErrorAction:SilentlyContinue) -eq $null) {
1616 ForceInstallModule = $False
1717 Encoding = ' utf8'
1818 ModuleToBuild = ' ModuleBuildToolsTemp'
19- ModuleVersion = ' 0.0.1 '
19+ ModuleVersion = ' 0.0.4 '
2020 ModuleWebsite = ' https://github.com/justin-p/ModuleBuildToolsTemp'
2121 ModuleCopyright = " (c) $ ( (get-date ).Year.ToString()) Justin Perdok. All rights reserved."
2222 ModuleLicenseURI = ' https://github.com/justin-p/ModuleBuildToolsTemp/LICENSE.md'
You can’t perform that action at this time.
0 commit comments