Skip to content

Commit 8b96cc9

Browse files
authored
Merge branch 'main' into Harden-System-Security-v1.0.23.0
2 parents d3d260a + 9a91cac commit 8b96cc9

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/Build AppControl Manager MSIX Package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
if ($LASTEXITCODE -ne 0) { throw [System.InvalidOperationException]::New("Failed to install the Rust toolchain: $LASTEXITCODE") }
204204
205205
Write-Host -Object "`nInstalling .NET SDK" -ForegroundColor Magenta
206-
$null = winget install --id Microsoft.DotNet.SDK.Preview --exact --accept-package-agreements --accept-source-agreements --uninstall-previous --force --source winget
206+
$null = winget install --id Microsoft.DotNet.SDK.10 --exact --accept-package-agreements --accept-source-agreements --uninstall-previous --force --source winget
207207
if ($LASTEXITCODE -ne 0) { throw [System.InvalidOperationException]::New("Failed to install .NET SDK: $LASTEXITCODE") }
208208
209209
Write-Host -Object "`nInstalling Visual Studio Build Tools" -ForegroundColor Magenta

.github/workflows/Build AppControl Manager for Store.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
if ($LASTEXITCODE -ne 0) { throw [System.InvalidOperationException]::New("Failed to install the Rust toolchain: $LASTEXITCODE") }
203203
204204
Write-Host -Object "`nInstalling .NET SDK" -ForegroundColor Magenta
205-
$null = winget install --id Microsoft.DotNet.SDK.Preview --exact --accept-package-agreements --accept-source-agreements --uninstall-previous --force --source winget
205+
$null = winget install --id Microsoft.DotNet.SDK.10 --exact --accept-package-agreements --accept-source-agreements --uninstall-previous --force --source winget
206206
if ($LASTEXITCODE -ne 0) { throw [System.InvalidOperationException]::New("Failed to install .NET SDK: $LASTEXITCODE") }
207207
208208
Write-Host -Object "`nInstalling Visual Studio Build Tools" -ForegroundColor Magenta

.github/workflows/Build Harden System Security for Store.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
if ($LASTEXITCODE -ne 0) { throw [System.InvalidOperationException]::New("Failed to install the Rust toolchain: $LASTEXITCODE") }
171171
172172
Write-Host -Object "`nInstalling .NET SDK" -ForegroundColor Magenta
173-
$null = winget install --id Microsoft.DotNet.SDK.Preview --exact --accept-package-agreements --accept-source-agreements --uninstall-previous --force --source winget
173+
$null = winget install --id Microsoft.DotNet.SDK.10 --exact --accept-package-agreements --accept-source-agreements --uninstall-previous --force --source winget
174174
if ($LASTEXITCODE -ne 0) { throw [System.InvalidOperationException]::New("Failed to install .NET SDK: $LASTEXITCODE") }
175175
176176
Write-Host -Object "`nInstalling Visual Studio Build Tools" -ForegroundColor Magenta

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
if ($LASTEXITCODE -ne 0) { throw [System.InvalidOperationException]::New("Failed to install the Rust toolchain: $LASTEXITCODE") }
7878
7979
Write-Host -Object "`nInstalling .NET SDK" -ForegroundColor Magenta
80-
$null = winget install --id Microsoft.DotNet.SDK.Preview --exact --accept-package-agreements --accept-source-agreements --uninstall-previous --force --source winget
80+
$null = winget install --id Microsoft.DotNet.SDK.10 --exact --accept-package-agreements --accept-source-agreements --uninstall-previous --force --source winget
8181
if ($LASTEXITCODE -ne 0) { throw [System.InvalidOperationException]::New("Failed to install .NET SDK: $LASTEXITCODE") }
8282
8383
Write-Host -Object "`nInstalling Visual C++ Redistributable" -ForegroundColor Magenta
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/HotCakeX/Harden-Windows-Security/releases/download/AppControlManager-v2.0.49.0/AppControl.Manager_2.0.49.0.msixbundle
1+
https://github.com/HotCakeX/Harden-Windows-Security/releases/download/AppControlManager-v2.0.50.0/AppControl.Manager_2.0.50.0.msixbundle

AppControl Manager/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.49.0
1+
2.0.50.0

Wiki posts/AppControl Manager/AppControl Manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ function Build_ACM {
513513
if ($LASTEXITCODE -ne 0) { throw [System.InvalidOperationException]::New("Failed to install the Rust toolchain: $LASTEXITCODE") }
514514
515515
Write-Host -Object "`nInstalling .NET SDK" -ForegroundColor Magenta
516-
$null = winget install --id Microsoft.DotNet.SDK.Preview --exact --accept-package-agreements --accept-source-agreements --uninstall-previous --force --source winget
516+
$null = winget install --id Microsoft.DotNet.SDK.10 --exact --accept-package-agreements --accept-source-agreements --uninstall-previous --force --source winget
517517
if ($LASTEXITCODE -ne 0) { throw [System.InvalidOperationException]::New("Failed to install .NET SDK: $LASTEXITCODE") }
518518
519519
Write-Host -Object "`nInstalling Visual Studio Build Tools" -ForegroundColor Magenta

Wiki posts/Harden System Security/Harden System Security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ function Build_HSS {
416416
if ($LASTEXITCODE -ne 0) { throw [System.InvalidOperationException]::New("Failed to install the Rust toolchain: $LASTEXITCODE") }
417417
418418
Write-Host -Object "`nInstalling .NET SDK" -ForegroundColor Magenta
419-
$null = winget install --id Microsoft.DotNet.SDK.Preview --exact --accept-package-agreements --accept-source-agreements --uninstall-previous --force --source winget
419+
$null = winget install --id Microsoft.DotNet.SDK.10 --exact --accept-package-agreements --accept-source-agreements --uninstall-previous --force --source winget
420420
if ($LASTEXITCODE -ne 0) { throw [System.InvalidOperationException]::New("Failed to install .NET SDK: $LASTEXITCODE") }
421421
422422
Write-Host -Object "`nInstalling Visual Studio Build Tools" -ForegroundColor Magenta

0 commit comments

Comments
 (0)