0
Well I’ve seen a lot about semantic versioning: Major, Minor and Patch. But something very curious is the software version recommended by Microsoft: Major, Minor, Build, Revision.
Now the questions:
- How each one works?
- when should I implement a number bump? (e.g., when I make any changes to a file, when I fix something, etc...)
- What is the advantage of using this type of versioning instead of semantics?
- (optional) for what types of applications this version is recommended?
I don’t want to know the opinion of how you think it is versioned in this way, but how it should really be done and used according to what Microsoft recommends. I tried to search and search several times...search Google but I did not find, so I thought someone here could say!
I was not the one who denied, friend, but I think this answer should help: http://answall.com/a/114287/3635
– Guilherme Nascimento
Since the question is very specific I think only answers that can indicate a source will be valid. The question isn’t about how each one does it, it’s about how Microsoft does it. Otherwise it comes to mind.
– Maniero
@bigown is kind of like I don’t want to know the people’s opinion but really how to do it and use it according to how Microsoft recommends it. Well, I still don’t think I do it the right way. I tried to search and search several times...search Google but I did not find, so I thought someone here might know!
– user45722