Release Details
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.
Full Changelog: https://github.com/KevinJump/uSync/compare/v16.0.0...v16.0.1
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.*" />