v9.0.6 - Linux Zip / Umbraco 9.2 release.
This is a patch release of uSync.Complete that contains some fixes for how uSync zips up and extracts files on Linux, as well as some configuration updates and mitigation for a breaking change in Umbraco 9.2.
Fixes
- Linux Zip file fix (see KevinJump/uSync#320)
- "ITemplate Update" always detects entire file as deleted #151
Updates
- IncludeHost option, so sending requests between servers doesn't have to include the host value. #148
- v9: Allow the setting of the baseURL in the UI #147
- Read License information from configuration if present. #145
- #146
- Mitigation for API changes in Umbraco 9.2 (see KevinJump/uSync#325)
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.0.6
as a package reference
You can add the dependency directly to your projects .csproj file.
<ItemGroup>
<PackageReference Include="uSync.Complete" Version="9.0.6" />
</ItemGroup>
via Visual Studio package manager console
If you are old school . install-package still works
install-package uSync.Complete -version 9.0.6