I'm coming from desktop app world (WPF, WinForms), where you can version a project by simply right clicking it and setting the new version in properties.
That does not seem to be an option in Asp.NET Core application. When I right-click on the project, I don't have a way of specifying the version anywhere:
What's the standard way of versioning published Asp.NET Core applications?