Skip to content

Commit

Permalink
Merge branch 'main' into bug/hub-is-enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
semuserable authored Jun 3, 2021
2 parents 1ed456b + 92dd408 commit 71a011e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 46 deletions.
54 changes: 11 additions & 43 deletions .craft.yml
Original file line number Diff line number Diff line change
@@ -1,48 +1,16 @@
minVersion: '0.13.2'
github:
owner: getsentry
repo: sentry-dotnet
minVersion: 0.23.1
changelogPolicy: auto
statusProvider:
name: github
artifactProvider:
name: github
targets:
- name: nuget
- name: github
- name: registry
type: sdk
config:
canonical: "nuget:Sentry"
- name: registry
type: sdk
config:
canonical: "nuget:Sentry.Extensions.Logging"
- name: registry
type: sdk
config:
canonical: "nuget:Sentry.AspNetCore"
- name: registry
type: sdk
config:
canonical: "nuget:Sentry.AspNetCore.Grpc"
- name: registry
type: sdk
config:
canonical: "nuget:Sentry.AspNet"
- name: registry
type: sdk
config:
canonical: "nuget:Sentry.EntityFramework"
- name: registry
type: sdk
config:
canonical: "nuget:Sentry.Log4Net"
- name: registry
type: sdk
config:
canonical: "nuget:Sentry.Serilog"
- name: registry
type: sdk
config:
canonical: "nuget:Sentry.NLog"
sdks:
nuget:Sentry:
nuget:Sentry.Extensions.Logging:
nuget:Sentry.AspNetCore:
nuget:Sentry.AspNetCore.Grpc:
nuget:Sentry.AspNet:
nuget:Sentry.EntityFramework:
nuget:Sentry.Log4Net:
nuget:Sentry.Serilog:
nuget:Sentry.NLog:
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 3.4.0

### Features

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.4.0-beta.0</Version>
<Version>3.4.0</Version>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AssemblyOriginatorKeyFile>../../.assets/Sentry.snk</AssemblyOriginatorKeyFile>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ For more details, please: **refer to the [documentation](https://getsentry.githu

### Legacy frameworks

Sentry's [Raven SDK](https://github.com/getsentry/raven-csharp/), battle tested with over 2.500.000 downloads on NuGet has support to .NET Framework 3.5+.
Sentry's [Raven SDK](https://github.com/getsentry/raven-csharp/), battle tested with over 3.500.000 downloads on NuGet has support to .NET Framework 3.5+ and is compatible with all versions of Sentry including [sentry.io](sentry.io).

## Resources

Expand Down

0 comments on commit 71a011e

Please sign in to comment.