Skip to content

Commit

Permalink
v3.2.1 to be released
Browse files Browse the repository at this point in the history
  • Loading branch information
zijianhuang committed Jul 12, 2024
1 parent 6daf90b commit a77acb7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Fonlow.OpenApiClientGen/BuildForMac.ps1
Original file line number Diff line number Diff line change
@@ -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*

Expand Down
4 changes: 2 additions & 2 deletions Fonlow.OpenApiClientGen/BuildForMacSelfContained.ps1
Original file line number Diff line number Diff line change
@@ -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*

Expand Down
4 changes: 2 additions & 2 deletions Fonlow.OpenApiClientGen/BuildForWin.ps1
Original file line number Diff line number Diff line change
@@ -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*

Expand Down

0 comments on commit a77acb7

Please sign in to comment.