Skip to content

Commit

Permalink
Preparation for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolocust committed Nov 26, 2017
1 parent f28dcb2 commit 1bb7542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SimpleZIP_UI/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="13323AA47phU.SimpleZIP" Publisher="CN=F076DB47-B438-4B57-85AE-EAC4B9DEAE80" Version="2.1.17.0" />
<Identity Name="13323AA47phU.SimpleZIP" Publisher="CN=F076DB47-B438-4B57-85AE-EAC4B9DEAE80" Version="2.2.5.0" />
<mp:PhoneIdentity PhoneProductId="bec28070-f77c-4607-a350-0689371dce8c" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>SimpleZIP</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion SimpleZIP_UI/Presentation/View/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<TextBlock Text="SimpleZIP" FontFamily="Default" FontSize="54" CharacterSpacing="32"
FontStyle="Normal" FontWeight="Medium" Foreground="{ThemeResource SystemControlForegroundAccentBrush}" />
<!-- ReSharper disable once MarkupAttributeTypo -->
<TextBlock Text="v2.1.17" FontFamily="Consolas" FontStyle="Normal" FontWeight="Medium"
<TextBlock Text="v2.2.5" FontFamily="Consolas" FontStyle="Normal" FontWeight="Medium"
Foreground="{ThemeResource SystemControlForegroundAccentBrush}" Margin="116,54,0,0" />
</Canvas>
<Button Grid.Row="1" Width="280" Height="64" MaxHeight="75" Margin="0,0,0,16" Tapped="CompressButton_Tap" VerticalContentAlignment="Center"
Expand Down

0 comments on commit 1bb7542

Please sign in to comment.