Skip to content

Commit 0bb4821

Browse files
committed
Bump setup tools 4.0.2
1 parent 20185b4 commit 0bb4821

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# https://help.github.com/articles/about-codeowners/
22

33
# Global reviewers
4-
* @luisalourenco @pedro132
4+
* @luisalourenco @pedro132 @fmalheiro @RicardoLucasM

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# OutSystems.SetupTools Release History
22

3+
## 4.0.2.0
4+
5+
- Skip Service Center validation for first installs.
6+
- Remove code that modify permissions, this should be something customers handle.
7+
38
## 4.0.1.0
49

510
- Fix Set-OSServerConfig missing osVersion (#156)

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 4.0.1.{build}
1+
version: 4.0.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 = '4.0.1.0'
15+
ModuleVersion = '4.0.2.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)