From 35b0b14341637f72976b25b60f93e83f0c87d1a1 Mon Sep 17 00:00:00 2001 From: Pedro Nunes <37883272+pintonunes@users.noreply.github.com> Date: Thu, 5 Aug 2021 09:58:57 +0100 Subject: [PATCH] Updated CHANGELOG and bumped version --- CHANGELOG.md | 4 ++++ appveyor.yml | 2 +- src/Outsystems.SetupTools/OutSystems.SetupTools.psd1 | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5b3c0b..fd18f04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Outsystems.SetupTools Release History +## 3.14.2.0 + +- Updated Get-OSServerPreReqs. Fix for .NET hosting bundle 3.1 installation + ## 3.14.1.0 - Updated Install-OSServerPreReqs. Fix OutSystems version for .NET hosting bundle 3.1 installation diff --git a/appveyor.yml b/appveyor.yml index 0b12dbd..1c890b7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.14.1.{build} +version: 3.14.2.{build} only_commits: files: diff --git a/src/Outsystems.SetupTools/OutSystems.SetupTools.psd1 b/src/Outsystems.SetupTools/OutSystems.SetupTools.psd1 index 36df106..4e6acec 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.14.1.0' +ModuleVersion = '3.14.2.0' # Supported PSEditions # CompatiblePSEditions = @()