jsakamoto / Toolbelt.Blazor.HeadElement

Head element support (change the document title, "meta" elements such as OGP, and "link" elements) for Blazor apps.
https://demo-blazor-headelement.azurewebsites.net/
Mozilla Public License 2.0
158 stars 11 forks source link

Changelogs not found #31

Closed thepra closed 2 years ago

thepra commented 2 years ago

Hi, I was just wondering if you have any place where I could look up the changelog of each new release of the library, there's such place? Otherwise I just wonder what was done behind the scenes when I upgrade such library.

jsakamoto commented 2 years ago

@thepra Sorry for the late reply!

Actually, there are release notes for each NuGet package about the "Blazor Head Element". Please see the following links.

And the "nuget.org" site has a "Release Notes" view for each NuGet package.

image

The guiding line of the "Release Notes" view on the nuget.org site said that only the latest changelog should be described on the "Release notes" view, so I've followed it.

Anyway, I agree that those release notes are not easy to access. So I would like to improve the accessibility of those release notes in the future.