Version 1.0.1

Date 2023-06-21 (513 days ago)
Downloads 646 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6 .NET 7

#installation">Installation

Via NuGet:

dotnet add package Limbo.Umbraco.MigrationsClient --version 1.0.1

or:

Install-Package Limbo.Umbraco.MigrationsClient -Version 1.0.1

#changelog">Changelog

  • Migrations client should automatically create temp dir if needed (see 1af25e8)
    The migrations client uses a custom temp directory for saving media on disk, but would fail if the temp directory didn't already exist. As of this release, the directory will now be created automatically if it doesn't already exist.