Hi,
We develop an add-in for ArcGIS Pro in .Net / C# which has a custom About screen where among other we display the ArcGIS Pro version.
We followed this snippet (https://github.com/esri/arcgis-pro-sdk/wiki/ProSnippets-Framework#get-arcgis-pro-version) in order to get it but even though I'm running ArcGIS Pro 2.3.3 the version I get with code below is 2.3.0.0.
Assembly.GetEntryAssembly().GetName().Version.ToString();
Could this be a bug in the API or are we doing something wrong?
Thanks,
Gustavo