Skip to content

Commit 6ef9a94

Browse files
committed
release: 6.0.0-preview.1
1 parent 876ec16 commit 6ef9a94

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CHANGELOG.md

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

3-
## Version 6.0.0
4-
5-
### BREAKING CHANGES
6-
7-
- This release adds support for .NET 10 and drops support for net8.0-android, net8.0-ios, net8.0-maccatalyst and net8.0-windows10.0.19041.0 ([#4461](https://github.com/getsentry/sentry-dotnet/pull/4461))
8-
- Added support for v3 of the Android AssemblyStore format that is used in .NET 10 and dropped support for v1 that was used in .NET 8 ([#4583](https://github.com/getsentry/sentry-dotnet/pull/4583))
9-
10-
## Unreleased
3+
## 6.0.0-preview.1
114

125
### Features
136

@@ -38,6 +31,13 @@
3831
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8220)
3932
- [diff](https://github.com/getsentry/sentry-java/compare/8.21.1...8.22.0)
4033

34+
## Version 6.0.0
35+
36+
### BREAKING CHANGES
37+
38+
- This release adds support for .NET 10 and drops support for net8.0-android, net8.0-ios, net8.0-maccatalyst and net8.0-windows10.0.19041.0 ([#4461](https://github.com/getsentry/sentry-dotnet/pull/4461))
39+
- Added support for v3 of the Android AssemblyStore format that is used in .NET 10 and dropped support for v1 that was used in .NET 8 ([#4583](https://github.com/getsentry/sentry-dotnet/pull/4583))
40+
4141
## 5.15.1
4242

4343
### Fixes

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>6.0.0</VersionPrefix>
4+
<VersionPrefix>6.0.0-preview.1</VersionPrefix>
55
<VersionSuffix>prerelease</VersionSuffix>
66
<LangVersion>13</LangVersion>
77
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>

0 commit comments

Comments
 (0)