O
Oleg Ogurok
Hi all,
If AssemblyInfo.cs has 1.0.* as the version, then the version numbers are
generated automatically by the compiler, e.g. 1.0.234.8756.
Is there a publicly available method that generates those numbers? Or is
there an algorithm for generating them?
I'm trying to write a VS.NET plugin that will go through all AssemblyInfo.cs
files in all projects and set the version when I need it, instead of using
1.0.* format and letting the compiler decide on the version.
Thank you,
Oleg.
If AssemblyInfo.cs has 1.0.* as the version, then the version numbers are
generated automatically by the compiler, e.g. 1.0.234.8756.
Is there a publicly available method that generates those numbers? Or is
there an algorithm for generating them?
I'm trying to write a VS.NET plugin that will go through all AssemblyInfo.cs
files in all projects and set the version when I need it, instead of using
1.0.* format and letting the compiler decide on the version.
Thank you,
Oleg.