Skip to content

Commit

Permalink
Merge pull request #3884 from planetarium/release/5.1.2
Browse files Browse the repository at this point in the history
🚀 Release 5.1.2
  • Loading branch information
s2quake committed Jul 17, 2024
2 parents 88604b6 + 0d0576b commit 5ecafb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/bin/dist-pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ for project in "${projects[@]}"; do
dotnet_args="-p:VersionPrefix=$version_prefix"
dotnet_args="$dotnet_args --version-suffix=$version_suffix"
dotnet_args="$dotnet_args -p:NoPackageAnalysis=true"
dotnet_args="$dotnet_args -p:_IsPacking=true"
fi
dotnet_args="$dotnet_args -p:_IsPacking=true"
# shellcheck disable=SC2086
dotnet build -c "$configuration" $dotnet_args || \
if [[ "$?" = "139" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
with:
dotnet-version: 6.0.x
- run: 'hooks/pre-commit'
- run: 'dotnet pack -p:SkipSonar=false'
- run: 'dotnet pack -p:SkipSonar=false -p:_IsPacking=true'
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Libplanet changelog
Version 5.1.2
-------------

To be released.
Released on July 17, 2024.

- Fix an issue where currency does not work correctly in dotnet6.
[[#3880]]
Expand Down

0 comments on commit 5ecafb7

Please sign in to comment.