Skip to content

Commit

Permalink
New release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Jul 11, 2024
1 parent c09296a commit 3b6b4ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ Table editor for Umbraco 10+.

## Installation

Install for Umbraco 10+ via [**NuGet**](https://www.nuget.org/packages/Limbo.Umbraco.BlockList/1.1.2). Either via the .NET CLI:
Install for Umbraco 10+ via [**NuGet**](https://www.nuget.org/packages/Limbo.Umbraco.BlockList/1.1.4). Either via the .NET CLI:

```
dotnet add package Limbo.Umbraco.Tables --version 1.1.2
dotnet add package Limbo.Umbraco.Tables --version 1.1.4
```

or the NuGet Package Manager:

```
Install-Package Limbo.Umbraco.Tables -Version 1.1.2
Install-Package Limbo.Umbraco.Tables -Version 1.1.4
```


Expand Down
Binary file added releases/nuget/Limbo.Umbraco.Tables.1.1.4.nupkg
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Limbo.Umbraco.Tables/Limbo.Umbraco.Tables.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>1.1.3</VersionPrefix>
<VersionPrefix>1.1.4</VersionPrefix>
<VersionSuffix Condition="'$(Configuration)'=='Debug'">build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
<Company>Limbo</Company>
<Product>Limbo Tables</Product>
Expand Down

0 comments on commit 3b6b4ca

Please sign in to comment.