devlooped / xunit.assemblyfixture

Provides per-assembly fixture state support for xunit
MIT License
26 stars 12 forks source link

Bump NuGetizer from 0.9.0 to 0.9.2 #14

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps NuGetizer from 0.9.0 to 0.9.2.

Release notes

Sourced from NuGetizer's releases.

v0.9.2

What's Changed

✨ Implemented enhancements

🔨 Other

New Contributors

Full Changelog: https://github.com/devlooped/nugetizer/compare/v0.9.1...v0.9.2

v0.9.1

Changelog

v0.9.1 (2022-11-16)

Full Changelog

:sparkles: Implemented enhancements:

  • When include in readme fails, log a warning #232

:bug: Fixed bugs:

  • NuGetizer is incompatible with SDK Pack DevelopmentDependency property #253

:hammer: Other:

  • Allow nugetize (non-build) tool for dotnet-tool projects #247

:twisted_rightwards_arrows: Merged:

Changelog

Sourced from NuGetizer's changelog.

v0.9.2 (2023-02-11)

Full Changelog

:sparkles: Implemented enhancements:

  • F# projects are not supported #191
  • Document support for packaging projects #55
  • Only surface build and analyzer from SponsorLink #286 (@​kzu)
  • Support Include/Exclude attributes from Dependency #285 (@​kzu)
  • Add SponsorLink to ensure ongoing development and maintenance #284 (@​kzu)
  • Pack runtime lib assets when inferring dependencies #282 (@​kzu)
  • PackageFile should be hidden from solution explorer #281 (@​kzu)
  • Ensure package metadata is populated before GetAssemblyVersion #280 (@​kzu)
  • Add NuGetPackageId metadata to target path item #273 (@​kzu)

:bug: Fixed bugs:

  • NuGetizer v0.9.1 packing reference assembly instead of real assembly #263

:twisted_rightwards_arrows: Merged:

v0.9.1 (2022-11-16)

Full Changelog

:sparkles: Implemented enhancements:

  • When include in readme fails, log a warning #232

:bug: Fixed bugs:

  • NuGetizer is incompatible with SDK Pack DevelopmentDependency property #253

:hammer: Other:

  • Allow nugetize (non-build) tool for dotnet-tool projects #247

:twisted_rightwards_arrows: Merged:

Commits
  • 2753406 Only surface build and analyzer from SponsorLink
  • 5fa3998 Support Include/Exclude attributes from Dependency
  • d6d9d89 Move format to last
  • baa0696 Fix formatting for analyzer
  • cda0531 Fix analyzer namespace, add missing sourcelink
  • d770fc9 Add SponsorLink to ensure ongoing development and maintenance
  • 7acc406 Pack runtime lib assets when inferring dependencies
  • c3994dd Reduce dependency surface on ThisAssembly, remove older local stuff
  • 094666e PackageFile should be hidden from solution explorer
  • 0862559 Ensure package metadata is populated before GetAssemblyVersion
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #15.