File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 95
95
<PackageReference Include =" ModernWpfUI" Version =" 0.9.4" />
96
96
<PackageReference Include =" NHotkey.Wpf" Version =" 2.1.1" />
97
97
<PackageReference Include =" PropertyChanged.Fody" Version =" 3.4.0" />
98
+ <PackageReference Include =" SemanticVersioning" Version =" 3.0.0-beta2" />
98
99
<PackageReference Include =" VirtualizingWrapPanel" Version =" 2.0.6" />
99
100
</ItemGroup >
100
101
Original file line number Diff line number Diff line change 119
119
ScrollViewer.HorizontalScrollBarVisibility=" Disabled"
120
120
SelectionMode =" Single"
121
121
Style =" {DynamicResource StoreListStyle}"
122
- VirtualizingPanel.CacheLength=" 1,1"
123
- VirtualizingPanel.CacheLengthUnit=" Page"
124
122
VirtualizingPanel.IsVirtualizingWhenGrouping=" True"
125
123
VirtualizingPanel.ScrollUnit=" Pixel" >
126
124
<ListView .ItemsPanel>
130
128
Margin =" 0,0,0,10"
131
129
ItemSize =" 216,184"
132
130
MouseWheelDelta =" 48"
133
- Orientation =" Vertical"
134
131
ScrollLineDelta =" 16"
135
132
SpacingMode =" None"
136
133
StretchItems =" True" />
Original file line number Diff line number Diff line change 4
4
using Flow . Launcher . Core . ExternalPlugins ;
5
5
using Flow . Launcher . Core . Plugin ;
6
6
using Flow . Launcher . Plugin ;
7
+ using SemanticVersioning ;
8
+ using Version = SemanticVersioning . Version ;
7
9
8
10
namespace Flow . Launcher . ViewModel
9
11
{
You can’t perform that action at this time.
0 commit comments