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

Commit 10a52e6

Browse files
authored
doc: fix package name on readme
1 parent cb27922 commit 10a52e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Sentry.PlatformAbstractions
1414

1515
| Package name | NuGet |
1616
| ----------------------------- | -------------------: |
17-
| **Sentry.Protocol** | [![NuGet](https://img.shields.io/nuget/vpre/Sentry.PlatformAbstractions.svg)](https://www.nuget.org/packages/Sentry.PlatformAbstractions) |
17+
| **Sentry.PlatformAbstractions** | [![NuGet](https://img.shields.io/nuget/vpre/Sentry.PlatformAbstractions.svg)](https://www.nuget.org/packages/Sentry.PlatformAbstractions) |
1818

1919
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/).
2020

0 commit comments

Comments
 (0)