To get the version of your app, read the version from your Exe. E.g.:
FileVersionInfo.GetVersionInfo(System.Windows.Forms.Application.ExecutablePath).FileVersion
Hi,
I want to get version number from automaticUpdater1.version, but it's null?
how i can get current version Number from automaticUpdater?
To get the version of your app, read the version from your Exe. E.g.:
FileVersionInfo.GetVersionInfo(System.Windows.Forms.Application.ExecutablePath).FileVersion
I have the same problem. I would like to know which version of my product (not my app) is currently installed.
I can't just check the version of the exe file (as suggested) since the update from version 1.3 to 1.4 might just change one text file (i.e. connections.config) and thus wouldn't update the executable file. What I would like to know is what version I am in based on the same information wyupdates uses to determine if there's an update.
I also want to be able to find the WyBuild version number. We have extensive error logging in our apps, and it would be extremely useful to know which build the user has installed. Many times I have been chasing my own arse looking for a problem, when the problem was simply the update mechanism was not working on that computer so the user had an old version installed.
Include the version number in your app, have an "About" dialog, and tell your customers to give you the version number.
Of course 90% of customers will ignore those instructions: https://wyday.com/limelm/help/faq/#useful-reports