Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner authored Apr 7, 2024
1 parent 5940a16 commit e3b6662
Showing 1 changed file with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

<table>
<tr>
<td><strong>License:</strong></td>
<td><a href="https://github.com/limbo-works/Limbo.Umbraco.Tables/blob/v13/main/LICENSE.md"><strong>MIT License</strong></a></td>
</tr>
<tr>
<td><strong>Umbraco:</strong></td>
<td>
Umbraco 13
</td>
</tr>
<tr>
<td><strong>Target Framework:</strong></td>
<td>
.NET 8
</td>
</tr>
</table>



<br /><br />

## 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.



Expand Down

0 comments on commit e3b6662

Please sign in to comment.