From a77acb76e756b7e2ccba24f51b120b1d3f90e964 Mon Sep 17 00:00:00 2001 From: Zijian Date: Sat, 13 Jul 2024 05:59:12 +1000 Subject: [PATCH] v3.2.1 to be released --- Fonlow.OpenApiClientGen/BuildForMac.ps1 | 4 ++-- Fonlow.OpenApiClientGen/BuildForMacSelfContained.ps1 | 4 ++-- Fonlow.OpenApiClientGen/BuildForWin.ps1 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Fonlow.OpenApiClientGen/BuildForMac.ps1 b/Fonlow.OpenApiClientGen/BuildForMac.ps1 index 177cc075..d018ee4b 100644 --- a/Fonlow.OpenApiClientGen/BuildForMac.ps1 +++ b/Fonlow.OpenApiClientGen/BuildForMac.ps1 @@ -1,7 +1,7 @@ # after buildRelease of the sln -cd $PSScriptRoot +Set-Location $PSScriptRoot $target="../Release/Mac" -$mainDir="bin/Release/net7.0/" +$mainDir="bin/Release/net8.0/" Remove-Item -Recurse $target* diff --git a/Fonlow.OpenApiClientGen/BuildForMacSelfContained.ps1 b/Fonlow.OpenApiClientGen/BuildForMacSelfContained.ps1 index 6bd09c46..ee3d7bf1 100644 --- a/Fonlow.OpenApiClientGen/BuildForMacSelfContained.ps1 +++ b/Fonlow.OpenApiClientGen/BuildForMacSelfContained.ps1 @@ -1,7 +1,7 @@ # after buildRelease of the sln -cd $PSScriptRoot +Set-Location $PSScriptRoot $target="../Release/MacSelfContained" -$mainDir="bin/Release/net7.0/" +$mainDir="bin/Release/net8.0/" Remove-Item -Recurse $target* diff --git a/Fonlow.OpenApiClientGen/BuildForWin.ps1 b/Fonlow.OpenApiClientGen/BuildForWin.ps1 index 135ef6a9..f1588235 100644 --- a/Fonlow.OpenApiClientGen/BuildForWin.ps1 +++ b/Fonlow.OpenApiClientGen/BuildForWin.ps1 @@ -1,7 +1,7 @@ # after buildRelease of the sln -cd $PSScriptRoot +Set-Location $PSScriptRoot $target="../Release/Win" -$mainDir="bin/Release/net7.0/" +$mainDir="bin/Release/net8.0/" Remove-Item -Recurse $target*