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
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# OutSystems.SetupTools Release History

## 3.18.0.1
## 3.18.2.0

- Add ServiceCenter validation and setting ACLs for IISCompression and NETCompilation folders (#142)
- Add missing InstallMSBuildTools parameter to comment-based help (#141)
- Fix issues of Publish-OSPlatformSolution with two step publishing (#140)
- Replace use of AzureRM with Azure Blob Storage REST API to remove dependency of AzureRM (#139)
- Fix issues with odd filenames in repo and add Service Studio and Integration Studio as separate installers (#138)
- Fix minimum Platform Server version that requires .NET 8.0 Windows Hosting Bundle (#136)
- Fix Get-OSPlatformDeploymentZone not getting output from ExecuteCommand function (#137)

## 3.18.1.0

- Ensure MS Build Tools is installed for first installs of Platform Server versions < 11.35.0
- Fix Set-OSServerPerformanceTunning2 not moving PerformanceMonitor to LifeTimeAppPool (#132)
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.18.1.{build}
version: 3.18.2.{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.18.1.0'
ModuleVersion = '3.18.2.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down