We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2039f commit 736146dCopy full SHA for 736146d
3 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# OutSystems.SetupTools Release History
2
3
+## 4.1.5.0
4
+
5
+- Fix missing recent version for versions greater or equal to 11.42.0
6
7
## 4.1.4.0
8
9
- Ensure LogIfFileIsBlocked doesn't throw exceptions (fix for issue 174)
appveyor.yml
@@ -1,4 +1,4 @@
-version: 4.1.4.{build}
+version: 4.1.5.{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.1.4.0'
+ModuleVersion = '4.1.5.0'
16
17
# Supported PSEditions
18
# CompatiblePSEditions = @()
0 commit comments