2025/07/23 - 25.3.0
===================
 - update of 'ArcGIS Pro' to version 3.5 Patch 2 (3.5.2)
 - update of 'ArcGIS Pro SDK for .NET' to version 3.5.0.57366
 - updated target dotNet runtime from 6.0 to 8.0
 - the communication crs between ArcPro and the Viewer is now initialized with the Coordinate System of the active map view when pressing the 'Viewer' button to start
 - the vector overlay crs from ArcPro to the Viewer is taken from the SpatialReference of the source vector geometry (layer)
 - so make sure the coordinate systems of the MapView and the Vector Layers are defined and have an equivalent EPSG code (wkid) to avoid problems
 - if a coordinate system does not have an EPSG code (wkid) in ArcPro, the fallback will be EPSG:3857 (pseudo mercator)
 - the sending and receiving of websocket messages between host and viewer have been made thread-safe (ConcurrentDictionary)
 - the background refresh task types have been made more thread-safe (QueuedTask)
 - the main refresh timer now catches and logs errors (try catch)
 - the logfile for problem reporting called "arcgispro_3dmc_log.txt" can be found in directory "%APPDATA%\OrbitGT"
