We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1dd5af commit 5df3d57Copy full SHA for 5df3d57
Files UWP/SettingsPages/About.xaml
@@ -15,7 +15,7 @@
15
<TextBlock x:Name="Header" Text="About Files" Margin="0,0,0,5" FontFamily="Segoe UI Black" FontWeight="Bold" FontSize="40" HorizontalAlignment="Left" VerticalAlignment="Top" />
16
<TextBlock Margin="0,0,0,10" FontFamily="Segoe UI" FontSize="24" Text="Product Information"/>
17
<TextBlock FontSize="18" Text="Edition: Files Pre-Release"/>
18
- <TextBlock FontSize="18" Text="Version: 0.5.0-newui_snapshot"/>
+ <TextBlock FontSize="18" Text="Version: 0.5.0-newui_snapshot1"/>
19
<ListView IsItemClickEnabled="True" Margin="0,35,0,0" ItemClick="ListView_ItemClick" HorizontalAlignment="Left" Width="875">
20
<ListViewItem IsEnabled="True" Name="FeedbackForm" Height="65" HorizontalAlignment="Stretch">
21
<StackPanel Orientation="Horizontal">
0 commit comments