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 4
4
RootModule = ' PSModuleDevelopment.psm1'
5
5
6
6
# Version number of this module.
7
- ModuleVersion = ' 2.2.10.123 '
7
+ ModuleVersion = ' 2.2.10.128 '
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.6.198 ' }
31
- @ { ModuleName = ' string' ; ModuleVersion = ' 0.6.1 ' }
30
+ @ { ModuleName = ' PSFramework' ; ModuleVersion = ' 1.6.205 ' }
31
+ @ { ModuleName = ' string' ; ModuleVersion = ' 1.0.0 ' }
32
32
)
33
33
34
34
# Assemblies that must be loaded prior to importing this module
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## ???
3
+ ## 2.2.10.128 (2021-11-11)
4
4
5
5
+ New: Action: deployModule - Deploys a module to the target computer(s)
6
6
+ Upd: Invoke-PSMDBuildProject - Added parameter resolution from artifacts and configuration
You can’t perform that action at this time.
0 commit comments