-
-
Notifications
You must be signed in to change notification settings - Fork 2
Update 1 NuGet dependencies #232
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 #232
Conversation
Bumps Nerdbank.GitVersioning from 3.8.118 to 3.9.50</br> [version update] ###⚠️ This is an automated update.⚠️
WalkthroughUpdated the Nerdbank.GitVersioning NuGet package dependency from version 3.8.118 to 3.9.50 in the packages lock file, including corresponding changes to requested range, resolved version, and content hash values. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes
Possibly related PRs
Pre-merge checks and finishing touches✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (2)
nanoFramework.Aws.IoTCore.Devices/nanoFramework.Aws.IoTCore.Devices.nfprojis excluded by none and included by nonenanoFramework.Aws.IoTCore.Devices/packages.configis excluded by none and included by none
📒 Files selected for processing (1)
nanoFramework.Aws.IoTCore.Devices/packages.lock.json(1 hunks)
| "Nerdbank.GitVersioning": { | ||
| "type": "Direct", | ||
| "requested": "[3.8.118, 3.8.118]", | ||
| "resolved": "3.8.118", | ||
| "contentHash": "cRaG+ICcECG+CzbtQyUV2WftH7yl2B02AjYGGNScXx8TwYavZYwhCewBTiC0qTcsac7m6AzBUYna5xzBWmTGYw==" | ||
| "requested": "[3.9.50, 3.9.50]", | ||
| "resolved": "3.9.50", | ||
| "contentHash": "HtOgGF6jZ+WYbXnCUCYPT8Y2d6mIJo9ozjK/FINTRsXdm4Zgv9GehUMa7EFoGQkqrMcDJNOIDwCmENnvXg4UbA==" | ||
| } |
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.
🧩 Analysis chain
Verify compatibility and security status of Nerdbank.GitVersioning 3.9.50.
This dependency update bumps the version from 3.8.118 to 3.9.50 (a minor version jump). While lock file format and JSON syntax appear valid, verify that:
- No breaking changes were introduced in this minor version
- The version is free from known security vulnerabilities
- The update has been tested in the project's CI/CD pipeline
🌐 Web query:
What are the release notes and breaking changes for Nerdbank.GitVersioning versions 3.9.0 through 3.9.50?
💡 Result:
Short answer: There are no official stable "3.9.0 → 3.9.50" release notes or documented breaking-change entries on the project’s Releases page — the repository’s published releases on GitHub stop in the 3.8/3.7 series, and the 3.9.* builds visible on NuGet are prerelease builds (alpha) rather than formal GitHub releases. See the project releases page and the NuGet package listing for the available tags/versions. [1][2]
Sources:
- GitHub releases for dotnet/Nerdbank.GitVersioning (no stable 3.9.x release entries). [1]
- NuGet package listing showing 3.9.* prerelease versions (e.g. 3.9.37-alpha). [2]
If you want, I can:
- enumerate all 3.9.* prerelease package versions published to NuGet and copy their NuGet change notes (if any), or
- search the repository tags/commits between v3.8 and any 3.9.* tags to extract change details and potential breaking changes. Which would you prefer?
🌐 Web query:
Nerdbank.GitVersioning latest stable version security advisories
💡 Result:
Latest stable (non-prerelease) NuGet version: 3.8.118. [1][2]
Security advisories / known vulnerabilities: I found no public security advisories or CVEs for Nerdbank.GitVersioning; Snyk and NuGet/ProGet vulnerability scans report no known vulnerabilities. [3][4]
Sources:
- NuGet package page (3.8.118 stable). [1]
- NuGet profile showing newest prerelease (3.9.37-alpha) — indicates newer prerelease exists. [2]
- Snyk vulnerability listing (no direct vulnerabilities found). [3]
- NuGet/ProGet vulnerability view (no known vulnerabilities). [4]
Revert Nerdbank.GitVersioning to stable version 3.8.118.
The specified version 3.9.50 is a prerelease (alpha) build, while 3.8.118 is the latest stable version available. Production lock files should pin stable versions only. Revert this dependency to 3.8.118 unless prerelease was intentionally selected. No known security vulnerabilities exist for either version.
|



Bumps Nerdbank.GitVersioning from 3.8.118 to 3.9.50
[version update]
Summary by CodeRabbit