[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: C# AssemblyInfo integration

From: si <sshnug.si_at_gmail.com>
Date: Tue, 1 Sep 2009 17:59:15 +0930

On Tue, Sep 1, 2009 at 5:09 PM, Martin Rabl<martin.rabl_at_rablnet.de> wrote:
> Hi,
>
> si wrote:
>> 2. Windows installer (MSI) only uses Major.Minor.BuildNumber for
>> determining a files version (if it has version meta-data).
> Sure? I think, it uses Major.Minor.Micro.BuildNumber.

From what I've read:

.NET version numbers have 4 parts: Major.Minor.Build.Revision
Windows installer product versions have 3 parts: Major.Minor.Build

See: http://stackoverflow.com/questions/801899/software-versioning-difference-in-windows-installer-and-net-version

Inparticular: http://msdn.microsoft.com/en-us/library/aa370859(VS.85).aspx

btw, I was wrong about the maximum value, Major and Minor part have
maximum of 255, Build part has maximum of 65,535.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2389693

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-01 10:30:26 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.