We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c10808 commit c641417Copy full SHA for c641417
3 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# OutSystems.SetupTools Release History
2
3
+## 4.1.0.0
4
+
5
+- Upgrade the hosting bundle to .NET 10.0
6
7
## 4.0.3.0
8
9
- Improve how the `ExecuteCommand` function handles redirecting data from the Standard Output stream.
appveyor.yml
@@ -1,4 +1,4 @@
-version: 4.0.3.{build}
+version: 4.1.0.{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.3.0'
+ModuleVersion = '4.1.0.0'
16
17
# Supported PSEditions
18
# CompatiblePSEditions = @()
0 commit comments