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

Commit

Permalink
First Insider Build Flighted
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick330602 committed Aug 31, 2017
1 parent 42c9d47 commit 94f2ece
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ Note: Some features will be coming in future release.

If you want to leave a feedback, please email me at [email protected] or [create a new issue on GitHub](https://github.com/patrick330602/UWP-DevKit/issues/new). If you want to make UWP Toolkit better, feel free to fork [this project on GitHub](https://github.com/patrick330602/UWP-DevKit) and make contributions.

# Insider Program

Want to get the latest build without waiting for slow store certification? here is your choice! [Fill in this form](https://1drv.ms/xs/s!AgTyeVJpt1xauIB3_4_SBD-C5pbyjw?wdFormId=%7B396DDF85%2D5D62%2D4E68%2DA293%2DA6FBBDF26942%7D) and then you can participate in the UWP DevKit Insider Program, which will get update a lot earlier than other people.

# License

You may use, distribute and copy **UWP DevKit** under the terms of **GNU General Public License version 3** as shown in [LICENSE](https://raw.githubusercontent.com/patrick330602/UWP-DevKit/master/LICENSE).
Expand Down
6 changes: 5 additions & 1 deletion WeCode-Next/Assets/Data/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ Note: Some features will be coming in future release.

# Feedback & Contribute

If you want to leave a feedback, please email me at [email protected] or [create a new issue on GitHub](https://github.com/patrick330602/UWP-DevKit/issues/new). If you want to make UWP Toolkit better, feel free to fork [this project on GitHub](https://github.com/patrick330602/UWP-DevKit) and make contributions.
If you want to leave a feedback, please email me at [email protected] or [create a new issue on GitHub](https://github.com/patrick330602/UWP-DevKit/issues/new). If you want to make UWP Toolkit better, feel free to fork [this project on GitHub](https://github.com/patrick330602/UWP-DevKit) and make contributions.

# Insider Program

Want to get the latest build without waiting for slow store certification? here is your choice! [Fill in this form](https://1drv.ms/xs/s!AgTyeVJpt1xauIB3_4_SBD-C5pbyjw?wdFormId=%7B396DDF85%2D5D62%2D4E68%2DA293%2DA6FBBDF26942%7D) and then you can participate in the UWP DevKit Insider Program, which will get update a lot earlier than other people.

# License

Expand Down
4 changes: 2 additions & 2 deletions WeCode-Next/MainPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ private void InitializeList()
new Nav { Icon = "", Name = "Icon Browser", PageType = typeof(IconBrowser) },
new Nav { Icon = "", Name = "URI Tester", PageType = typeof(URILauncher) },
new Nav { Icon = "", Name = "GUID Generator", PageType = typeof(GUIDGen) },
new Nav { Icon = "", Name = "Assets Generator", PageType = typeof(AssetsGen) },
new Nav { Icon = "", Name = "Regular Expression", PageType = typeof(RegularExpression) }
new Nav { Icon = "", Name = "Assets Generator", PageType = typeof(AssetsGen) }
//new Nav { Icon = "", Name = "Regular Expression", PageType = typeof(RegularExpression) }
//new Nav { Icon = "", Name = "Json2C#", PageType = typeof(Json2Csharp) },
//new Nav { Icon = "", Name = "Color Palette", PageType = typeof(ColorPalette) }
};
Expand Down
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.0.0.0" />
<Identity Name="56367PatrickWu.DeveloperToolsForUWP" Publisher="CN=C71A2322-7B67-48A9-A85E-8DDCE68FA3A7" Version="5.1.0.0" />
<mp:PhoneIdentity PhoneProductId="94d738ad-a91a-49e4-a981-6725bba3b597" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>UWP DevKit</DisplayName>
Expand Down
12 changes: 7 additions & 5 deletions WeCode-Next/Pages/About.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@
<Image Source="../Assets/LargeTile.scale-400.png" Height="80" Width="80"/>
</Border>
<StackPanel Margin="5">
<TextBlock FontSize="20">
<Run x:Uid="AppN" Text="UWP DevKit 5.0" FontWeight="Light" FontSize="25"/>
<LineBreak/>
<Run Text="WE. Studio" FontWeight="Light"/>
</TextBlock>
<StackPanel Orientation="Horizontal">
<TextBlock x:Uid="AppN" Text="UWP DevKit 5.1 " FontWeight="Light" FontSize="25"/>
<Border BorderBrush="Orange" BorderThickness="1" CornerRadius="5" Margin="5,0">
<TextBlock Text="Insider" Foreground="DarkOrange" FontWeight="Light" FontSize="25" Margin="5,0" VerticalAlignment="Center"/>
</Border>
</StackPanel>
<TextBlock FontSize="20" Text="WE. Studio" FontWeight="Light"/>
<StackPanel Orientation="Horizontal">
<HyperlinkButton Content="Rate &#x0026; Review" Click="Button_Click_1" Margin="0,0,5,0" Background="Transparent" Foreground="{ThemeResource SystemControlBackgroundAccentBrush}"/>
<HyperlinkButton Content="More Apps From Me" Click="Button_Click_2" Background="Transparent" Foreground="{ThemeResource SystemControlBackgroundAccentBrush}"/>
Expand Down

0 comments on commit 94f2ece

Please sign in to comment.