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 eeafa73 commit 700a3f5
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 @@ -35,16 +35,16 @@ Table editor for Umbraco 13.

**Umbraco 13**

Install for Umbraco 13 via [**NuGet**](https://www.nuget.org/packages/Limbo.Umbraco.Tables/13.0.0). Either via the .NET CLI:
Install for Umbraco 13 via [**NuGet**](https://www.nuget.org/packages/Limbo.Umbraco.Tables/13.0.1). Either via the .NET CLI:

```
dotnet add package Limbo.Umbraco.Tables --version 13.0.0
dotnet add package Limbo.Umbraco.Tables --version 13.0.1
```

or the NuGet Package Manager:

```
Install-Package Limbo.Umbraco.Tables -Version 13.0.0
Install-Package Limbo.Umbraco.Tables -Version 13.0.1
```

**Umbraco 10, 11 and 12**
Expand Down
Binary file added releases/nuget/Limbo.Umbraco.Tables.13.0.1.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>13.0.0</VersionPrefix>
<VersionPrefix>13.0.1</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 700a3f5

Please sign in to comment.