Is there a way to access the version of the Add-In (e.g. what is listed in the Config.daml) using the SDK?
For example, with the ArcObjects SDK, you could access the Add-In verison with My.ThisAddIn.Version
Is there a similar way I can access the version using the Pro SDK? I can access the assembly/dll version with the reflection namespace, but this is not linked in any way to the Add-In version from what I can tell.
Thanks