Skip to content

Commit cb16021

Browse files
committed
Bump to vesion 2.13.0
1 parent b495540 commit cb16021

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Signal-Windows/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" IgnorableNamespaces="uap mp">
3-
<Identity Name="2383BenediktRadtke.SignalPrivateMessenger" Publisher="CN=83951ACF-6CF8-48C5-BDC4-D778CAFD26C0" Version="0.2.12.0" />
3+
<Identity Name="2383BenediktRadtke.SignalPrivateMessenger" Publisher="CN=83951ACF-6CF8-48C5-BDC4-D778CAFD26C0" Version="0.2.13.0" />
44
<mp:PhoneIdentity PhoneProductId="25d58032-97d6-4555-96ed-ffe17d57a51f" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
66
<DisplayName>Signal Private Messenger</DisplayName>

Signal-Windows/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
// You can specify all the values or you can default the Build and Revision Numbers
2424
// by using the '*' as shown below:
2525
// [assembly: AssemblyVersion("1.0.*")]
26-
[assembly: AssemblyVersion("0.2.12.0")]
27-
[assembly: AssemblyFileVersion("0.2.12.0")]
26+
[assembly: AssemblyVersion("0.2.13.0")]
27+
[assembly: AssemblyFileVersion("0.2.13.0")]
2828
[assembly: ComVisible(false)]

Signal-Windows/Signal-Windows.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
<AppxBundle>Always</AppxBundle>
2323
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
2424
<PackageCertificateThumbprint>2E5DCF720234F51DCE3AF3EA22C5DC22F31B5DB0</PackageCertificateThumbprint>
25+
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
26+
<AppInstallerUpdateFrequency>1</AppInstallerUpdateFrequency>
27+
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
2528
</PropertyGroup>
2629
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
2730
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)