Skip to content

Commit

Permalink
Merge pull request #21 from miquelbeltran/mb-upgrade-dependency
Browse files Browse the repository at this point in the history
fix: Upgrade to Raygun4Net 11.0.3
  • Loading branch information
ProRedCat committed Aug 7, 2024
2 parents 1e67193 + 9fa4c51 commit ac109da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGE-LOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Full Change Log for Raygun4Maui package

### v2.1.2
- Version bump to `Raygun4Net.NetCore v11.0.3`
- Fixes the null signature issue when Debug Symbols are set to None and the application is built in Release mode.

### v2.1.1
- Version bump to `Raygun4Net.NetCore v11.0.1`
- This marks the synchronous `Send()` methods as `Obsolete` which can cause deadlocks in MAUI if sending on the UI Thread
Expand Down
6 changes: 3 additions & 3 deletions Raygun4Maui/Raygun4Maui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>2.1.1</Version>
<PackageVersion>2.1.1</PackageVersion>
<Version>2.1.2</Version>
<PackageVersion>2.1.2</PackageVersion>
<Authors>Raygun</Authors>
<Company>Raygun</Company>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down Expand Up @@ -106,7 +106,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
<PackageReference Include="Mindscape.Raygun4Net.NetCore" Version="11.0.1" />
<PackageReference Include="Mindscape.Raygun4Net.NetCore" Version="11.0.3" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net7.0-android'">
Expand Down

0 comments on commit ac109da

Please sign in to comment.