devlooped / nugetizer

A simple to understand packing model for authoring NuGet packages
https://clarius.org/nugetizer/
MIT License
258 stars 7 forks source link

Bump ThisAssembly from 1.0.10 to 1.2.1 #276

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps ThisAssembly from 1.0.10 to 1.2.1.

Release notes

Sourced from ThisAssembly's releases.

v1.2.1

What's Changed

✨ Implemented enhancements

Full Changelog: https://github.com/devlooped/ThisAssembly/compare/v1.2.0...v1.2.1

v1.2.0

What's Changed

✨ Implemented enhancements

🐛 Fixed bugs

Full Changelog: https://github.com/devlooped/ThisAssembly/compare/v1.1.3...v1.2.0

v1.2.0-rc.1

Using multiple ThisAssembly packages should not result in a whole bunch of warnings which are basically duplicates.

image

Full Changelog: https://github.com/devlooped/ThisAssembly/compare/v1.2.0-rc...v1.2.0-rc.1

v1.2.0-rc

What's Changed

✨ Implemented enhancements

Full Changelog: https://github.com/devlooped/ThisAssembly/compare/v1.2.0-beta...v1.2.0-rc

... (truncated)

Changelog

Sourced from ThisAssembly's changelog.

v1.2.1 (2023-01-28)

Full Changelog

:sparkles: Implemented enhancements:

  • Bump to more optimal sponsorlink checks #180 (@​kzu)

:bug: Fixed bugs:

  • Duplicate ProjectProperty items cause build failure #172

v1.2.0 (2023-01-28)

Full Changelog

:sparkles: Implemented enhancements:

  • Deduplicate project properties before generation #178 (@​kzu)
  • Don't generate duplicate code for localized resources #177 (@​kzu)
  • When building locally, default branch to HEAD #176 (@​kzu)
  • Add ThisAssembly.Git to ThisAssembly meta-package #174 (@​kzu)

:bug: Fixed bugs:

  • ThisAssembly.Strings doesn't cope well with localized resx #173
  • Fix missing source link information in ThisAssembly.Git #175 (@​kzu)

v1.2.0-rc.1 (2023-01-28)

Full Changelog

v1.2.0-rc (2023-01-25)

Full Changelog

:sparkles: Implemented enhancements:

  • Add ThisAssembly.Git #69
  • Add ThisAssembly.Git, leveraging Microsoft.SourceLink and ThisAssembly.Constants #169 (@​kzu)
  • Allow constants to request a root area different than Constants #168 (@​kzu)
  • Improve Path Sanitization #161 (@​viceroypenguin)

:bug: Fixed bugs:

  • Compilation fails when resource file is name Resources.resx #167

v1.2.0-beta (2023-01-24)

Full Changelog

... (truncated)

Commits
  • 0e56ddf Bump to more optimal sponsorlink checks
  • 7cd064e 🖉 Update changelog with v1.2.0
  • 0f01535 Deduplicate project properties before generation
  • 1eb951d Don't generate duplicate code for localized resources
  • f6f9a0a When building locally, default branch to HEAD
  • f9939f8 Fix missing source link information in ThisAssembly.Git
  • 8b0a1be Add ThisAssembly.Git to ThisAssembly meta-package
  • 740f10d 🖉 Update changelog with v1.2.0-rc.1
  • be7f615 Update to SponsorLink 0.7.0
  • 911008b +Mᐁ includes
  • 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 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)
kzu commented 1 year ago

@dependabot recreate

dependabot[bot] commented 1 year ago

Superseded by #277.