Skip to content

Commit e65eac6

Browse files
author
Friedrich Weinmann
committed
incremented version
1 parent 6a499e5 commit e65eac6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

PSModuleDevelopment/PSModuleDevelopment.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
RootModule = 'PSModuleDevelopment.psm1'
55

66
# Version number of this module.
7-
ModuleVersion = '2.1.0.1'
7+
ModuleVersion = '2.1.1.3'
88

99
# ID used to uniquely identify this module
1010
GUID = '37dd5fce-e7b5-4d57-ac37-832055ce49d6'

PSModuleDevelopment/PSModuleDevelopment.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$script:PSModuleRoot = $PSScriptRoot
2-
$script:PSModuleVersion = "2.1.0.1"
2+
$script:PSModuleVersion = "2.1.1.3"
33

44
$script:doDotSource = $false
55
if (Get-PSFConfigValue -Name PSModuleDevelopment.Import.DoDotSource) { $script:doDotSource = $true }

PSModuleDevelopment/en-us/about_psmoduledevelopment.help.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ LONG DESCRIPTION
165165
# Changelog #
166166
#-------------------------------------------------------------------------#
167167

168-
2.X.X.X (???)
168+
2.1.1.3 (February 06th, 2018)
169169
- new: Command New-PSMDModuleNugetPackage
170170
A command that takes a module and writes it to a Nuget package.
171171
- Upd: Increased PSFramework required version to 0.9.9.19

0 commit comments

Comments
 (0)