File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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" >
3
- <Identity Name =" 2383BenediktRadtke.SignalPrivateMessenger" Publisher =" CN=83951ACF-6CF8-48C5-BDC4-D778CAFD26C0" Version =" 0.2.25 .0" />
3
+ <Identity Name =" 2383BenediktRadtke.SignalPrivateMessenger" Publisher =" CN=83951ACF-6CF8-48C5-BDC4-D778CAFD26C0" Version =" 0.2.26 .0" />
4
4
<mp : PhoneIdentity PhoneProductId =" 25d58032-97d6-4555-96ed-ffe17d57a51f" PhonePublisherId =" 00000000-0000-0000-0000-000000000000" />
5
5
<Properties >
6
6
<DisplayName >Signal Private Messenger</DisplayName >
Original file line number Diff line number Diff line change 23
23
// You can specify all the values or you can default the Build and Revision Numbers
24
24
// by using the '*' as shown below:
25
25
// [assembly: AssemblyVersion("1.0.*")]
26
- [ assembly: AssemblyVersion ( "0.2.25 .0" ) ]
27
- [ assembly: AssemblyFileVersion ( "0.2.25 .0" ) ]
26
+ [ assembly: AssemblyVersion ( "0.2.26 .0" ) ]
27
+ [ assembly: AssemblyFileVersion ( "0.2.26 .0" ) ]
28
28
[ assembly: ComVisible ( false ) ]
Original file line number Diff line number Diff line change 23
23
<AppxAutoIncrementPackageRevision >False</AppxAutoIncrementPackageRevision >
24
24
<AppxBundle >Always</AppxBundle >
25
25
<AppxBundlePlatforms >x86|x64|arm</AppxBundlePlatforms >
26
- <PackageCertificateThumbprint >2E5DCF720234F51DCE3AF3EA22C5DC22F31B5DB0</PackageCertificateThumbprint >
26
+ <PackageCertificateThumbprint >
27
+ </PackageCertificateThumbprint >
27
28
<GenerateAppInstallerFile >False</GenerateAppInstallerFile >
28
29
<AppInstallerUpdateFrequency >1</AppInstallerUpdateFrequency >
29
30
<AppInstallerCheckForUpdateFrequency >OnApplicationRun</AppInstallerCheckForUpdateFrequency >
31
+ <AppxPackageSigningTimestampDigestAlgorithm >SHA256</AppxPackageSigningTimestampDigestAlgorithm >
32
+ <GenerateTestArtifacts >True</GenerateTestArtifacts >
33
+ <HoursBetweenUpdateChecks >0</HoursBetweenUpdateChecks >
30
34
</PropertyGroup >
31
35
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86'" >
32
36
<DebugSymbols >true</DebugSymbols >
You can’t perform that action at this time.
0 commit comments