Release notes v10.2.0

Release Details

v10.2.0 - User group language permissions

This is a minor release of uSync.Complete that contains updates to bring in compatibility with Umbraco 10.2 and Language permissions,

Fixes

  • 187 - Fix when custom path is uses and another package or process adds a trailing slash to the URL.
  • Fix for blank screen on remote content/media dashboard
  • Fix to include default permissions in user groups
  • Update to uSync 10.2.1

Updates

  • Support for Language Permissions on user groups.

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 10.2.0

as a package reference

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

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

via Visual Studio package manager console

If you are old school. install-package still works

install-package uSync.Complete -version 10.2.0