File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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.10.123 '
7+ ModuleVersion = ' 2.2.10.128 '
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.6.198 ' }
31- @ { ModuleName = ' string' ; ModuleVersion = ' 0.6.1 ' }
30+ @ { ModuleName = ' PSFramework' ; ModuleVersion = ' 1.6.205 ' }
31+ @ { ModuleName = ' string' ; ModuleVersion = ' 1.0.0 ' }
3232 )
3333
3434 # Assemblies that must be loaded prior to importing this module
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## ???
3+ ## 2.2.10.128 (2021-11-11)
44
55+ New: Action: deployModule - Deploys a module to the target computer(s)
66+ Upd: Invoke-PSMDBuildProject - Added parameter resolution from artifacts and configuration
You can’t perform that action at this time.
0 commit comments