Skip to content

Commit

Permalink
Merge branch 'release/3.39.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Sep 12, 2023
2 parents 95a0ba7 + eaa2282 commit 0646b3e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<Version>3.39.0</Version>
<Version>3.39.1</Version>
<LangVersion>11</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory).assets\Sentry.snk</AssemblyOriginatorKeyFile>
Expand Down
1 change: 1 addition & 0 deletions Sentry-CI-Build-macOS.slnf
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 0 additions & 2 deletions scripts/generate-solution-filters-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ filterConfigs:
- "modules/perfview/**/TraceEvent.csproj"
- "modules/perfview/**/FastSerialization.csproj"
exclude:
groups:
- "windowsOnly"
patterns:
- "**/*AndroidTestApp.csproj"
- "**/*DeviceTests*.csproj"
Expand Down

0 comments on commit 0646b3e

Please sign in to comment.