Skip to content

Commit 88733e6

Browse files
author
tznind
committed
Update to 2.0.2-develop.10
1 parent 1e175bf commit 88733e6

4 files changed

Lines changed: 4 additions & 53 deletions

File tree

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.0-develop.5373 " />
12+
<PackageReference Include="Terminal.Gui" Version="2.0.2-develop.10 " />
1313
</ItemGroup>
1414

1515
</Project>

src/Design.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,8 +614,7 @@ private IEnumerable<Property> LoadDesignableProperties()
614614

615615
yield return this.CreateSuppressedProperty(nameof(View.CanFocus), true);
616616

617-
yield return new ShadowStyleProperty(this, viewType.GetProperty(nameof(this.View.ShadowStyle))
618-
?? throw new Exception($"Could not find expected Property ShadowStyle on View of Type '{this.View.GetType()}'"));
617+
yield return this.CreateProperty(nameof(this.View.ShadowStyle));
619618

620619

621620
// its important that this comes before Text because

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-develop.5373</Version>
23+
<Version>2.0.2-develop.10</Version>
2424
<Authors>Thomas Nind</Authors>
2525
<Nullable>enable</Nullable>
2626
<PackageLicenseExpression>MIT</PackageLicenseExpression>
@@ -165,7 +165,7 @@
165165
<PackageReference Include="Serilog" Version="4.2.0" />
166166
<PackageReference Include="Serilog.Extensions.Logging" Version="9.0.0" />
167167
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
168-
<PackageReference Include="Terminal.Gui" Version="2.0.0-develop.5373" />
168+
<PackageReference Include="Terminal.Gui" Version="2.0.2-develop.10" />
169169
<PackageReference Include="nlog" Version="5.3.3" />
170170
<PackageReference Include="Basic.Reference.Assemblies.Net100" Version="1.7.7" />
171171
<PackageReference Include="System.CodeDom" Version="10.0.0" />

src/ToCode/ShadowStyleProperty.cs

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)