Release notes v9.1.0

Release Details

v9.1.0 - Net Core v5/6 release

This is a minor version release of uSync.Complete it introduces multi-targeting support for .net5 and .net6 in preparation for supporting Umbraco 9 (*.net5) and Umbraco 10 (.net 6) via a single package. It also contains some fixes and updates for reported issues.

Updates

  • 160 - Config - exclude folders are part of snapshot requests
  • Update to uSync 9.1 release

Fixes

  • 159 Inline media images not included in push/pull
  • 158 push from windows to Linux can fail due to paths in zip.
  • 156 Uploading new snapshots can fail due to date error
  • 154 Pushing an individual template file from the menu will check all template items.

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.1.0

as a package reference

You can add the dependency directly to your projects .csproj file.

<ItemGroup>
  <PackageReference Include="uSync.Complete" Version="9.1.0" />
</ItemGroup>

via Visual Studio package manager console

If you are old school . install-package still works

install-package uSync.Complete -version 9.1.0