View Single Post
  #1  
Old 04-15-2004, 03:10 PM
harmonj harmonj is online now
Registered User
 
Join Date: 04-01-2004
Location: Akron, Ohio
Posts: 2
Lightbulb Get Version not work with Windows CE?

I am using your package to build and maintain our product line.

The main application is a C# applicaton and your application works great with C#. I now want the log to maintain version number of the build. I have your package updating the third field of the version to the assembly. The problem is I get "1.2.*" as the vesion when I read it using your Get version of the project feature. The third number is "*" and not a number.

The other parart of our application is a C# application for an embeded device ARMV4. The problem is your Application cannot read the version number of the project. The extension of the project is "RGU.csdproj" and your .net get version does not support this type of project.

One other suggestion:
Why not add a feature that returns a DLL version so that all the DLL's versions created with the solution could also be logged. I cam implement this using the Get version if I did not get a "*" back for the third number.
Reply With Quote