Automating version numbering in .Net Standard/Core projects
Note: This is the second in an irregular series on automating version numbering. For part 1, click here
.Net developer, IT guy, musician, retro gamer, digital artist.
Note: This is the second in an irregular series on automating version numbering. For part 1, click here
For many years, Visual Studio has had the option to automatically increment a project’s version number when building that project. However, deployment projects use their own version numbers and ignore the version number of the project they’re deploying. Here’s how you can automate the deployment project’s (and therefore the compiled MSI’s) version number to match the product you’re deploying.