From a93bbd0790b047e10ad0700386dc231d4963627f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADsa=20Louren=C3=A7o?= Date: Mon, 4 Aug 2025 15:45:11 +0100 Subject: [PATCH 1/2] Bump version to 3.18.2 --- CHANGELOG.md | 10 ++++++++++ appveyor.yml | 2 +- src/Outsystems.SetupTools/OutSystems.SetupTools.psd1 | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9065e1..f5b9d39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # OutSystems.SetupTools Release History +## 3.18.0.2 + +- Add ServiceCenter validation and setting ACLs for IISCompression and NETCompilation folders (#142) +- Add missing InstallMSBuildTools parameter to comment-based help (#141) +- Fix issues of Publish-OSPlatformSolution with two step publishing (#140) +- Replace use of AzureRM with Azure Blob Storage REST API to remove dependency of AzureRM (#139) +- Fix issues with odd filenames in repo and add Service Studio and Integration Studio as separate installers (#138) +- Fix minimum Platform Server version that requires .NET 8.0 Windows Hosting Bundle (#136) +- Fix Get-OSPlatformDeploymentZone not getting output from ExecuteCommand function (#137) + ## 3.18.0.1 - Ensure MS Build Tools is installed for first installs of Platform Server versions < 11.35.0 diff --git a/appveyor.yml b/appveyor.yml index 4093e38..7a60844 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.18.1.{build} +version: 3.18.2.{build} only_commits: files: diff --git a/src/Outsystems.SetupTools/OutSystems.SetupTools.psd1 b/src/Outsystems.SetupTools/OutSystems.SetupTools.psd1 index 9e5bbdb..d25b56b 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.18.1.0' +ModuleVersion = '3.18.2.0' # Supported PSEditions # CompatiblePSEditions = @() From 4c38e2c01389298d5655ee708ae200d44567d66e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADsa=20Louren=C3=A7o?= Date: Mon, 4 Aug 2025 15:47:55 +0100 Subject: [PATCH 2/2] Fix CHANGELOG --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5b9d39..95e0ff1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # OutSystems.SetupTools Release History -## 3.18.0.2 +## 3.18.2.0 - Add ServiceCenter validation and setting ACLs for IISCompression and NETCompilation folders (#142) - Add missing InstallMSBuildTools parameter to comment-based help (#141) @@ -10,7 +10,7 @@ - Fix minimum Platform Server version that requires .NET 8.0 Windows Hosting Bundle (#136) - Fix Get-OSPlatformDeploymentZone not getting output from ExecuteCommand function (#137) -## 3.18.0.1 +## 3.18.1.0 - Ensure MS Build Tools is installed for first installs of Platform Server versions < 11.35.0 - Fix Set-OSServerPerformanceTunning2 not moving PerformanceMonitor to LifeTimeAppPool (#132)