v9.0.1 - Linux casing release
This is a minor patch release of uSync.Complete that fixes several issues with file casing when running on Linux platforms. it also increases the uSync version to 9.0.1 which is also a linux compatability release
Fixes
- Multiple casing issues in app_plugin files that can cause 404 errors when running in a case sensitive environment
- Fix for download / upload buttons in uSync.Snapshots (casing of the variables).
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.1
as a package reference
You can add the dependency directly to your projects .csproj file.
<ItemGroup>
<PackageReference Include="uSync.Complete" Version="9.0.1" />
</ItemGroup>
via Visual Studio package manager console
If you are old school . install-package still works
install-package uSync.Complete -version 9.0.1