Skip to content

Commit 3ee72c3

Browse files
Luke BlevinsLuke Blevins
authored andcommitted
Increment Version Number to 0.4.3
1 parent eaf0f9b commit 3ee72c3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Files.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<AppInstallerUpdateFrequency>1</AppInstallerUpdateFrequency>
2525
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
2626
<AppxPackageDir>C:\Users\lukeb\Documents\Packages\</AppxPackageDir>
27-
<PackageCertificateThumbprint>40C19AD60464664359C53F014D2D7703AB1320FD</PackageCertificateThumbprint>
27+
<PackageCertificateThumbprint>8A20ABE1D687015D3DA4C50D4E3B1B93D28951CD</PackageCertificateThumbprint>
2828
<AppxBundle>Never</AppxBundle>
2929
</PropertyGroup>
3030
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
@@ -268,6 +268,9 @@
268268
<Version>2.0.0</Version>
269269
</PackageReference>
270270
</ItemGroup>
271+
<ItemGroup>
272+
<None Include="Files_TemporaryKey.pfx" />
273+
</ItemGroup>
271274
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
272275
<VisualStudioVersion>14.0</VisualStudioVersion>
273276
</PropertyGroup>

Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4" IgnorableNamespaces="uap mp rescap desktop4">
3-
<Identity Name="cd15f916-6036-4135-8201-430a5c5547dd" Publisher="CN=lukeb" Version="0.4.1.0" />
3+
<Identity Name="cd15f916-6036-4135-8201-430a5c5547dd" Publisher="CN=lukeb" Version="0.4.3.0" />
44
<mp:PhoneIdentity PhoneProductId="cd15f916-6036-4135-8201-430a5c5547dd" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
66
<DisplayName>Files</DisplayName>

SettingsPages/About.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<TextBlock x:Name="Header" Text="About Files" Margin="0,0,0,25" FontFamily="Segoe UI Black" FontWeight="Bold" FontSize="48" HorizontalAlignment="Left" VerticalAlignment="Top" />
2626
<TextBlock Margin="0,0,0,10" FontFamily="Segoe UI" FontSize="24" Text="Product Information"/>
2727
<TextBlock FontSize="18" Text="Edition: Files Home"/>
28-
<TextBlock FontSize="18" Text="Version: 0.4.2 Pre-Release"/>
28+
<TextBlock FontSize="18" Text="Version: 0.4.3 Pre-Release"/>
2929
<ListView IsItemClickEnabled="True" Margin="0,35,0,0" ItemClick="ListView_ItemClick" HorizontalAlignment="Stretch">
3030
<ListViewItem Name="FeedbackForm">
3131
<StackPanel Orientation="Horizontal">

0 commit comments

Comments
 (0)