Skip to content

Commit 886727a

Browse files
Bump setup tools 3.18.2 (#149)
* Bump version to 3.18.2 * Fix CHANGELOG
1 parent 66486a8 commit 886727a

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# OutSystems.SetupTools Release History
22

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

515
- Ensure MS Build Tools is installed for first installs of Platform Server versions < 11.35.0
616
- Fix Set-OSServerPerformanceTunning2 not moving PerformanceMonitor to LifeTimeAppPool (#132)

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 3.18.1.{build}
1+
version: 3.18.2.{build}
22

33
only_commits:
44
files:

src/Outsystems.SetupTools/OutSystems.SetupTools.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'OutSystems.SetupTools.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '3.18.1.0'
15+
ModuleVersion = '3.18.2.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)