Skip to content

Commit 019f079

Browse files
committed
Correct version string
1 parent 359ace3 commit 019f079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Files UWP/SettingsPages/About.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<TextBlock x:Name="Header" Text="Files UWP" Margin="0,0,0,5" FontFamily="Segoe UI Black" FontWeight="Bold" FontSize="40" HorizontalAlignment="Left" VerticalAlignment="Top" />
1616
<TextBlock Margin="0,0,0,5" FontFamily="Segoe UI" FontSize="20" Text="Product Information"/>
1717
<TextBlock FontSize="14" Text="Edition: Pre-Release"/>
18-
<TextBlock FontSize="14" Text="Version: 0.5.0-newui_snapshot3-internal"/>
18+
<TextBlock FontSize="14" Text="Version: 0.5.0"/>
1919
<ListView IsItemClickEnabled="True" Margin="0,24,0,0" ItemClick="ListView_ItemClick" HorizontalAlignment="Left" Width="875">
2020
<ListViewItem IsEnabled="True" Name="FeedbackForm" Height="65" HorizontalAlignment="Stretch">
2121
<StackPanel Orientation="Horizontal">

0 commit comments

Comments
 (0)