vb.netvisual-studio-2017version-numbering

Auto-increment version revision number with wildcard


I'm trying to raise the revision number with each build.

I've therefore tried to the project assembly information -> Assembly Version and File Version to

1 0 0 *
1 0 0 *

enter image description here

However, VS2017 tells me

"Assembly file version: In this field, wildcards ("*") aren't allowed.

How can I do this?


Solution

  • I found this:

    https://marketplace.visualstudio.com/items?itemName=PrecisionInfinity.AutomaticVersions

    It's hilarious that VS doesn't have this built-in.