BoolBySigma / UpdateAssemblyInfo

SORRY THIS IS NO LONGER MAINTAINED
10 stars 9 forks source link

Fails if version specified as AssemblyVersion("1.0.0") #4

Closed ghost closed 7 years ago

ghost commented 7 years ago

If version is specified like this AssemblyVersion("1.0.0") and you trying to update revision part, task is failed. But when it's specified like this AssemblyVersion("1.0.0.0") everything works.

ghost commented 7 years ago

Version must be specified either '1.0.0.0' or with an asterix () eg. '1.0.'.

Kevin-Deason commented 7 years ago

You should change it to add the Version Revision if it's not in the assembly info and it's specified in the configuration.

This AssemblyVersion("1.0.0") should be changed to AssemblyVersion("1.0.0.0") even if no asterisk is specified.