wei-spring / codenameone

Automatically exported from code.google.com/p/codenameone
0 stars 0 forks source link

CodenameOne Desktop App Version Number #1268

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Please clearly state whether the issue relates to a device/the simulator or
the tools.
If related to a device be sure to specify exactly which device with as much
details as possible.

What steps will reproduce the problem?
1.Build app as a desktop version.
2.Download and install on Windows PC.
3.Check the version number through control panel
4.Or read and display the version number with this method 
Display.getInstance().getProperty("AppVersion", "Unknown")
4.The version number defaults to version 1.0

What is the expected output? 
App Version Number on the Desktop app should reflect the version number set in 
the project properties. The app version number on the mobile device and 
emulator is OK.

What do you see instead?
Default version number 1.0 

What version of the product are you using? On what operating system?
Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by chibe...@gmail.com on 8 Jan 2015 at 9:54