Skip to content

Commit cd0039a

Browse files
committed
Bump setup tools 4.0.0
1 parent f4a9c5a commit cd0039a

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 4.0.0.0
4+
5+
- Remove support for O10
6+
- Install command lines for development environments (Service Studio and Integration Studio) now only accept O11 major versions
7+
- Install command lines for Platform Server and LifeTime now have set minimum version for 11.23.0. If the minor version is not specified it will now target minor 23 instead of the latest
8+
- FIPS will only be disabled automatically for versions below 11.38.0
9+
310
## 3.19.0.0
411

512
- Remove RabbitMQ/Erlang automatic installation by default, making SkipRabbitMQ switch obsolete. In order to install and configure RabbitMQ/Erlang, the command Set-OSServerConfig with parameter -ConfigureCacheInvalidationService should be used instead. (#146)

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 3.19.0.{build}
1+
version: 4.0.0.{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 = '3.19.0.0'
15+
ModuleVersion = '4.0.0.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)