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
+ ## 3.1.0
4
4
5
5
### Features
6
6
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <Version >3.0.2 </Version >
3
+ <Version >3.1.0 </Version >
4
4
<LangVersion >12</LangVersion >
5
5
<Nullable >enable</Nullable >
6
6
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Sentry SDK for Unity
17
17
18
18
Install it via ` UPM ` :
19
19
```
20
- https://github.com/getsentry/unity.git#3.0.2
20
+ https://github.com/getsentry/unity.git#3.1.0
21
21
```
22
22
23
23
## Documentation
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ This is the UPM package for the Sentry SDK for Unity.
15
15
16
16
Install it via ` UPM ` :
17
17
```
18
- https://github.com/getsentry/unity.git#3.0.2
18
+ https://github.com/getsentry/unity.git#3.1.0
19
19
```
20
20
21
21
## Source code
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " io.sentry.unity" ,
3
- "version" : " 3.0.2 " ,
3
+ "version" : " 3.1.0 " ,
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