We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cc1b9 commit 32e24fbCopy full SHA for 32e24fb
3 files changed
CHANGELOG.md
@@ -1,8 +1,10 @@
1
# Outsystems.SetupTools Release History
2
3
-## 3.5.1.0
+## 3.6.0.0
4
5
- Get-OSServerPreReqs: Fixed bug that caused script to output wrong error message
6
+- Set-OSServerConfig: Added -IntegratedAuthPassword for upgrading environments using windows authentication
7
+- Set-OSServerConfig: Fixed -UpgradeEnvironment switch
8
9
## 3.5.0.0
10
appveyor.yml
@@ -1,4 +1,4 @@
-version: 3.5.0.{build}
+version: 3.6.0.{build}
only_commits:
files:
src/Outsystems.SetupTools/OutSystems.SetupTools.psd1
@@ -12,7 +12,7 @@
12
RootModule = 'OutSystems.SetupTools.psm1'
13
14
# Version number of this module.
15
-ModuleVersion = '3.5.0.0'
+ModuleVersion = '3.6.0.0'
16
17
# Supported PSEditions
18
# CompatiblePSEditions = @()
0 commit comments