In AssemblyInfo.cs
:
[assembly: AssemblyVersion("1.0.*")]
Will generates a 1.0.x.x
four digits version number.
Which, if I use this nuspec metadata:
<version>$version$-test</version>
generates an error when packing:
The version « 1.0.5431.31092-test » does not follow semantic version control instructions
Is there a simple way around this?