Valid assembly info version
Hi,
I am going to following the semantics version 2.0.0 to leverage build metadata in assembly version. The build metadata part is appended with plus sign '+'. But, AppVeyor tells me such a version is invalid.
Any idea on it?
P.S. Both Nuget and Nuget.org support semantics version 2.0.0.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

Support Staff 1 Posted by Feodor Fitsner on 14 Aug, 2015 03:51 PM
Such version format is allowed in
AssemblyInformationalVersionattribute only, so it should be:Otherwise it won't compile.
2 Posted by lijunle on 19 Aug, 2015 07:09 PM
Thank you, got it! I use another way to name my versions. ;)
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:59 AM.