Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit cb27922

Browse files
authored
doc: NuGet package badge
1 parent e900329 commit cb27922

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Sentry.PlatformAbstractions
1212
[![AppVeyor](https://ci.appveyor.com/api/projects/status/arv807179rg9sg1r/branch/master?svg=true)](https://ci.appveyor.com/project/sentry/sentry-dotnet-platform-abstractions/branch/master)
1313

1414

15+
| Package name | NuGet |
16+
| ----------------------------- | -------------------: |
17+
| **Sentry.Protocol** | [![NuGet](https://img.shields.io/nuget/vpre/Sentry.PlatformAbstractions.svg)](https://www.nuget.org/packages/Sentry.PlatformAbstractions) |
18+
1519
The goal of this package is to simplify the [.NET SDK](https://github.com/getsentry/sentry-dotnet/) by leaving the messy `#ifdefs`, platform specific code (operating system, runtime, etc) out into its own library. It also helps by allowing us to share code between the [new .NET SDK](https://github.com/getsentry/sentry-dotnet/) and the [current .NET SDK](https://github.com/getsentry/raven-csharp/).
1620

1721
Most of the platform information used by the SDK goes to Sentry's [Context Interface](https://docs.sentry.io/clientdev/interfaces/contexts/). When implementing this on SharpRaven it was clear that to get reliable information is not as trivial as it seems. This repo is an attempt to create a package which will provide reliable information in different types of apps.

0 commit comments

Comments
 (0)