We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a377867 commit 73ef040Copy full SHA for 73ef040
3 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# OutSystems.SetupTools Release History
2
3
+## 4.1.4.0
4
+
5
+- Ensure LogIfFileIsBlocked doesn't throw exceptions (fix for issue 174)
6
7
## 4.1.3.0
8
9
- Setup Tools now supports detection of .NET 11 Hosting Bundle environments ahead of the .NET 11 release (installation support is not included yet).
appveyor.yml
@@ -1,4 +1,4 @@
-version: 4.1.3.{build}
+version: 4.1.4.{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.3.0'
+ModuleVersion = '4.1.4.0'
16
17
# Supported PSEditions
18
# CompatiblePSEditions = @()
0 commit comments