Skip to content

v9.0.6 - Linux Zip / Umbraco 9.2 release.

Compare
Choose a tag to compare
@KevinJump KevinJump released this 07 Jan 12:16
· 3 commits to main since this release
ec3cd23

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

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