diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dc2d15e0c..6cc5ac8e26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ - Bump CLI from v2.20.6 to v2.20.7 ([#2604](https://github.com/getsentry/sentry-dotnet/pull/2604)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2207) - [diff](https://github.com/getsentry/sentry-cli/compare/2.20.6...2.20.7) +## 3.39.1 + +### Fixes + +- Added Sentry.AspNet.csproj back to Sentry-CI-Build-macOS.slnf ([#2612](https://github.com/getsentry/sentry-dotnet/pull/2612)) ## 3.39.0 diff --git a/Directory.Build.props b/Directory.Build.props index 4a19f0def8..b291423bd1 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 3.39.0 + 3.39.1 11 true $(MSBuildThisFileDirectory).assets\Sentry.snk diff --git a/Sentry-CI-Build-macOS.slnf b/Sentry-CI-Build-macOS.slnf index b8af0f930d..ac9978d4f2 100644 --- a/Sentry-CI-Build-macOS.slnf +++ b/Sentry-CI-Build-macOS.slnf @@ -31,6 +31,7 @@ "samples\\Sentry.Samples.OpenTelemetry.Console\\Sentry.Samples.OpenTelemetry.Console.csproj", "samples\\Sentry.Samples.Serilog\\Sentry.Samples.Serilog.csproj", "src\\Sentry.Android.AssemblyReader\\Sentry.Android.AssemblyReader.csproj", + "src\\Sentry.AspNet\\Sentry.AspNet.csproj", "src\\Sentry.AspNetCore.Grpc\\Sentry.AspNetCore.Grpc.csproj", "src\\Sentry.AspNetCore\\Sentry.AspNetCore.csproj", "src\\Sentry.AzureFunctions.Worker\\Sentry.AzureFunctions.Worker.csproj", diff --git a/scripts/generate-solution-filters-config.yaml b/scripts/generate-solution-filters-config.yaml index 61c2f8790a..9ef792e9fb 100644 --- a/scripts/generate-solution-filters-config.yaml +++ b/scripts/generate-solution-filters-config.yaml @@ -48,8 +48,6 @@ filterConfigs: - "modules/perfview/**/TraceEvent.csproj" - "modules/perfview/**/FastSerialization.csproj" exclude: - groups: - - "windowsOnly" patterns: - "**/*AndroidTestApp.csproj" - "**/*DeviceTests*.csproj"