Release Details
This is the v16 release of uSync that is targeted for Umbraco v16.
For v16 we are focusing purely on stability, and performance as we work towards the next Long term support version v17 - so no new major 'features' are expected here, but we will over time be tweaking things and hopefully making it all work a bit better and faster.
Hopefully not to much in terms of keeping your sites in sync
v16 releases have kept pace the tweaks and fixed in the v15 branch so everything there plus
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.0.0" />