Skip to content

Commit 5940a16

Browse files
committed
First stable release for Umbraco 13 🎉
1 parent cbf42f3 commit 5940a16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
30.6 KB
Binary file not shown.

src/Limbo.Umbraco.Tables/Limbo.Umbraco.Tables.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
</PropertyGroup>
99

1010
<PropertyGroup>
11-
<VersionPrefix>13.0.0-beta001</VersionPrefix>
11+
<VersionPrefix>13.0.0</VersionPrefix>
1212
<VersionSuffix Condition="'$(Configuration)'=='Debug'">build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
1313
<Company>Limbo</Company>
1414
<Authors>Anders Bjerner</Authors>
1515
<Copyright>Copyright © $([System.DateTime]::UtcNow.ToString(`yyyy`))</Copyright>
1616
<Title>Limbo Tables</Title>
17-
<Description>Table editor for Umbraco 13.</Description>
17+
<Description>Table editor for Umbraco.</Description>
1818
</PropertyGroup>
1919

2020
<!-- Information for the NuGet package -->

0 commit comments

Comments
 (0)