Skip to content

Commit

Permalink
bump dotnet 3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia committed Sep 10, 2021
1 parent 5e9e4f3 commit 0a587a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
### Fixes

- screenshot extension ([#81](https://github.com/getsentry/sentry-xamarin/pull/81))
- Update Sentry.NET SDK to 3.9.2 ([#84](https://github.com/getsentry/sentry-xamarin/pull/84))
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/3.9.2/CHANGELOG.md)
- [diff](https://github.com/getsentry/sentry-dotnet/compare/3.9.1...3.9.2)

## 1.3.0

Expand Down
3 changes: 2 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Sentry" Version="3.9.1" />
<PackageReference Include="Sentry" Version="3.9.2" />
<PackageReference Include="Roslynator.Analyzers" Version="3.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="3.3.1" PrivateAssets="All" />
<PackageReference Include="UnoptimizedAssemblyDetector" Version="0.1.1" PrivateAssets="All" />
</ItemGroup>

</Project>

0 comments on commit 0a587a9

Please sign in to comment.