Skip to content

Commit ead603d

Browse files
chore(deps): update .NET SDK to v5.11.2 (#2214)
1 parent 5f52e04 commit ead603d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/sdk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Get submodule status
6060
run: git submodule status --cached ${{ steps.env.outputs.submodules }} | tee submodules-status
6161

62-
- run: cp -r package-dev/Plugins/${TARGET} sdk-static || echo "never mind, no files checked in..."
62+
- run: cp -r package-dev/Plugins/${{ env.TARGET }} sdk-static || echo "never mind, no files checked in..."
6363
shell: bash
6464

6565
- name: Restore from cache
@@ -89,7 +89,7 @@ jobs:
8989
if: steps.cache.outputs.cache-hit != 'true'
9090
run: |
9191
git submodule update --init --recursive ${{ steps.env.outputs.submodules }}
92-
dotnet msbuild /t:Build${TARGET}SDK /p:Configuration=Release /p:OutDir=other src/Sentry.Unity
92+
dotnet msbuild /t:Build${{ env.TARGET }}SDK /p:Configuration=Release /p:OutDir=other src/Sentry.Unity
9393
9494
- name: Upload build logs on failure
9595
if: ${{ failure() }}

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
### Dependencies
1515

16-
- Bump .NET SDK from v5.7.0-beta.0 to v5.11.1 ([#2154](https://github.com/getsentry/sentry-unity/pull/2154), [#2188](https://github.com/getsentry/sentry-unity/pull/2188), [#2207](https://github.com/getsentry/sentry-unity/pull/2207))
17-
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#5111)
18-
- [diff](https://github.com/getsentry/sentry-dotnet/compare/5.7.0-beta.0...5.11.1)
16+
- Bump .NET SDK from v5.7.0-beta.0 to v5.11.2 ([#2154](https://github.com/getsentry/sentry-unity/pull/2154), [#2188](https://github.com/getsentry/sentry-unity/pull/2188), [#2207](https://github.com/getsentry/sentry-unity/pull/2207), [#2214](https://github.com/getsentry/sentry-unity/pull/2214))
17+
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#5112)
18+
- [diff](https://github.com/getsentry/sentry-dotnet/compare/5.7.0-beta.0...5.11.2)
1919
- Bump Java SDK from v8.11.1 to v8.14.0 ([#2155](https://github.com/getsentry/sentry-unity/pull/2155), [#2199](https://github.com/getsentry/sentry-unity/pull/2199))
2020
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8140)
2121
- [diff](https://github.com/getsentry/sentry-java/compare/8.11.1...8.14.0)

0 commit comments

Comments
 (0)