The best way to parse the client.wyc file is right there in the wyUpdate source code. We recommend storing your application's version information directly in your app's meta-data (so you can read it at any time without incurring a cost).
Hi,
Is there any chance you could provide a piece of C# code which could be used to extract version information from client.wyc file ? I'm trying to use the one provided on your github but no success whatsoever. I know I can access version property on OnSuccessfullUpdate event but that's not sufficient enough because we use a different software to install our application and we need it to be able to retrieve its version info on anytime.
Thanks in advance
The best way to parse the client.wyc file is right there in the wyUpdate source code. We recommend storing your application's version information directly in your app's meta-data (so you can read it at any time without incurring a cost).