Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

Commit

Permalink
5.2.1 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick330602 committed Sep 4, 2017
1 parent bf058ef commit 62238db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WeCode-Next/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
<Identity Name="56367PatrickWu.DeveloperToolsForUWP" Publisher="CN=C71A2322-7B67-48A9-A85E-8DDCE68FA3A7" Version="5.2.0.0" />
<Identity Name="56367PatrickWu.DeveloperToolsForUWP" Publisher="CN=C71A2322-7B67-48A9-A85E-8DDCE68FA3A7" Version="5.2.1.0" />
<mp:PhoneIdentity PhoneProductId="94d738ad-a91a-49e4-a981-6725bba3b597" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>UWP DevKit</DisplayName>
Expand Down
4 changes: 2 additions & 2 deletions WeCode-Next/Pages/About.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
</Border>
<StackPanel Margin="5">
<StackPanel Orientation="Horizontal">
<TextBlock x:Uid="AppN" Text="UWP DevKit 5.3 " FontWeight="Light" FontSize="25"/>
<Border BorderBrush="Orange" BorderThickness="1" CornerRadius="5" Margin="5,0">
<TextBlock x:Uid="AppN" Text="UWP DevKit 5.2.1 " FontWeight="Light" FontSize="25"/>
<Border BorderBrush="Orange" BorderThickness="1" CornerRadius="5" Margin="5,0" Visibility="Collapsed">
<TextBlock Text="Insider" Foreground="DarkOrange" FontWeight="Light" FontSize="25" Margin="5,0" VerticalAlignment="Center"/>
</Border>
</StackPanel>
Expand Down

0 comments on commit 62238db

Please sign in to comment.