We have encountered issues with wrong assembly versions in our projects. Mostly caused by misinterpreting the file version as assembly version. Since reading assembly version is not possible from the command line, we had an idea about creating a console tool for reading assembly version and other assembly metadata, but we were not sure how to distribute it. When we heard about a new feature from .NET Core version […]