We set the forth digit to 0 for the AssemblyVersion attribute and SVN revision number for the AssemblyFileVersion attribute. This way you can slipstream fixes without breaking compatibility with other's code, but you still have the revision number if you want it.
We also add the actual SVN url to the AssemblyDescription so you can grab the exact code easily. Mike On Wed, Sep 7, 2011 at 11:30 PM, Stefan Bodewig <bode...@apache.org> wrote: > Hi, > > I don't expect us to release betas or any other kind of two releases > that would only differ in the forth digit of the version number. So we > could simply set it to 0 (which I think currently happens in trunk, > didn't check). > > Right now I'm afraid I won't be able to build all binaries on the same > machine so ".*" would result in different versions depending on the > platform. > > An alternative would be to use the svn revision number. > > Other ideas? > > Stefan >