Skip to content

Commit 54bdc28

Browse files
committed
bump version to 0.2.5
1 parent 6dca1cd commit 54bdc28

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Signal-Windows/Package.appxmanifest

+11-11
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.4.0" />
3+
<Identity Name="2383BenediktRadtke.SignalPrivateMessenger" Publisher="CN=83951ACF-6CF8-48C5-BDC4-D778CAFD26C0" Version="0.2.5.0" />
44
<mp:PhoneIdentity PhoneProductId="25d58032-97d6-4555-96ed-ffe17d57a51f" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
66
<DisplayName>Signal Private Messenger</DisplayName>
@@ -21,22 +21,22 @@
2121
<uap:SplashScreen Image="Assets\SplashScreen.png" BackgroundColor="#2090EA" />
2222
</uap:VisualElements>
2323
<Extensions>
24-
<Extension Category="windows.backgroundTasks" EntryPoint="Signal_Windows.RC.SignalBackgroundTask">
25-
<BackgroundTasks>
26-
<Task Type="systemEvent" />
27-
<Task Type="timer" />
28-
</BackgroundTasks>
29-
</Extension>
3024
<uap:Extension Category="windows.protocol">
31-
<uap:Protocol Name="ms-contact-profile">
32-
<uap:DisplayName>Signal Private Messenger Contact</uap:DisplayName>
25+
<uap:Protocol Name="ms-ipmessaging">
26+
<uap:DisplayName>Signal Private Messenger Message</uap:DisplayName>
3327
</uap:Protocol>
3428
</uap:Extension>
3529
<uap:Extension Category="windows.protocol">
36-
<uap:Protocol Name="ms-ipmessaging">
37-
<uap:DisplayName>Signal Private Messenger Message</uap:DisplayName>
30+
<uap:Protocol Name="ms-contact-profile">
31+
<uap:DisplayName>Signal Private Messenger Contact</uap:DisplayName>
3832
</uap:Protocol>
3933
</uap:Extension>
34+
<Extension Category="windows.backgroundTasks" EntryPoint="Signal_Windows.RC.SignalBackgroundTask">
35+
<BackgroundTasks>
36+
<Task Type="systemEvent" />
37+
<Task Type="timer" />
38+
</BackgroundTasks>
39+
</Extension>
4040
</Extensions>
4141
</Application>
4242
</Applications>

Signal-Windows/Properties/AssemblyInfo.cs

+2-2
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.4.0")]
27-
[assembly: AssemblyFileVersion("0.2.4.0")]
26+
[assembly: AssemblyVersion("0.2.5.0")]
27+
[assembly: AssemblyFileVersion("0.2.5.0")]
2828
[assembly: ComVisible(false)]

0 commit comments

Comments
 (0)