Skip to content

Commit 79052ae

Browse files
committed
bump version to 0.2.1
1 parent e13d925 commit 79052ae

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

Signal-Windows/Package.appxmanifest

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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="d77d01c7-0786-44e4-9ef4-dd3cde64124b" Publisher="CN=Benni" Version="0.2.0.0" />
4-
<mp:PhoneIdentity PhoneProductId="d77d01c7-0786-44e4-9ef4-dd3cde64124b" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
3+
<Identity Name="2383BenediktRadtke.SignalPrivateMessenger" Publisher="CN=83951ACF-6CF8-48C5-BDC4-D778CAFD26C0" Version="0.2.1.0" />
4+
<mp:PhoneIdentity PhoneProductId="25d58032-97d6-4555-96ed-ffe17d57a51f" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
6-
<DisplayName>Signal-Windows</DisplayName>
7-
<PublisherDisplayName>Benni</PublisherDisplayName>
6+
<DisplayName>Signal Private Messenger</DisplayName>
7+
<PublisherDisplayName>Benedikt Radtke</PublisherDisplayName>
88
<Logo>Assets\StoreLogo.png</Logo>
99
</Properties>
1010
<Dependencies>

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("1.0.0.0")]
27-
[assembly: AssemblyFileVersion("1.0.0.0")]
26+
[assembly: AssemblyVersion("0.2.1.0")]
27+
[assembly: AssemblyFileVersion("0.2.1.0")]
2828
[assembly: ComVisible(false)]

Signal-Windows/Signal-Windows.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<FileAlignment>512</FileAlignment>
1818
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1919
<WindowsXamlEnableOverview>true</WindowsXamlEnableOverview>
20-
<PackageCertificateKeyFile>Signal-Windows_TemporaryKey.pfx</PackageCertificateKeyFile>
20+
<PackageCertificateKeyFile>Signal-Windows_StoreKey.pfx</PackageCertificateKeyFile>
2121
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
2222
<AppxBundle>Always</AppxBundle>
2323
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
24-
<PackageCertificateThumbprint>853DF1D4DABC27DEEF062DB83D09285BAF95B526</PackageCertificateThumbprint>
24+
<PackageCertificateThumbprint>2E5DCF720234F51DCE3AF3EA22C5DC22F31B5DB0</PackageCertificateThumbprint>
2525
</PropertyGroup>
2626
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
2727
<DebugSymbols>true</DebugSymbols>
@@ -134,7 +134,9 @@
134134
<Content Include="Assets\Wide310x150Logo.scale-125.png" />
135135
<Content Include="Assets\Wide310x150Logo.scale-150.png" />
136136
<Content Include="Assets\Wide310x150Logo.scale-400.png" />
137+
<None Include="Package.StoreAssociation.xml" />
137138
<Content Include="textsecure-servicewhispersystemsorg.crt" />
139+
<None Include="Signal-Windows_StoreKey.pfx" />
138140
</ItemGroup>
139141
<ItemGroup>
140142
<Compile Include="App.xaml.cs">

0 commit comments

Comments
 (0)