Skip to content

Commit 3e6dba5

Browse files
committed
release: 5.8.0-alpha.0
1 parent d9ce523 commit 3e6dba5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 5.8.0-alpha.0
44

55
### Features
66

@@ -9,6 +9,7 @@
99
- `Sentry.AspNetCore`, enabled via `SentryAspNetCoreOptions.EnableLogs`
1010
- `Sentry.Extensions.Logging`, enabled via `SentryLoggingOptions.EnableLogs`
1111
- `Sentry.Maui`, enabled via `SentryMauiOptions.EnableLogs`
12+
1213
## 5.8.0
1314

1415
### Features

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<VersionPrefix>5.8.0</VersionPrefix>
4+
<VersionPrefix>5.8.0-alpha.0</VersionPrefix>
55
<LangVersion>13</LangVersion>
66
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
77
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

0 commit comments

Comments
 (0)