-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Update libraries to latest stable versions - PdfPig to v.0.1.9 and Microsoft.Extensions.Http to v.8.0.1 #467
Conversation
…th latest stable versions)
WalkthroughThe changes involve updates to the version numbers of two package dependencies in the Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Outside diff range and nitpick comments (1)
src/Directory.Packages.props (1)
58-58
: Consider updating Microsoft.Extensions.DependencyInjection.AbstractionsWhile reviewing the package updates, I noticed that
Microsoft.Extensions.DependencyInjection.Abstractions
is currently at version 8.0.2. Since we're updating other Microsoft.Extensions packages, it might be worth considering an update to this package as well for consistency.Would you like me to prepare a diff to update this package version as well?
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (1)
- src/Directory.Packages.props (2 hunks)
🧰 Additional context used
🔇 Additional comments (3)
src/Directory.Packages.props (3)
62-62
: Consider updating Microsoft.Extensions.Options.ConfigurationExtensionsIn line with updating other Microsoft.Extensions packages, it's worth noting that
Microsoft.Extensions.Options.ConfigurationExtensions
is currently at version 8.0.0. For consistency across the Microsoft.Extensions packages, you might want to consider updating this to the latest patch version if available.To check if there's a newer patch version available, please run the following script:
If a newer patch version is available, would you like me to prepare a diff to update this package version as well?
60-60
: Microsoft.Extensions.Http package updated to version 8.0.1The Microsoft.Extensions.Http package has been updated from version 8.0.0 to 8.0.1. This patch version update is likely to include bug fixes and minor improvements.
To ensure there are no breaking changes or significant updates that require attention, please run the following script:
Please review the output to ensure that our usage of Microsoft.Extensions.Http is compatible with any changes in version 8.0.1.
45-45
: PdfPig package updated to version 0.1.9The PdfPig package has been updated from version 0.1.8 to 0.1.9. This minor version update is likely to include bug fixes and small improvements.
To ensure there are no breaking changes or significant updates that require attention, please run the following script:
Please review the output to ensure that our usage of PdfPig is compatible with any changes in version 0.1.9.
Closes #468
Summary by CodeRabbit
PdfPig
upgraded from0.1.8
to0.1.9
Microsoft.Extensions.Http
upgraded from8.0.0
to8.0.1