We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0153dd commit d9536baCopy full SHA for d9536ba
3 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# OutSystems.SetupTools Release History
2
3
+## 4.0.3.0
4
+
5
+- Improve how the `ExecuteCommand` function handles redirecting data from the Standard Output stream.
6
+- Document local testing (with Pester).
7
8
## 4.0.2.0
9
10
- Skip Service Center validation for first installs.
appveyor.yml
@@ -1,4 +1,4 @@
-version: 4.0.2.{build}
+version: 4.0.3.{build}
only_commits:
files:
src/Outsystems.SetupTools/OutSystems.SetupTools.psd1
@@ -12,7 +12,7 @@
12
RootModule = 'OutSystems.SetupTools.psm1'
13
14
# Version number of this module.
15
-ModuleVersion = '4.0.2.0'
+ModuleVersion = '4.0.3.0'
16
17
# Supported PSEditions
18
# CompatiblePSEditions = @()
0 commit comments