Skip to content

⬆️ bumb dependencies #4

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

Merged
merged 1 commit into from
Oct 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Codebelt.Extensions.Xunit.App" Version="9.0.0-preview.4" />
<PackageReference Include="Codebelt.Extensions.Xunit.App" Version="9.0.0-preview.8" />
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codebase verification

Changelog Missing for Codebelt.Extensions.Xunit.App version 9.0.0-preview.8

No changelog entry found for version 9.0.0-preview.8. Please verify manually to ensure there are no breaking changes or new features that might affect your tests.

🔗 Analysis chain

LGTM! Consider reviewing the changelog for any breaking changes.

The update of Codebelt.Extensions.Xunit.App from version 9.0.0-preview.4 to 9.0.0-preview.8 aligns with the PR objectives and seems appropriate. This change should enhance the testing capabilities with the latest features.

To ensure a smooth transition, please review the changelog for any breaking changes or new features that might affect your tests. You can use the following command to check for changelogs or release notes:

If no local changelog is found, consider checking the project's GitHub repository or NuGet page for release information.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Search for changelog or release notes for Codebelt.Extensions.Xunit.App
rg -i "changelog|release notes" $(fd -g "*Codebelt.Extensions.Xunit.App*" -t d)

Length of output: 421


Script:

#!/bin/bash
# Search for release notes or documentation related to version 9.0.0-preview.8
rg -i "9\.0\.0-preview\.8" RELEASE_NOTES.md
rg -i "9\.0\.0-preview\.8" docs/
rg -i "version\s*9\.0\.0-preview\.8" *.md

Length of output: 245

</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="Cuemon.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json" Version="9.0.0-preview.7" />
<PackageReference Include="Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json" Version="9.0.0-preview.9" />
<PackageReference Include="Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml" Version="9.0.0-preview.9" />
<PackageReference Include="Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml" Version="9.0.0-preview.1" />
<PackageReference Include="Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml" Version="9.0.0-preview.3" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading