Skip to content

Commit e6450d3

Browse files
authored
Merge pull request #2707 from Flow-Launcher/dependabot/nuget/VirtualizingWrapPanel-2.0.6
Bump VirtualizingWrapPanel from 1.5.8 to 2.0.6
2 parents 0b9722a + 5993119 commit e6450d3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@
9595
<PackageReference Include="ModernWpfUI" Version="0.9.4" />
9696
<PackageReference Include="NHotkey.Wpf" Version="2.1.1" />
9797
<PackageReference Include="PropertyChanged.Fody" Version="3.4.0" />
98-
<PackageReference Include="VirtualizingWrapPanel" Version="1.5.8" />
98+
<PackageReference Include="SemanticVersioning" Version="3.0.0-beta2" />
99+
<PackageReference Include="VirtualizingWrapPanel" Version="2.0.6" />
99100
</ItemGroup>
100101

101102
<ItemGroup>

Flow.Launcher/SettingPages/Views/SettingsPanePluginStore.xaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@
119119
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
120120
SelectionMode="Single"
121121
Style="{DynamicResource StoreListStyle}"
122-
VirtualizingPanel.CacheLength="1,1"
123-
VirtualizingPanel.CacheLengthUnit="Page"
124122
VirtualizingPanel.IsVirtualizingWhenGrouping="True"
125123
VirtualizingPanel.ScrollUnit="Pixel">
126124
<ListView.ItemsPanel>
@@ -130,7 +128,6 @@
130128
Margin="0,0,0,10"
131129
ItemSize="216,184"
132130
MouseWheelDelta="48"
133-
Orientation="Vertical"
134131
ScrollLineDelta="16"
135132
SpacingMode="None"
136133
StretchItems="True" />

Flow.Launcher/ViewModel/PluginStoreItemViewModel.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
using Flow.Launcher.Core.ExternalPlugins;
55
using Flow.Launcher.Core.Plugin;
66
using Flow.Launcher.Plugin;
7+
using SemanticVersioning;
8+
using Version = SemanticVersioning.Version;
79

810
namespace Flow.Launcher.ViewModel
911
{

0 commit comments

Comments
 (0)