M
Marcin Floryan
Hello!
I have my version defined in the AsseblyInfo as follows:
<Assembly: AssemblyVersion("1.1.*")>
And VB.NET 2003 automaticly inserts build number and revision.
I would like to ask two questions:
1. How are those two elements generated (when they increment?)
2. Is there any way to reset the counters so - instead of having:
1.1.1023.23890 I would have 1.2.1.1 but
the counter would still go up automaticly later on?
Best regards,
Marcin Floryan
I have my version defined in the AsseblyInfo as follows:
<Assembly: AssemblyVersion("1.1.*")>
And VB.NET 2003 automaticly inserts build number and revision.
I would like to ask two questions:
1. How are those two elements generated (when they increment?)
2. Is there any way to reset the counters so - instead of having:
1.1.1023.23890 I would have 1.2.1.1 but
the counter would still go up automaticly later on?
Best regards,
Marcin Floryan