Skip to content

Commit

Permalink
release version 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaeumlisberger committed Jul 10, 2024
1 parent 7e731d1 commit b262c74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/VirtualizingWrapPanel/VirtualizingWrapPanel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<PropertyGroup>
<title>VirtualizingWrapPanel</title>
<Version>2.0.8</Version>
<Version>2.0.9</Version>
<Authors>S. Bäumlisberger</Authors>
<Copyright>© S. Bäumlisberger</Copyright>
<Description>Implementation of a comprehensive VirtualizingWrapPanel for WPF.</Description>
Expand All @@ -36,7 +36,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>

<PackageReleaseNotes>
- Fix: #61 Items disappear from top row while using grouping
- Fix: Not all items of last row realized when using grouping with small cache size and partially visible header (see #61)
</PackageReleaseNotes>

<RootNamespace>WpfToolkit.Controls</RootNamespace>
Expand Down
2 changes: 1 addition & 1 deletion src/VirtualizingWrapPanel/nuget/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ Implementation of a comprehensive [VirtualizingWrapPanel](https://sbaeumlisberge
* Displaying different sized items

### Resources
* [Getting started](https://github.com/sbaeumlisberger/VirtualizingWrapPanel/blob/master/src/VirtualizingWrapPanel/docfx/docs/getting-started.md)
* [Getting started](https://sbaeumlisberger.github.io/VirtualizingWrapPanel/docs/getting-started.html)
* [Sample Application](https://github.com/sbaeumlisberger/VirtualizingWrapPanel/tree/master/SamplesApplication.md)
* [API-Documentation](https://sbaeumlisberger.github.io/VirtualizingWrapPanel/api/WpfToolkit.Controls.html)

0 comments on commit b262c74

Please sign in to comment.