Skip to content

Commit 73ef040

Browse files
Bump Setup Tools to 4.1.4 (#176)
1 parent a377867 commit 73ef040

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# OutSystems.SetupTools Release History
22

3+
## 4.1.4.0
4+
5+
- Ensure LogIfFileIsBlocked doesn't throw exceptions (fix for issue 174)
6+
37
## 4.1.3.0
48

59
- 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 4.1.3.{build}
1+
version: 4.1.4.{build}
22

33
only_commits:
44
files:

src/Outsystems.SetupTools/OutSystems.SetupTools.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'OutSystems.SetupTools.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.1.3.0'
15+
ModuleVersion = '4.1.4.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)