NickCraver / StackExchange.Exceptional

Error handler used for the Stack Exchange network
https://nickcraver.com/StackExchange.Exceptional/
Apache License 2.0
863 stars 171 forks source link

Missing tagged versions #51

Closed mansandersson closed 7 years ago

mansandersson commented 10 years ago

The version numbers used on the nuget packages are not tagged in the git repository. This makes it hard to debug my usage of the library and to see whether a fix for an issue has already been added.

So all in all, adding tags when new versions are released would be really nice.

luisbelloch commented 10 years ago

+1

NickCraver commented 9 years ago

Thanks, I'll keep this in mind for upcoming updates. I'll need to refactor several things that make Exceptional's compact design not .Net v5/CoreCLR friendly in the coming months - possibly breaking up packages from core logging and the web views (with an easy dependency, of course - still a one-package add).

NickCraver commented 7 years ago

Tagging is now started on the master branch and the new build system for packages will enforce it going forward, thanks for this!