Skip to content

Commit

Permalink
ref(craft): Modernize Craft config (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK authored Jun 2, 2021
1 parent a45e222 commit 92dd408
Showing 1 changed file with 11 additions and 43 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:

0 comments on commit 92dd408

Please sign in to comment.