v25.2 plugin updates
The goal of this document is to outline the changes that are required to update an HH DM plugin from v25.1 to v25.2.
Please note that not all changes may apply to all plugins.
Preview version
To make it easier to migrate the plugin a preview version of HH Data Management v25.2 has been made available. Due to the software needing to download a data migration from the server before being able to function this version is not runnable, it can only be used to build the plugin. This release contains only minor breaking changes and therefore we believe that this should be sufficient for plugins to be updated.
Downloading and running the client
If you do not have access to this version, please let us know and it will be added to your account. The preview version is available on the Other → Releases page of the website:

The version can also be downloaded directly using this link: https://hh-dev.com/latest/HHDM-v25.2
Please note that this version is portable, meaning that it doesn't need to be installed. Unzip the downloaded directory and run the file HHDev.DataManagement.Client.HHDataManagement.exe.
Plugin settings update
To make sure the references are linked to the right version of HH DM, you will need to put the path of the HH DM 25.2 preview version in the project file of the plugin:

Example plugin
Please see https://github.com/hh-development/HHDev.HHDM.DesktopPlugin/compare/master...release/2025-major for an example commit of a simple plugin being updated.