File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
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" />
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments