Skip to content

Commit

Permalink
Bumped version and updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
pintonunes committed Jul 28, 2021
1 parent f0152f8 commit 34a9390
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Outsystems.SetupTools Release History

## 3.14.1.0

- Updated Install-OSServerPreReqs. Fix OutSystems version for .NET hosting bundle 3.1 installation
## 3.14.0.0

- Updated Install-OSServerPreReqs. Install .NET Core hosting bundle version 3.1.14 only if we are above OutSystems version 11.12.2.0. Added parameters so the full OutSystems version can be specified
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 3.14.0.{build}
version: 3.14.1.{build}

only_commits:
files:
Expand Down
2 changes: 1 addition & 1 deletion src/Outsystems.SetupTools/OutSystems.SetupTools.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'OutSystems.SetupTools.psm1'

# Version number of this module.
ModuleVersion = '3.14.0.0'
ModuleVersion = '3.14.1.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down

0 comments on commit 34a9390

Please sign in to comment.