Skip to content

Commit 4833887

Browse files
Version increment
1 parent a468513 commit 4833887

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

PSModuleDevelopment/PSModuleDevelopment.psd1

Lines changed: 4 additions & 2 deletions
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.2.5.41'
7+
ModuleVersion = '2.2.6.51'
88

99
# ID used to uniquely identify this module
1010
GUID = '37dd5fce-e7b5-4d57-ac37-832055ce49d6'
@@ -41,7 +41,9 @@
4141

4242
# Modules that must be imported into the global environment prior to importing
4343
# this module
44-
RequiredModules = @(@{ ModuleName='PSFramework'; ModuleVersion= '0.9.25.112' })
44+
RequiredModules = @(
45+
@{ ModuleName = 'PSFramework'; ModuleVersion = '0.10.31.176' }
46+
)
4547

4648
# Assemblies that must be loaded prior to importing this module
4749
RequiredAssemblies = @('bin\PSModuleDevelopment.dll')

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.2.5.41"
2+
$script:PSModuleVersion = "2.2.6.51"
33

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

PSModuleDevelopment/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
2-
##
2+
## 2.2.6.51 (January 29th, 2019)
33
- New: Format-PSMDParameter - updates legacy parameter notation
44
- New: Measure-PSMDLinesOfCode - Measures the lines of code in a scriptfile.
55
- New: Search-PSMDPropertyValue - search objects for values in properties

0 commit comments

Comments
 (0)