Skip to content

Commit b864d4d

Browse files
Version Update
1 parent a8973a8 commit b864d4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

PSModuleDevelopment/PSModuleDevelopment.psd1

Lines changed: 2 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.8.104'
7+
ModuleVersion = '2.2.9.106'
88

99
# ID used to uniquely identify this module
1010
GUID = '37dd5fce-e7b5-4d57-ac37-832055ce49d6'
@@ -27,7 +27,7 @@
2727
# Modules that must be imported into the global environment prior to importing
2828
# this module
2929
RequiredModules = @(
30-
@{ ModuleName = 'PSFramework'; ModuleVersion = '1.1.59' }
30+
@{ ModuleName = 'PSFramework'; ModuleVersion = '1.4.149' }
3131
@{ ModuleName = 'string'; ModuleVersion = '0.6.1' }
3232
)
3333

PSModuleDevelopment/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## ???
3+
## 2.2.9.106 (September 10th, 2020)
44

55
- New: Convert-PSMDMessage - Converts a file's use of PSFramework messages to strings.
66
- Fix: Export-PSMDString - Failed with splatting detection

0 commit comments

Comments
 (0)