devlooped / nugetizer

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

Bump ThisAssembly.Strings from 1.2.14 to 1.3.0 #399

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps ThisAssembly.Strings from 1.2.14 to 1.3.0.

Release notes

Sourced from ThisAssembly.Strings's releases.

v1.3.0

What's Changed

✨ Implemented enhancements

Full Changelog: https://github.com/devlooped/ThisAssembly/compare/v1.2.15...v1.3.0

v1.2.15

What's Changed

✨ Implemented enhancements

Full Changelog: https://github.com/devlooped/ThisAssembly/compare/v1.2.14...v1.2.15

Changelog

Sourced from ThisAssembly.Strings's changelog.

v1.3.0 (2023-07-03)

Full Changelog

:sparkles: Implemented enhancements:

  • Use raw string literals if supported by the target language options #243
  • Use raw string literals if supported by the target language #244 (@​kzu)

:bug: Fixed bugs:

  • AssemblyDescriptionAttribute is not included in AssemblyInfoGenerator #234

v1.2.15 (2023-05-09)

Full Changelog

:sparkles: Implemented enhancements:

  • Add missing constant for AssemblyDescriptionAttribute #235 (@​kzu)
Commits
  • 087897e ⬆️ Bump files with dotnet-file sync
  • c805713 Bump Microsoft.NET.Test.Sdk from 17.6.1 to 17.6.3
  • 36b30aa Use raw string literals if supported by the target language
  • 7b2ea8d Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.1
  • 6cd96af Bump PolySharp from 1.13.1 to 1.13.2
  • 0acc337 Bump NuGetizer from 1.0.2 to 1.0.4
  • 096f220 🖉 Update changelog with v1.2.15
  • ea48dc5 Add missing constant for AssemblyDescriptionAttribute
  • 2728d3e Bump NuGetizer from 1.0.1 to 1.0.2
  • 48603be 🖉 Update changelog with v1.2.14
  • See full diff 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