Versions

  • Thread starter Thread starter P.Rodriguez.G
  • Start date Start date
P

P.Rodriguez.G

Hi, I wanna learn how to correctly use the Version numbers, there are
Assembly Version and something else... all this comes because I need to
release an "Application 1.0.0 RC1" ... the thing is... am I allowed to
do that??? How do I set it up?

Thanx in advance!
 
Hi, I wanna learn how to correctly use the Version numbers, there are
Assembly Version and something else... all this comes because I need to
release an "Application 1.0.0 RC1" ... the thing is... am I allowed to
do that???

I believe you'll have to specify integral values for the version number's
parts.

Structure of version numbers and methods to determine the version number
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=versioning&lang=en>
 
Back
Top