Release Details
This is a minor version release of Translation manager for Umbraco 10 and Umbraco 11.
This release re-unifies the v10 and v11 code branches - we now build two versions of the shared code (v10/.net 6 and v11/.net 7). so we have one release for all v10 and v11 releases of the Product.
Install the version for your version of Umbraco . eg.
dotnet add package Jumoo.TranslationManager --version 10.2.0
dotnet add package Jumoo.TranslationManager --version 11.2.0
This version is multi-targeted but does not produce a multi-targeted package, rather it produces two versions of the package from the same code on for version 10.x of Umbraco and one for v11.x.
This means you still install the version that is relevant for your release as it has been targeted for your Umbraco release rather than the .net runtime that release is actually running on.
Development wise this means