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