Skip to content

Commit 73920d4

Browse files
author
tznind
committed
Update for v 2.2.2
1 parent 349234b commit 73920d4

5 files changed

Lines changed: 5 additions & 22 deletions

File tree

Showcase/Buttons.Designer.cs

Lines changed: 2 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Showcase/Ranges.Designer.cs

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Showcase/Showcase.csproj

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

1111
<ItemGroup>
12-
<PackageReference Include="Terminal.Gui" Version="2.0.2-develop.40 " />
12+
<PackageReference Include="Terminal.Gui" Version="2.2.2" />
1313
</ItemGroup>
1414

1515
</Project>

src/Design.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,6 @@ private IEnumerable<Property> LoadDesignableProperties()
642642
yield return this.CreateProperty(nameof(LinearRange.LegendsOrientation));
643643
yield return this.CreateProperty(nameof(LinearRange.ShowLegends));
644644
yield return this.CreateProperty(nameof(LinearRange.ShowEndSpacing));
645-
yield return this.CreateProperty(nameof(LinearRange.Type));
646645
}
647646

648647
if(this.View is Link)

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.2-develop.40</Version>
23+
<Version>2.2.2.1</Version>
2424
<Authors>Thomas Nind</Authors>
2525
<Nullable>enable</Nullable>
2626
<PackageLicenseExpression>MIT</PackageLicenseExpression>
@@ -156,6 +156,7 @@
156156
</Content>
157157
</ItemGroup>
158158
<ItemGroup>
159+
<PackageReference Include="Terminal.Gui" Version="2.2.2" />
159160
<PackageReference Include="Basic.Reference.Assemblies.Net80" Version="1.7.7" />
160161
<PackageReference Include="CommandLineParser" Version="2.9.1" />
161162
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
@@ -167,7 +168,6 @@
167168
<PackageReference Include="Serilog" Version="4.2.0" />
168169
<PackageReference Include="Serilog.Extensions.Logging" Version="9.0.0" />
169170
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
170-
<PackageReference Include="Terminal.Gui" Version="2.0.2-develop.40" />
171171
<PackageReference Include="nlog" Version="5.3.3" />
172172
<PackageReference Include="Basic.Reference.Assemblies.Net100" Version="1.7.7" />
173173
<PackageReference Include="System.CodeDom" Version="10.0.0" />

0 commit comments

Comments
 (0)