Skip to content

Releases: limbo-works/Limbo.Umbraco.Migrations

v13.0.0-alpha001

19 Dec 17:04
Compare
Choose a tag to compare

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

19 Dec 17:03
Compare
Choose a tag to compare

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

20 Sep 07:55
Compare
Choose a tag to compare

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)
    The BlockListSettingsData class now has a generic version which allows the generic type to be of type PublishedElementModel. This gives developers a few extra options - eg. calling settings.SetValue(x => x.MyProperty, "Hello there!") where settings is of BlockListSettingsData<MyModel>.

  • Added owner property to the IPropertyConverter.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 the Limbo.Umbraco.MigrationsClient and Skybrud.Essentials dependencies were updated to the newest versions.

v1.0.0-alpha004

11 Sep 12:29
Compare
Choose a tag to compare

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

24 Aug 09:57
Compare
Choose a tag to compare

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

13 Aug 15:25
Compare
Choose a tag to compare

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

21 Jun 07:55
Compare
Choose a tag to compare

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