We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359ace3 commit 019f079Copy full SHA for 019f079
Files UWP/SettingsPages/About.xaml
@@ -15,7 +15,7 @@
15
<TextBlock x:Name="Header" Text="Files UWP" Margin="0,0,0,5" FontFamily="Segoe UI Black" FontWeight="Bold" FontSize="40" HorizontalAlignment="Left" VerticalAlignment="Top" />
16
<TextBlock Margin="0,0,0,5" FontFamily="Segoe UI" FontSize="20" Text="Product Information"/>
17
<TextBlock FontSize="14" Text="Edition: Pre-Release"/>
18
- <TextBlock FontSize="14" Text="Version: 0.5.0-newui_snapshot3-internal"/>
+ <TextBlock FontSize="14" Text="Version: 0.5.0"/>
19
<ListView IsItemClickEnabled="True" Margin="0,24,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