docs: add NuGet version badge (queued for first release)#102
Closed
Reefact wants to merge 1 commit into
Closed
Conversation
Add a NuGet badge to the Package row, before the .NET Standard badge. It uses shields.io's `nuget/vpre` endpoint, which reports the latest version INCLUDING pre-releases, so it will resolve the first preview package rather than showing "no stable release" until a stable version ships. This change is stacked on the badge-table branch and is meant to land only once the package is actually published and indexed on nuget.org; merged before that, the badge would render "not found". Mirrored in the French translation (doc/README.fr.md). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014W1zrcBNy3jEs8ngAQKwZg
Owner
Author
|
Folded into #101 as requested — the NuGet badge now lives on that PR instead of a separate stacked one. Closing this draft. Generated by Claude Code |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a NuGet badge to the Package row of the README badge table (before the .NET Standard badge). It uses shields.io's
nuget/vpreendpoint so it resolves the latest version including pre-releases — i.e. it will show the first-previewpackage instead of "no stable release".Merge order (stacked PR)
This PR is stacked on top of #101 (base branch
claude/readme-badges-table), because the Package row it edits only exists once #101's grouped-table change lands.main(diff becomes just the NuGet badge line).Type of change
Changes
[[NuGet](https://img.shields.io/nuget/vpre/FirstClassErrors?logo=nuget)](https://www.nuget.org/packages/FirstClassErrors)to the Package row.doc/README.fr.md).Testing
dotnet build FirstClassErrors.slndotnet test FirstClassErrors.slnFirstClassErrors.Analyzers.UnitTests)Documentation-only change (Markdown); no build or test commands were run.
Documentation
doc/updateddoc/README.fr.md) updated if user-facing behavior changedRelated issues
🤖 Generated with Claude Code
https://claude.ai/code/session_014W1zrcBNy3jEs8ngAQKwZg
Generated by Claude Code