Releases: limbo-works/Limbo.Umbraco.Migrations
v13.0.0-alpha001
Installation
Via NuGet:
dotnet add package Limbo.Umbraco.Migrations --version 13.0.0-alpha001
or:
Install-Package Limbo.Umbraco.Migrations -Version 13.0.0-alpha001
v1.0.0-alpha006
Installation
Via NuGet:
dotnet add package Limbo.Umbraco.Migrations --version 1.0.0-alpha006
or:
Install-Package Limbo.Umbraco.Migrations -Version 1.0.0-alpha006
v1.0.0-alpha005
Installation
Via NuGet:
dotnet add package Limbo.Umbraco.Migrations --version 1.0.0-alpha005
or:
Install-Package Limbo.Umbraco.Migrations -Version 1.0.0-alpha005
Changelog
-
Added generic version of the
BlockListSettingsData
class (see ae2fdc7)
TheBlockListSettingsData
class now has a generic version which allows the generic type to be of typePublishedElementModel
. This gives developers a few extra options - eg. callingsettings.SetValue(x => x.MyProperty, "Hello there!")
wheresettings
is ofBlockListSettingsData<MyModel>
. -
Added
owner
property to theIPropertyConverter.IsConverter
method (see 61a1c21)
This should give converters a bit more control - eg. checking for a specific content type. -
Updated NuGet dependencies (see 9dd205e)
Both theLimbo.Umbraco.MigrationsClient
andSkybrud.Essentials
dependencies were updated to the newest versions.
v1.0.0-alpha004
Installation
Via NuGet:
dotnet add package Limbo.Umbraco.Migrations --version 1.0.0-alpha004
or:
Install-Package Limbo.Umbraco.Migrations -Version 1.0.0-alpha004
v1.0.0-alpha003
Installation
Via NuGet:
dotnet add package Limbo.Umbraco.Migrations --version 1.0.0-alpha003
or:
Install-Package Limbo.Umbraco.Migrations -Version 1.0.0-alpha003
v1.0.0-alpha002
Installation
Via NuGet:
dotnet add package Limbo.Umbraco.Migrations --version 1.0.0-alpha002
or:
Install-Package Limbo.Umbraco.Migrations -Version 1.0.0-alpha002
v1.0.0-alpha001
Installation
Via NuGet:
dotnet add package Limbo.Umbraco.Migrations --version 1.0.0-alpha001
or:
Install-Package Limbo.Umbraco.Migrations -Version 1.0.0-alpha001