Skip to content

Commit 5ae21fd

Browse files
author
Thomas
committed
Fix version name
1 parent 715b99b commit 5ae21fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/TerminalGuiDesigner.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageOutputPath>./nupkg</PackageOutputPath>
2121
<ImplicitUsings>enable</ImplicitUsings>
2222
<PackageId>TerminalGuiDesigner</PackageId>
23-
<Version>2.0.0-alpha.4519</Version>
23+
<Version>2.0.0-develop.4519</Version>
2424
<Authors>Thomas Nind</Authors>
2525
<Nullable>enable</Nullable>
2626
<PackageLicenseExpression>MIT</PackageLicenseExpression>
@@ -176,4 +176,4 @@
176176
<Using Include="System.Drawing.Size" Alias="Size" />
177177
<Using Include="System.Drawing.SizeF" Alias="SizeF" />
178178
</ItemGroup>
179-
</Project>
179+
</Project>

0 commit comments

Comments
 (0)