This is a minor release of uSync.Complete that incorporates the updates from uSync 9.2 (CleanupHistory support). and enhanced side by side compare.
Highlights
Side by Side view while pushing and pulling.
Back in v8.8.0 we release the remote browser that lets you browse remote sites and look at the differences. In this release we have taken that one step further and you can now do site-by-side comparisions during the push and pull processes.
Side by Side in pull in now available for Content

And Media

Fixes
- 163 Child node of content not deleted after being pushed (when it should be)
- 166 Sync pack is empty if you pick only datatypes
- Remove the 'setup connection' buttons as we can no longer do the remote setup on v9 config files.
Updates
- 164 - Side-By-Side view inside details view when pushing and pulling content and media
- 165 - Enable request buffering on uSyncReceive requests (mitigation for middleware that reads the stream)
- 167 - Improved upload size limits for uSyncPublisher and uSyncExporter (load in bigger sync packs)
- Improved error message info for when importing sync packs goes wrong (not that it does often 😛 )
- Snapshots: Add ability to perform 'full snapshot' where items are not then removed
- more v10 prep (moving from obsolete WebClient to HttpClient for ping back checks).
Get uSync.Complete
uSync.Complete can be installed as a nuget package on your site - you can add the package a number of way :
via dotnet add
via a command line you can add uSync.Complete
dotnet add package uSync.Complete --version 9.2.0
as a package reference
You can add the dependency directly to your projects .csproj file.
<ItemGroup>
<PackageReference Include="uSync.Complete" Version="9.2.0" />
</ItemGroup>
via Visual Studio package manager console
If you are old school . install-package still works
install-package uSync.Complete -version 9.2.0