Skip to content

Commit

Permalink
Bump version to 0.2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Trolldemorted committed Dec 4, 2018
1 parent f83e7e2 commit 7296469
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Signal-Windows/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Identity Name="2383BenediktRadtke.SignalPrivateMessenger" Publisher="CN=83951ACF-6CF8-48C5-BDC4-D778CAFD26C0" Version="0.2.22.0" />
<Identity Name="2383BenediktRadtke.SignalPrivateMessenger" Publisher="CN=83951ACF-6CF8-48C5-BDC4-D778CAFD26C0" Version="0.2.23.0" />
<mp:PhoneIdentity PhoneProductId="25d58032-97d6-4555-96ed-ffe17d57a51f" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Signal Private Messenger</DisplayName>
Expand Down
4 changes: 2 additions & 2 deletions Signal-Windows/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.2.22.0")]
[assembly: AssemblyFileVersion("0.2.22.0")]
[assembly: AssemblyVersion("0.2.23.0")]
[assembly: AssemblyFileVersion("0.2.23.0")]
[assembly: ComVisible(false)]

7 comments on commit 7296469

@AnuragRajan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hello ... I cant seem to install it on my phone...I tried following the link and install it through the store and I tried it by downloading this version and installing it through the .appxbundle ...anything I am missing ?

@Trolldemorted
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is odd, installation through the store should work! What happens if you try it? cc @golf1052

@AnuragRajan
Copy link

@AnuragRajan AnuragRajan commented on 7296469 Jan 1, 2019 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Trolldemorted
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minimum version is 1703, which is supported on W10M until July. Is your device able to upgrade to 1703?

@AnuragRajan
Copy link

@AnuragRajan AnuragRajan commented on 7296469 Jan 16, 2019 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Trolldemorted
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Damn. Unless you find a way to make our dependencies work on an earlier .net standard version, you are unfortunately out of luck :(

@AnuragRajan
Copy link

@AnuragRajan AnuragRajan commented on 7296469 Jan 26, 2019 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.