Skip to content

Commit fb9d87f

Browse files
committed
Update to latest nuget package
1 parent 86d9b16 commit fb9d87f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Showcase/Showcase.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Terminal.Gui" Version="2.0.0-develop.4387" />
11+
<PackageReference Include="Terminal.Gui" Version="2.0.0-develop.4400" />
1212
</ItemGroup>
1313

1414
</Project>

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.4387</Version>
23+
<Version>2.0.0-develop.4400</Version>
2424
<Authors>Thomas Nind</Authors>
2525
<Nullable>enable</Nullable>
2626
<PackageLicenseExpression>MIT</PackageLicenseExpression>
@@ -33,7 +33,7 @@
3333
<PackageIcon>logo.png</PackageIcon>
3434
<PackageReadmeFile>README.md</PackageReadmeFile>
3535
<PackageReleaseNotes>
36-
2.0.0-alpha.4387
36+
2.0.0-alpha.4400
3737
* V2 driver support
3838
2.0.0-alpha.2203
3939
* True color `ColorPicker`

0 commit comments

Comments
 (0)