hello,
on my page i am getting verison number from assembly
in my assembly this is the setting
my current version of 1.0.222.65869
when i am doing any updates last 1.0 remaing static but 222 and 65869 changes
why 1.0 is not changing at what stage it wil reach to 1.1 or 1.2 or 2.0.0.0
please advice
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
//[assembly: AssemblyVersion("1.0.0.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.*")]