Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# OutSystems.SetupTools Release History

## 3.18.0.0

- Make MS Build Tools installation optional for Platform Server versions 11 or greater. Platform Server version 10 still installs MS Build Tools.
- Fix for "Set-OSServerConfig fails if value of setting includes an ampersand (&) character" #127

## 3.17.1.0
- Exclude Server.API and Server.Identity from being moved to another app pool (#122)

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.17.1.{build}
version: 3.18.0.{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.17.1.0'
ModuleVersion = '3.18.0.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down