You have to read the version from the metadata in your app (or parse the client.wyc file). Currently the current version is not exposed in the AutomaticUpdater.
Hi,
Simple question: how can I get the current version?Tried automaticupdater.version but it always null, checking the documentation, I saw that is about the new version :S
Tks
You have to read the version from the metadata in your app (or parse the client.wyc file). Currently the current version is not exposed in the AutomaticUpdater.
Parse client.wyc to what type in c# Sam?
Tks
No, parse it manually using the file spec (or using the source code in wyUpdate)