We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ce523 commit 3e6dba5Copy full SHA for 3e6dba5
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 5.8.0-alpha.0
4
5
### Features
6
@@ -9,6 +9,7 @@
9
- `Sentry.AspNetCore`, enabled via `SentryAspNetCoreOptions.EnableLogs`
10
- `Sentry.Extensions.Logging`, enabled via `SentryLoggingOptions.EnableLogs`
11
- `Sentry.Maui`, enabled via `SentryMauiOptions.EnableLogs`
12
+
13
## 5.8.0
14
15
Directory.Build.props
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
- <VersionPrefix>5.8.0</VersionPrefix>
+ <VersionPrefix>5.8.0-alpha.0</VersionPrefix>
<LangVersion>13</LangVersion>
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
7
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
0 commit comments