We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5105f06 commit 55cb65fCopy full SHA for 55cb65f
3 files changed
PSFramework/PSFramework.psd1
@@ -5,7 +5,7 @@
5
RootModule = 'PSFramework.psm1'
6
7
# Version number of this module.
8
- ModuleVersion = '0.10.27.134'
+ ModuleVersion = '0.10.27.135'
9
10
# ID used to uniquely identify this module
11
GUID = '8028b914-132b-431f-baa9-94a6952f21ff'
PSFramework/PSFramework.psm1
@@ -1,5 +1,5 @@
1
$script:ModuleRoot = $PSScriptRoot
2
-$script:ModuleVersion = "0.10.27.134"
+$script:ModuleVersion = "0.10.27.135"
3
4
# Detect whether at some level dotsourcing was enforced
$script:doDotSource = $false
PSFramework/changelog.md
# CHANGELOG
-## 0.10.27.135
+## 0.10.27.135 : 2018-10-12
- Fix: New dynamic content collections' Reset() method doesn't do a thing.
## 0.10.27.134 : 2018-10-12
0 commit comments