Release notes v16.0.1

Release Details

v16.0.1 - Happy donkey 🫏

This is a patch release for uSync for umbraco v16 - it contains some fixes to known issues. mainly around migrating RTE values with block elements in them from v13 sites.

What's Changed

Full Changelog: https://github.com/KevinJump/uSync/compare/v16.0.0...v16.0.1

Installing.

You can get into your project via nuget.

dotnet add package usync --version 16.*

or add it directly to the csproj file.


<PackageReference Include="uSync" Version="16.*" />