File tree Expand file tree Collapse file tree
src/Outsystems.SetupTools Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Outsystems.SetupTools Release History
22
3+ ## 3.12.0.0
4+
5+ - Updated .NET Core to 3.1.14
6+
37## 3.11.1.0
48
59- Fix Set-OSServerConfig and Get-OSServerConfig bug introduced in 3.11.0.0 version
Original file line number Diff line number Diff line change 1- version : 3.11.1 .{build}
1+ version : 3.12.0 .{build}
22
33only_commits :
44 files :
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ $OS11ReqsMinOSVersion = "10.0.14393"
3939[System.Diagnostics.CodeAnalysis.SuppressMessage (' PSUseDeclaredVarsMoreThanAssigments' , ' ' )]
4040$OSReqsMinOSProductType = 2
4141[System.Diagnostics.CodeAnalysis.SuppressMessage (' PSUseDeclaredVarsMoreThanAssigments' , ' ' )]
42- $OS11ReqsMinDotNetCoreVersion = " 2 .1.11 "
42+ $OS11ReqsMinDotNetCoreVersion = " 3 .1.14 "
4343
4444# Microsoft Build Tools 2015 MSI Product Codes
4545
@@ -91,7 +91,7 @@ $OSRepoURL = "https://ossetuptools.blob.core.windows.net/sources"
9191[System.Diagnostics.CodeAnalysis.SuppressMessage (' PSUseDeclaredVarsMoreThanAssigments' , ' ' )]
9292$OSRepoURLBuildTools = ' https://download.microsoft.com/download/E/E/D/EEDF18A8-4AED-4CE0-BEBE-70A83094FC5A/BuildTools_Full.exe'
9393[System.Diagnostics.CodeAnalysis.SuppressMessage (' PSUseDeclaredVarsMoreThanAssigments' , ' ' )]
94- $OSRepoURLDotNETCore = ' https://download.visualstudio.microsoft.com/download/pr/eebd54bc-c3a2-4580-bb29-b35c1c5ffa92/22ffe5649861167d3d5728d3cb4b10a1 /dotnet-hosting-2 .1.12 -win.exe'
94+ $OSRepoURLDotNETCore = ' https://download.visualstudio.microsoft.com/download/pr/bdc70151-74f7-427c-a368-716d5f1840c5/6186889f6c784bae224eb15fb94c45fe /dotnet-hosting-3 .1.14 -win.exe'
9595
9696# .NET related
9797[System.Diagnostics.CodeAnalysis.SuppressMessage (' PSUseDeclaredVarsMoreThanAssigments' , ' ' )]
Original file line number Diff line number Diff line change 1212RootModule = ' OutSystems.SetupTools.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 3.11.1 .0'
15+ ModuleVersion = ' 3.12.0 .0'
1616
1717# Supported PSEditions
1818# CompatiblePSEditions = @()
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ InModuleScope -ModuleName OutSystems.SetupTools {
115115
116116 Mock GetMSBuildToolsInstallInfo { return @ { ' HasMSBuild2015' = $True ; ' HasMSBuild2017' = $False ; ' LatestVersionInstalled' = ' MS Build Tools 2015' ; ' RebootNeeded' = $False } }
117117 Mock GetDotNet4Version { return 461808 }
118- Mock GetWindowsServerHostingVersion { return ' 2 .1.12 ' }
118+ Mock GetWindowsServerHostingVersion { return ' 3 .1.14 ' }
119119
120120 $result = Install-OSServerPreReqs - MajorVersion ' 11' - ErrorVariable err - ErrorAction SilentlyContinue
121121
@@ -165,7 +165,7 @@ InModuleScope -ModuleName OutSystems.SetupTools {
165165
166166 Mock GetMSBuildToolsInstallInfo { return @ { ' HasMSBuild2015' = $True ; ' HasMSBuild2017' = $False ; ' LatestVersionInstalled' = ' MS Build Tools 2015' ; ' RebootNeeded' = $False } }
167167 Mock GetDotNet4Version { return 461808 }
168- Mock GetWindowsServerHostingVersion { return ' 2 .1.12 ' }
168+ Mock GetWindowsServerHostingVersion { return ' 3 .1.14 ' }
169169
170170 $result = Install-OSServerPreReqs - MajorVersion ' 12' - ErrorVariable err - ErrorAction SilentlyContinue
171171
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Describe 'Lib Constants Tests' {
5151 Context ' Check .NETCore constants' {
5252
5353 $SavePath = " $env: TEMP \dotnetcore.exe"
54- $FileHash = ' AC74CADB690D3A5A175CEDD0EF02A11ABE41A292F9C9055B28522E3EB7B02726 '
54+ $FileHash = ' 187179215D0C9DE82F6C6F005E08AC517E34E9689959964053B0F60FEDFD8302 '
5555
5656 It ' Should be downloadable and have the right file hash' {
5757 (New-Object System.Net.WebClient).DownloadFile($OSRepoURLDotNETCore , $SavePath )
You can’t perform that action at this time.
0 commit comments