Skip to content

release: v1.0.7 — fix README rendering on nuget.org#11

Merged
teghoz merged 4 commits into
mainfrom
develop
May 24, 2026
Merged

release: v1.0.7 — fix README rendering on nuget.org#11
teghoz merged 4 commits into
mainfrom
develop

Conversation

@teghoz

@teghoz teghoz commented May 24, 2026

Copy link
Copy Markdown
Owner

Release v1.0.7

Changes

  • Replace HTML tags (<p>, <img>, <a>) with standard markdown in README — nuget.org does not render HTML
  • Add resized logo (assets/logo-sm.png, 180x180) for README display — standard markdown has no width attribute
  • Use absolute raw.githubusercontent.com URL so the logo renders on both GitHub and nuget.org
  • Bump version from 1.0.6 to 1.0.7

Context

The root README is shared across all NuGet packages via PackageReadmeFile. The previous HTML-based logo and badge were rendering as raw text on nuget.org package pages.

teghoz added 4 commits May 24, 2026 10:03
…ering

NuGet's markdown renderer does not support HTML tags like <p> and <img>.
Replace with standard markdown syntax and use absolute GitHub URLs for
images so they render correctly on both GitHub and nuget.org.
The full-size logo (1254x1254) renders too large in both GitHub and
nuget.org since standard markdown has no width attribute. Use a
dedicated 180px version (logo-sm.png) for the README while keeping
the original for the NuGet package icon.
fix: replace HTML with standard markdown in README for nuget.org rendering
@teghoz teghoz self-assigned this May 24, 2026
@teghoz teghoz merged commit 8e4257a into main May 24, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant