diff --git a/.github/README.md b/.github/README.md index 1869b68..1736233 100644 --- a/.github/README.md +++ b/.github/README.md @@ -23,18 +23,19 @@ The Umbraco 10.4+ version of this package is [available via NuGet](https://www.n To install the package, you can use either .NET CLI: ``` -dotnet add package Umbraco.Community.BlockPreview --version 1.11.0 +dotnet add package Umbraco.Community.BlockPreview --version 1.12.0 ``` or the older NuGet Package Manager: ``` -Install-Package Umbraco.Community.BlockPreview -Version 1.11.0 +Install-Package Umbraco.Community.BlockPreview -Version 1.12.0 ``` ### Setup -`Umbraco:Cms:ModelsBuilder:ModelsBuilderMode` **must** be set to either `SourceCodeAuto` or `SourceCodeManual` for BlockPreview to work. +Generated strongly typed models must exist on disk for BlockPreview to work. `Umbraco:Cms:ModelsBuilder:ModelsMode` **must** be set to either `SourceCodeAuto` or `SourceCodeManual` in your development environment and generated files committed to disk before deploying. +If you are using [Limbo.Umbraco.ModelsBuilder](https://github.com/limbo-works/Limbo.Umbraco.ModelsBuilder), the default configuration is to have `ModelsMode` set to nothing. Once this is set, generate models in the backoffice as normal. ```json "Umbraco": { "CMS": { diff --git a/VERSION b/VERSION index 169f19b..32bd932 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.11.0 \ No newline at end of file +1.12.0 \ No newline at end of file