Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ThisAssembly.AssemblyInfo from 1.4.3 to 1.5.0 in the thisassembly group #353

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2024

Bumps the thisassembly group with 1 update: ThisAssembly.AssemblyInfo.

Updates ThisAssembly.AssemblyInfo from 1.4.3 to 1.5.0

Release notes

Sourced from ThisAssembly.AssemblyInfo's releases.

v1.5.0

Starting in v1.5, ThisAssembly now adopts SponsorLink v2.

What's Changed

✨ Implemented enhancements

🐛 Fixed bugs

🔨 Other

New Contributors

Full Changelog: devlooped/ThisAssembly@v1.4.3...v1.5.0

v1.5.0-rc.3

What's Changed

✨ Implemented enhancements

Full Changelog: devlooped/ThisAssembly@v1.5.0-rc.2...v1.5.0-rc.3

v1.5.0-rc.2

What's Changed

✨ Implemented enhancements

Full Changelog: devlooped/ThisAssembly@v1.5.0-rc.1...v1.5.0-rc.2

v1.5.0-rc.1

Full Changelog: devlooped/ThisAssembly@v1.5.0-rc...v1.5.0-rc.1

... (truncated)

Changelog

Sourced from ThisAssembly.AssemblyInfo's changelog.

v1.5.0 (2024-07-24)

Full Changelog

v1.5.0-rc.3 (2024-07-23)

Full Changelog

✨ Implemented enhancements:

  • Detect metapackage as direct dependency too #360 (@​kzu)

v1.5.0-rc.2 (2024-07-23)

Full Changelog

✨ Implemented enhancements:

  • Add support for setting ThisAssembly namespace #211
  • Add support for ThisAssemblyNamespace to change root namespace #354 (@​kzu)

v1.5.0-rc.1 (2024-07-21)

Full Changelog

v1.5.0-rc (2024-07-08)

Full Changelog

🐛 Fixed bugs:

  • ThisAssembly.Git exception when project has Git submodule #303

v1.5.0-beta (2024-07-08)

Full Changelog

✨ Implemented enhancements:

  • Allow format strings in ThisAssembly.Strings #299
  • Allow format strings in ThisAssembly.Strings #313 (@​kzu)
  • Simplify and redesign ThisAssembly.Metadata as a special case of Constants #312 (@​kzu)

🐛 Fixed bugs:

  • Constants and Metadata values containing semicolon lose data after first semicolon #319
  • If resx string contains newlines, default comment breaks codegen #308
  • ThisAssembly is unusable in old-style NetFX projects. error CS0122: 'ThisAssembly' is inaccessible due to its protection level #301
  • ThisAssembly.Resources causes IL3000 warnings when publishing for AOT compilation in .NET 8 #279
  • Fails for assembly metadata containing . #247

... (truncated)

Commits
  • 71c1835 ⬆️ Bump files with dotnet-file sync
  • 026ee06 Detect metapackage as direct dependency too
  • 98d36f5 ⬆️ Bump files with dotnet-file sync
  • 39d0459 ⬆️ Bump files with dotnet-file sync
  • 1116c8d Remove solution items from solution
  • b705bdc ⬆️ Bump files with dotnet-file sync
  • 7427eb1 +Mᐁ includes
  • 2d8949b Add support for ThisAssemblyNamespace to change root namespace
  • ccc5f4a Fix whitespace in test project
  • 61baad0 Bump Microsoft.IdentityModel.JsonWebTokens
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@kzu
Copy link
Member

kzu commented Sep 10, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/nuget/thisassembly-064d321220 branch from f797234 to ea16322 Compare September 10, 2024 17:25
Bumps the thisassembly group with 1 update: [ThisAssembly.AssemblyInfo](https://github.com/devlooped/ThisAssembly).


Updates `ThisAssembly.AssemblyInfo` from 1.4.3 to 1.5.0
- [Release notes](https://github.com/devlooped/ThisAssembly/releases)
- [Changelog](https://github.com/devlooped/ThisAssembly/blob/main/changelog.md)
- [Commits](devlooped/ThisAssembly@v1.4.3...v1.5.0)

---
updated-dependencies:
- dependency-name: ThisAssembly.AssemblyInfo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: thisassembly
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/thisassembly-064d321220 branch from ea16322 to a8e5729 Compare September 11, 2024 10:03
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 30, 2024

Superseded by #358.

@dependabot dependabot bot closed this Sep 30, 2024
@dependabot dependabot bot deleted the dependabot/nuget/thisassembly-064d321220 branch September 30, 2024 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant