From 97b9632c55e2f09ed3cc3672e60a2f1c0e59a23d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADsa=20Louren=C3=A7o?= Date: Fri, 4 Apr 2025 16:25:51 +0100 Subject: [PATCH] Bump version to 3.18.0 --- CHANGELOG.md | 5 +++++ appveyor.yml | 2 +- src/Outsystems.SetupTools/OutSystems.SetupTools.psd1 | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fb1310..23ae0b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # OutSystems.SetupTools Release History +## 3.18.0.0 + +- Make MS Build Tools installation optional for Platform Server versions 11 or greater. Platform Server version 10 still installs MS Build Tools. +- Fix for "Set-OSServerConfig fails if value of setting includes an ampersand (&) character" #127 + ## 3.17.1.0 - Exclude Server.API and Server.Identity from being moved to another app pool (#122) diff --git a/appveyor.yml b/appveyor.yml index bdf7d84..b1ebb90 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.17.1.{build} +version: 3.18.0.{build} only_commits: files: diff --git a/src/Outsystems.SetupTools/OutSystems.SetupTools.psd1 b/src/Outsystems.SetupTools/OutSystems.SetupTools.psd1 index bce83d2..a9519c8 100644 --- a/src/Outsystems.SetupTools/OutSystems.SetupTools.psd1 +++ b/src/Outsystems.SetupTools/OutSystems.SetupTools.psd1 @@ -12,7 +12,7 @@ RootModule = 'OutSystems.SetupTools.psm1' # Version number of this module. -ModuleVersion = '3.17.1.0' +ModuleVersion = '3.18.0.0' # Supported PSEditions # CompatiblePSEditions = @()