Skip to content

Commit 79a6bf7

Browse files
committedNov 17, 2021
bumped version and updated CHANGELOG
1 parent be27ed6 commit 79a6bf7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Outsystems.SetupTools Release History
22

3+
## 3.14.3.0
4+
5+
- Adjust maxRequest constants to be used during tuning
6+
37
## 3.14.2.0
48

59
- Updated Get-OSServerPreReqs. Fix for .NET hosting bundle 3.1 installation

‎appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 3.14.2.{build}
1+
version: 3.14.3.{build}
22

33
only_commits:
44
files:

‎src/Outsystems.SetupTools/OutSystems.SetupTools.psd1

+1-1
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.14.2.0'
15+
ModuleVersion = '3.14.3.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)
Please sign in to comment.