Skip to content

Commit 9686636

Browse files
committed
Bump version
1 parent fd9b022 commit 9686636

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

‎Telegram.Msix/Package.appxmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10"
1212
xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4"
1313
IgnorableNamespaces="mp uap uap3 uap4 uap5 uap6 uap11 rescap desktop desktop4">
14-
<Identity Name="38833FF26BA1D.UnigramPreview" Publisher="CN=D89C87B4-2758-402A-8F40-3571D00882AB" Version="11.8.0.0" />
14+
<Identity Name="38833FF26BA1D.UnigramPreview" Publisher="CN=D89C87B4-2758-402A-8F40-3571D00882AB" Version="11.9.0.0" />
1515
<mp:PhoneIdentity PhoneProductId="bf16cc61-265a-4c8a-9ead-f4f77e6a0a97" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
1616
<Properties>
1717
<DisplayName>Unigram—Telegram for Windows</DisplayName>
-64 Bytes
Binary file not shown.

‎Telegram/Package.appxmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10"
1212
xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4"
1313
IgnorableNamespaces="mp uap uap3 uap4 uap5 uap6 uap11 rescap desktop desktop4">
14-
<Identity Name="38833FF26BA1D.UnigramExperimental" Publisher="CN=D89C87B4-2758-402A-8F40-3571D00882AB" Version="11.8.0.10781" />
14+
<Identity Name="38833FF26BA1D.UnigramExperimental" Publisher="CN=D89C87B4-2758-402A-8F40-3571D00882AB" Version="11.9.0.10781" />
1515
<mp:PhoneIdentity PhoneProductId="bf16cc61-265a-4c8a-9ead-f4f77e6a0a97" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
1616
<Properties>
1717
<DisplayName>Unigram Experimental</DisplayName>

‎Telegram/Stub.cs

+12
Original file line numberDiff line numberDiff line change
@@ -7575,6 +7575,18 @@ public static void Dispose_stub(this Microsoft.Graphics.Canvas.Text.CanvasTextFo
75757575
throw new RuntimeException(ex);
75767576
}
75777577
}
7578+
public static string[] GetSystemFontFamilies_stub()
7579+
{
7580+
try
7581+
{
7582+
return Microsoft.Graphics.Canvas.Text.CanvasTextFormat.GetSystemFontFamilies();
7583+
}
7584+
catch (Exception ex)
7585+
{
7586+
Logger.Error(Environment.StackTrace);
7587+
throw new RuntimeException(ex);
7588+
}
7589+
}
75787590
}
75797591
public static class CanvasTextLayout_stub
75807592
{

0 commit comments

Comments
 (0)