Chuck Rolke created QPID-5287:
---------------------------------

             Summary: .NET binding does not set Assembly version number
                 Key: QPID-5287
                 URL: https://issues.apache.org/jira/browse/QPID-5287
             Project: Qpid
          Issue Type: Bug
          Components: Build Tools
    Affects Versions: 0.25
         Environment: Windows .NET binding; any visual studio, any platform, 
any configuration
            Reporter: Chuck Rolke
            Assignee: Chuck Rolke


The build scheme sets the File and Product version numbers. A stock trunk build 
will set the File Properties version numbers to 0.22.0.1. Overrides can set 
these to any desired release values, for instance 1.2.0.100.

However, in file AssemblyInfo.cpp the Assembly version number is set to
[assembly:AssemblyVersionAttribute("1.0.*")];

The net effect is that the Assembly version number is autogenerated and not a 
predictable value. 

This issue tracks creating a cmake template AssemblyInfo.cpp file and using 
configure_file to generate the source with the desired version number in it.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to