Skip to content

Commit

Permalink
Remove the ItemsRepeater bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy committed Feb 2, 2023
1 parent f0f4e01 commit a5c13bd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
1 change: 0 additions & 1 deletion src/Avalonia.FuncUI/Avalonia.FuncUI.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
<Compile Include="DSL\Panels\Grid.fs" />
<Compile Include="DSL\Panels\StackPanel.fs" />
<Compile Include="DSL\Panels\WrapPanel.fs" />
<Compile Include="DSL\Panels\ItemsRepeater.fs" />
<Compile Include="DSL\Shapes\Shape.fs" />
<Compile Include="DSL\Shapes\Rectangle.fs" />
<Compile Include="DSL\Shapes\Ellipse.fs" />
Expand Down
22 changes: 0 additions & 22 deletions src/Avalonia.FuncUI/DSL/Panels/ItemsRepeater.fs

This file was deleted.

2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<AvaloniaVersion>11.0.999-cibuild0029398-beta</AvaloniaVersion>
<AvaloniaVersion>11.0.999-cibuild0029463-beta</AvaloniaVersion>
<FuncUIVersion>0.6.0-preview7</FuncUIVersion>
</PropertyGroup>
</Project>

0 comments on commit a5c13bd

Please sign in to comment.