Skip to content

Commit d66bf78

Browse files
Bump setup tools to 4.1.1 (#165)
* Bump setup tools to 4.1.1 * fix typo * Dummy Commit to retrigger appveyorstuck * another dummy commit
1 parent 1fbfcff commit d66bf78

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 4.1.1.0
4+
5+
- Re-add code path to install all known Hosting Bundles, this was removed at the start of 4.0.0.0.
6+
37
## 4.1.0.0
48

59
- Upgrade the hosting bundle to .NET 10.0

appveyor.yml

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

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

test/unit/Install-OSServerPreReqs.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1216,7 +1216,7 @@ InModuleScope -ModuleName OutSystems.SetupTools {
12161216
Context 'When trying to install prerequisites for a OS 11 version without passing the optional Minor and Patch Versions and with RemovePreviousHostingBundlePackages flag active.' {
12171217

12181218
$result = Install-OSServerPreReqs -MajorVersion '11' -RemovePreviousHostingBundlePackages $true -ErrorVariable err -ErrorAction SilentlyContinue
1219-
# Without being called with a specific version, .Net Core Uninstall tool should not run even if called with the flag to true
1219+
# Without being called with a specific version, .Net Core Uninstall tool should not run even if called with the flag to true.
12201220
It 'Should run the .NET installation' { Assert-MockCalled @assRunInstallDotNet }
12211221
It 'Should run the BuildTools installation' { Assert-MockCalled @assRunInstallBuildTools }
12221222
It 'Should install the windows features installation' { Assert-MockCalled @assRunInstallWindowsFeatures }

0 commit comments

Comments
 (0)