File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
RootModule = ' PSModuleDevelopment.psm1'
5
5
6
6
# Version number of this module.
7
- ModuleVersion = ' 2.2.8.104 '
7
+ ModuleVersion = ' 2.2.9.106 '
8
8
9
9
# ID used to uniquely identify this module
10
10
GUID = ' 37dd5fce-e7b5-4d57-ac37-832055ce49d6'
27
27
# Modules that must be imported into the global environment prior to importing
28
28
# this module
29
29
RequiredModules = @ (
30
- @ { ModuleName = ' PSFramework' ; ModuleVersion = ' 1.1.59 ' }
30
+ @ { ModuleName = ' PSFramework' ; ModuleVersion = ' 1.4.149 ' }
31
31
@ { ModuleName = ' string' ; ModuleVersion = ' 0.6.1' }
32
32
)
33
33
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## ???
3
+ ## 2.2.9.106 (September 10th, 2020)
4
4
5
5
- New: Convert-PSMDMessage - Converts a file's use of PSFramework messages to strings.
6
6
- Fix: Export-PSMDString - Failed with splatting detection
You can’t perform that action at this time.
0 commit comments