diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 04d7376..28fe0fa 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -14,10 +14,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up .NET SDK - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v4 with: dotnet-version: '8.0' diff --git a/CHANGELOG.md b/CHANGELOG.md index 24bf920..c898095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,15 @@ This release addresses critical security issues identified by Cursor Bugbot code - Balance verification now correctly handles edge cases like "99.0" vs "100.0" - XDR boolean decoding now validates SCValType discriminant before extracting value +### Dependencies Updated +- `stellar-dotnet-sdk`: 13.0.0 → 14.0.1 +- `stellar-dotnet-sdk-xdr`: 13.0.0 → 14.0.1 +- `coverlet.collector`: 6.0.0 → 6.0.4 +- `Microsoft.NET.Test.Sdk`: 17.8.0 → 17.12.0 +- `xunit`: 2.9.2 → 2.9.3 +- `xunit.runner.visualstudio`: 2.5.3 → 3.0.2 +- GitHub Actions: `actions/checkout@v2` → `v4`, `actions/setup-dotnet@v1` → `v4` + --- ## [1.3.1] - 2025-12-03 diff --git a/ZkpSharp.Tests/ZkpSharp.Tests.csproj b/ZkpSharp.Tests/ZkpSharp.Tests.csproj index 052b7de..3677b2d 100644 --- a/ZkpSharp.Tests/ZkpSharp.Tests.csproj +++ b/ZkpSharp.Tests/ZkpSharp.Tests.csproj @@ -10,10 +10,10 @@ - - - - + + + + diff --git a/ZkpSharp/ZkpSharp.csproj b/ZkpSharp/ZkpSharp.csproj index 256b700..2f01b6b 100644 --- a/ZkpSharp/ZkpSharp.csproj +++ b/ZkpSharp/ZkpSharp.csproj @@ -21,8 +21,8 @@ - - + +