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 = @()