From e3b6662135a9de8c48ce65488c9bb052bad5f617 Mon Sep 17 00:00:00 2001 From: Anders Bjerner Date: Sun, 7 Apr 2024 22:43:52 +0200 Subject: [PATCH] Update README.md --- README.md | 33 +++++++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1e97220..8499b0a 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,54 @@ # Limbo Tables -[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md) +[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/limbo-works/Limbo.Umbraco.Tables/blob/v13/main/LICENSE.md) [![NuGet](https://img.shields.io/nuget/v/Limbo.Umbraco.Tables.svg)](https://www.nuget.org/packages/Limbo.Umbraco.Tables) [![NuGet](https://img.shields.io/nuget/dt/Limbo.Umbraco.Tables.svg)](https://www.nuget.org/packages/Limbo.Umbraco.Tables) [![Umbraco Marketplace](https://img.shields.io/badge/umbraco-marketplace-%233544B1)](https://marketplace.umbraco.com/package/limbo.umbraco.tables) +[![Limbo.Umbraco.Tables at packages.limbo.works](https://img.shields.io/badge/limbo-packages-blue)](https://packages.limbo.works/limbo.umbraco.tables/) Table editor for Umbraco 13. + + + + + + + + + + + + + +
License:MIT License
Umbraco: + Umbraco 13 +
Target Framework: + .NET 8 +
+ +

## Installation -Install for Umbraco 10+ via [**NuGet**](https://www.nuget.org/packages/Limbo.Umbraco.BlockList/1.1.2). Either via the .NET CLI: +**Umbraco 13** + +Install for Umbraco 13 via [**NuGet**](https://www.nuget.org/packages/Limbo.Umbraco.Tables/13.0.0). Either via the .NET CLI: ``` -dotnet add package Limbo.Umbraco.Tables --version 13.0.0-beta001 +dotnet add package Limbo.Umbraco.Tables --version 13.0.0 ``` or the NuGet Package Manager: ``` -Install-Package Limbo.Umbraco.Tables -Version 13.0.0-beta001 +Install-Package Limbo.Umbraco.Tables -Version 13.0.0 ``` +**Umbraco 10, 11 and 12** +For the Umbraco 10-12 version of this package, see the [**v1/main**](https://github.com/limbo-works/Limbo.Umbraco.Tables/tree/v1/main) branch instead.