Skip to content

Commit de96ba3

Browse files
github-actions[bot]web-flowjamescrosswell
authored
chore(deps): update Native SDK to v0.9.1 (#4309)
--------- Co-authored-by: GitHub <[email protected]> Co-authored-by: James Crosswell <[email protected]>
1 parent bba8d4c commit de96ba3

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/actions/environment/action.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ runs:
7373
shell: bash
7474
run: |
7575
pwd
76-
dotnet workload install \
77-
wasm-tools wasm-tools-net8 maui-android android mobile-librarybuilder \
78-
${{ runner.os == 'macOS' && 'maui-ios maui-maccatalyst maui-windows macos' || '' }} \
79-
${{ runner.os == 'Windows' && 'maui-ios maui-maccatalyst maui-windows' || '' }} \
76+
dotnet workload restore \
8077
--temp-dir "${{ runner.temp }}" \
8178
--skip-sign-check

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
- Added StartSpan and GetTransaction methods to the SentrySdk ([#4303](https://github.com/getsentry/sentry-dotnet/pull/4303))
88

9+
### Dependencies
10+
11+
- Bump Native SDK from v0.9.0 to v0.9.1 ([#4309](https://github.com/getsentry/sentry-dotnet/pull/4309))
12+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#091)
13+
- [diff](https://github.com/getsentry/sentry-native/compare/0.9.0...0.9.1)
14+
915
## 5.11.2
1016

1117
### Fixes

modules/sentry-native

Submodule sentry-native updated 68 files

0 commit comments

Comments
 (0)