From 97e83b3dfe4036baa5d6993c7e94357229f79be3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADsa=20Louren=C3=A7o?= Date: Thu, 18 Aug 2022 13:11:36 +0100 Subject: [PATCH] Bump version to 3.16.1.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 5e10d88..ebe0b03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Outsystems.SetupTools Release History +## 3.16.1.0 + +- Adapt build script for new Service Studio installer +- Added build script for new Integration Studio installation + ## 3.16.0.0 - Upgrade the hosting bundle to .NET 6.0 diff --git a/appveyor.yml b/appveyor.yml index c690e86..3effcdb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.16.0.{build} +version: 3.16.1.{build} only_commits: files: diff --git a/src/Outsystems.SetupTools/OutSystems.SetupTools.psd1 b/src/Outsystems.SetupTools/OutSystems.SetupTools.psd1 index fd39354..bdf1e4f 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.16.0.0' +ModuleVersion = '3.16.1.0' # Supported PSEditions # CompatiblePSEditions = @()