File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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'
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments