Skip to content

Commit df78d60

Browse files
updated version
1 parent f3f40d3 commit df78d60

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

PSModuleDevelopment/PSModuleDevelopment.psd1

Lines changed: 3 additions & 3 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.10.123'
7+
ModuleVersion = '2.2.10.128'
88

99
# ID used to uniquely identify this module
1010
GUID = '37dd5fce-e7b5-4d57-ac37-832055ce49d6'
@@ -27,8 +27,8 @@
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

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.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

0 commit comments

Comments
 (0)