Zastai / MetaBrainz.MusicBrainz

Native .NET implementation of libmusicbrainz
MIT License
37 stars 9 forks source link

Bump MetaBrainz.Build.Sdk from 2.1.2 to 3.0.0 #51

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps MetaBrainz.Build.Sdk from 2.1.2 to 3.0.0.

Release notes

Sourced from MetaBrainz.Build.Sdk's releases.

3.0.0

This switches over to targeting only the last 2 LTS releases of .NET (so currently net6.0 and net8.0), dropping support for .NET Framework, .NET Standard and .NET Core.

📦 Dependency Updates

👻 Maintenance

  • Make the package a proper MSBuild SDK package @​Zastai
  • Don't force myself as copyright owner @​Zastai
    • This adds a new property, PackageCopyrightOwners that will be used in the package copyright string (defaulting to the Authors property)
  • Drop AppVeyor support (#17) @​Zastai
  • Use GH Actions for CI builds (#13) @​Zastai
Commits
  • 7ba3d9d Set version to 3.0.0 for release
  • 33e5f74 Merge pull request #17 from Zastai/drop-appveyor-support
  • 492ff19 Add Build workflow to initial project contents
  • 68154b9 Update default Dependabot config
  • 78f6a28 Update action versions
  • 91fce10 Drop AppVeyor config file
  • 0ffe302 Merge pull request #16 from Zastai/dependabot/github_actions/release-drafter/...
  • d753861 Merge pull request #14 from Zastai/dependabot/github_actions/actions/checkout-4
  • a3465bc Merge pull request #15 from Zastai/dependabot/github_actions/crazy-max/ghacti...
  • aaf64bc Bump release-drafter/release-drafter from 5.15.0 to 5.25.0
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 10 months ago

Superseded by #52.