-
-
Notifications
You must be signed in to change notification settings - Fork 10
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 1 NuGet dependencies #382
Update 1 NuGet dependencies #382
Conversation
Bumps Nerdbank.GitVersioning from 3.6.146 to 3.7.112</br> [version update] ###⚠️ This is an automated update.⚠️
WalkthroughThe pull request involves updating the version of the Changes
Possibly related PRs
Suggested labels
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (4)
📒 Files selected for processing (2)
🔇 Additional comments (2)nanoFramework.M2Mqtt.Core/packages.lock.json (1)
The Nerdbank.GitVersioning dependency has been correctly updated to version 3.7.112 with matching requested and resolved versions. Let's verify this is the latest stable version: ✅ Verification successfulVersion update is correct and matches the latest stable release The verification confirms that 3.7.112 is indeed the latest stable version available on NuGet, and there are no reported issues for this version in the GitHub repository. The update is safe and properly pinned. 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Verify the latest stable version of Nerdbank.GitVersioning
# and check for any known issues
# Check NuGet feed for latest version
curl -s https://api.nuget.org/v3-flatcontainer/nerdbank.gitversioning/index.json | jq -r '.versions[-1]'
# Look for any GitHub issues related to version 3.7.112
gh api graphql -f query='
{
search(query: "repo:dotnet/Nerdbank.GitVersioning is:issue 3.7.112", type: ISSUE, first: 5) {
nodes {
... on Issue {
title
state
labels(first: 5) {
nodes {
name
}
}
}
}
}
}'
Length of output: 439 M2Mqtt/packages.lock.json (1)
The Nerdbank.GitVersioning update matches the changes in nanoFramework.M2Mqtt.Core/packages.lock.json, with consistent content hash values. 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 (
|
Quality Gate passedIssues Measures |
Bumps Nerdbank.GitVersioning from 3.6.146 to 3.7.112
[version update]
Summary by CodeRabbit
Nerdbank.GitVersioning
from3.6.146
to3.7.112
in relevant package lock files.