uon-nuget / UoN.AspNetCore.VersionMiddleware

UoN shared code ASP.NET Core version middleware
MIT License
1 stars 1 forks source link

v1.0.0 #16

Closed beforan closed 6 years ago

beforan commented 6 years ago

ripped out most of the actual functionality into UoN.VersionInformation to isolate the dependency on ASP.NET Core, and make it more reusable.

This now uses that library and exposes the output from it at an endpoint.

The middleware extension methods are functionally the same as they were in 1.0.0 (fully compatible) but enhanced with some of the new features (alternative version sources than just AssemblyInformationalVersion).