Skip to content

Bump ConsoleAppFramework from 5.3.4 to 5.4.1#171

Merged
Freeesia merged 3 commits intomasterfrom
dependabot/nuget/ConsoleAppFramework-5.4.1
Aug 17, 2025
Merged

Bump ConsoleAppFramework from 5.3.4 to 5.4.1#171
Freeesia merged 3 commits intomasterfrom
dependabot/nuget/ConsoleAppFramework-5.4.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

Bumps ConsoleAppFramework from 5.3.4 to 5.4.1.

Release notes

Sourced from ConsoleAppFramework's releases.

v.5.4.1

What's Changed

Full Changelog: Cysharp/ConsoleAppFramework@5.4.0...5.4.1

Ver.5.4.0

Improvement:

  • Added support for argument escaping using --
  • Added CommandArguments and EscapedArguments properties to ConsoleAppContext

Breaking Changes:

The supported language version has been updated to C# 13. When using with .NET 8, you need to explicitly specify the LangVersion in your project file:

<PropertyGroup>
    <TargetFramework>net8.0</TargetFramework>
    <LangVersion>13</LangVersion>
</PropertyGroup>

What's Changed

New Contributors

Full Changelog: Cysharp/ConsoleAppFramework@5.3.4...5.4.0

Commits
  • 511e725 Merge pull request #168 from filzrev/chore-update-tests
  • e78109b Merge pull request #167 from filzrev/fix-generatedcode-line-endings
  • c4a86c0 chore: modify GeneratorSandbox project launch settings
  • 0259c36 chore: fix test codes
  • 5247872 chore: update xunit version to v3
  • ccb9abd fix: replace line endings of generated code
  • 5e8e7a2 Merge pull request #166 from filzrev/fix-failed-test-issue-when-disable-autocrlf
  • 077ca44 Merge pull request #165 from filzrev/chore-add-editorconfig-settings
  • 2a82c0a chore: remove extra spaces
  • b042191 fix: tests failed when disable autocrlf
  • 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 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)

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

Bumps [ConsoleAppFramework](https://github.com/Cysharp/ConsoleAppFramework) from 5.3.4 to 5.4.1.
- [Release notes](https://github.com/Cysharp/ConsoleAppFramework/releases)
- [Commits](Cysharp/ConsoleAppFramework@5.3.4...5.4.1)

---
updated-dependencies:
- dependency-name: ConsoleAppFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 24, 2025
@Freeesia Freeesia merged commit 1eea3d2 into master Aug 17, 2025
2 checks passed
@Freeesia Freeesia deleted the dependabot/nuget/ConsoleAppFramework-5.4.1 branch August 17, 2025 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant