bagetter / BaGetter

A lightweight NuGet and symbol server
https://www.bagetter.com
MIT License
166 stars 38 forks source link

feat(Statistics): Show full version #125

Closed Regenhardt closed 3 months ago

Regenhardt commented 3 months ago

Currently the statistics page only shows the numbers part of the version, e.g. 1.1.1, instead of the full version shown in the footer. This PR injects the ApplicationVersion object from the footer in order to use the same data source and shows the full version including commit hash.

There's also less reflection this way.