Skip to content

Commit 93ebf9d

Browse files
committed
Merge branch 'main' of github.com:getsentry/sentry-dotnet into feat/ios-bindings
#the commit.
2 parents 9c548ec + 05287e0 commit 93ebf9d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,8 @@ For more details, please: **refer to the [documentation](https://getsentry.githu
8181
Sentry's [Raven SDK](https://github.com/getsentry/raven-csharp/) is still available, and recommended for use with .NET Framework 3.5 to 4.6.0.
8282

8383
## Resources
84-
8584
* [![Documentation](https://img.shields.io/badge/documentation-sentry.io-green.svg)](https://docs.sentry.io/platforms/dotnet/)
86-
* [![Forum](https://img.shields.io/badge/forum-sentry-green.svg)](https://forum.sentry.io/c/sdks)
85+
* [![Discussions](https://img.shields.io/github/discussions/getsentry/sentry-dotnet.svg)](https://github.com/getsentry/sentry-dotnet/discussions)
8786
* [![Discord Chat](https://img.shields.io/discord/621778831602221064?logo=discord&logoColor=ffffff&color=7389D8)](https://discord.gg/PXa5Apfe7K)
8887
* [![Stack Overflow](https://img.shields.io/badge/stack%20overflow-sentry-green.svg)](http://stackoverflow.com/questions/tagged/sentry)
8988
* [![Twitter Follow](https://img.shields.io/twitter/follow/getsentry?label=getsentry&style=social)](https://twitter.com/intent/follow?screen_name=getsentry)

src/Sentry.Maui/Sentry.Maui.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@
1313
<IsPackable Condition="!$([MSBuild]::IsOSPlatform('OSX'))">false</IsPackable>
1414

1515
<!-- Add a pre-release identifier for this package -->
16-
<Version>$(Version)-preview.1</Version>
16+
<Version>$(Version)-preview.2</Version>
1717

1818
<!--
19-
Imports MAUI dependencies.
19+
Imports MAUI dependencies, and sets the minimum compatible version.
2020
Requires the MAUI .NET workload to be installed with:
2121
dotnet workload install maui
2222
-->
2323
<UseMaui>true</UseMaui>
24+
<MauiVersion>6.0.312</MauiVersion>
2425

2526
<!--
2627
MAUI dependencies are not currently signed. See https://github.com/dotnet/maui/issues/749

0 commit comments

Comments
 (0)