File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## 0.4.1
4
4
5
5
- Bump dotnet 3.8.1 persisted session logging ([ #258 ] ( https://github.com/getsentry/sentry-unity/pull/258 ) )
6
6
- Persisted Sessions logging ([ #1125 ] ( https://github.com/getsentry/sentry-dotnet/pull/1125 ) )
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
3
<PropertyGroup >
4
- <Version >0.4.0 </Version >
4
+ <Version >0.4.1 </Version >
5
5
<LangVersion >9</LangVersion >
6
6
<Nullable >enable</Nullable >
7
7
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Sentry SDK for Unity
13
13
14
14
Install it via ` UPM ` :
15
15
```
16
- https://github.com/getsentry/unity.git#0.4.0
16
+ https://github.com/getsentry/unity.git#0.4.1
17
17
```
18
18
19
19
## Documentation
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This is the UPM package for the Sentry SDK for Unity.
12
12
13
13
Install it via ` UPM ` :
14
14
```
15
- https://github.com/getsentry/unity.git#0.4.0
15
+ https://github.com/getsentry/unity.git#0.4.1
16
16
```
17
17
18
18
## Source code
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " io.sentry.unity" ,
3
- "version" : " 0.4.0 " ,
3
+ "version" : " 0.4.1 " ,
4
4
"displayName" : " Sentry Unity" ,
5
5
"description" : " Sentry SDK for Unity" ,
6
6
"unity" : " 2019.4" ,
You can’t perform that action at this time.
0 commit comments