diff --git a/CHANGELOG.md b/CHANGELOG.md index 06483e2350..1036f19f30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Unreleased + +### Features + +- `Sentry.Profiling` is now packaged to be uploaded to nuget.org ([#2800](https://github.com/getsentry/sentry-dotnet/pull/2800)) + ## 4.0.0-beta.0 ### Fixes diff --git a/src/Sentry.Profiling/Sentry.Profiling.csproj b/src/Sentry.Profiling/Sentry.Profiling.csproj index 3ebc7344d4..cafda383c6 100644 --- a/src/Sentry.Profiling/Sentry.Profiling.csproj +++ b/src/Sentry.Profiling/Sentry.Profiling.csproj @@ -2,10 +2,8 @@ - net6.0 + net8.0;net6.0 $(PackageTags);Profiling;Diagnostic - - false Performance profiling support for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time. @@ -15,8 +13,10 @@ - - + + + + @@ -24,4 +24,17 @@ + + + + + + + + + + true + lib\$(TargetFramework) + + diff --git a/test/Sentry.Profiling.Tests/Sentry.Profiling.Tests.csproj b/test/Sentry.Profiling.Tests/Sentry.Profiling.Tests.csproj index 9129d77bb8..c0e121a262 100644 --- a/test/Sentry.Profiling.Tests/Sentry.Profiling.Tests.csproj +++ b/test/Sentry.Profiling.Tests/Sentry.Profiling.Tests.csproj @@ -9,4 +9,12 @@ + + + + + + + +