File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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" xmlns : uap3 =" http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns : uap4 =" http://schemas.microsoft.com/appx/manifest/uap/windows10/4" xmlns : uap5 =" http://schemas.microsoft.com/appx/manifest/uap/windows10/5" xmlns : uap6 =" http://schemas.microsoft.com/appx/manifest/uap/windows10/6" xmlns : uap11 =" http://schemas.microsoft.com/appx/manifest/uap/windows10/11" xmlns : rescap =" http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns : desktop =" http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns : desktop4 =" http://schemas.microsoft.com/appx/manifest/desktop/windows10/4" IgnorableNamespaces =" mp uap uap3 uap4 uap5 uap6 uap11 rescap desktop desktop4" >
3
- <Identity Name =" 38833FF26BA1D.UnigramPreview" Publisher =" CN=D89C87B4-2758-402A-8F40-3571D00882AB" Version =" 11.13.6 .0" />
3
+ <Identity Name =" 38833FF26BA1D.UnigramPreview" Publisher =" CN=D89C87B4-2758-402A-8F40-3571D00882AB" Version =" 11.13.7 .0" />
4
4
<mp : PhoneIdentity PhoneProductId =" bf16cc61-265a-4c8a-9ead-f4f77e6a0a97" PhonePublisherId =" 00000000-0000-0000-0000-000000000000" />
5
5
<Properties >
6
6
<DisplayName >Unigram—Telegram for Windows</DisplayName >
Original file line number Diff line number Diff line change 11
11
xmlns : desktop =" http://schemas.microsoft.com/appx/manifest/desktop/windows10"
12
12
xmlns : desktop4 =" http://schemas.microsoft.com/appx/manifest/desktop/windows10/4"
13
13
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.13.6.11774 " />
14
+ <Identity Name =" 38833FF26BA1D.UnigramExperimental" Publisher =" CN=D89C87B4-2758-402A-8F40-3571D00882AB" Version =" 11.13.7.12072 " />
15
15
<mp : PhoneIdentity PhoneProductId =" bf16cc61-265a-4c8a-9ead-f4f77e6a0a97" PhonePublisherId =" 00000000-0000-0000-0000-000000000000" />
16
16
<Properties >
17
17
<DisplayName >Unigram Experimental</DisplayName >
Original file line number Diff line number Diff line change @@ -4626,6 +4626,18 @@ public static Microsoft.Graphics.Canvas.Geometry.CanvasGeometry CreateRoundedRec
4626
4626
throw new RuntimeException ( ex ) ;
4627
4627
}
4628
4628
}
4629
+ public static Microsoft . Graphics . Canvas . Geometry . CanvasGeometry CreateText_stub ( Microsoft . Graphics . Canvas . Text . CanvasTextLayout textLayout )
4630
+ {
4631
+ try
4632
+ {
4633
+ return Microsoft . Graphics . Canvas . Geometry . CanvasGeometry . CreateText ( textLayout ) ;
4634
+ }
4635
+ catch ( Exception ex )
4636
+ {
4637
+ Logger . Error ( Environment . StackTrace ) ;
4638
+ throw new RuntimeException ( ex ) ;
4639
+ }
4640
+ }
4629
4641
}
4630
4642
public static class CanvasPathBuilder_stub
4631
4643
{
@@ -6831,6 +6843,18 @@ public static string FormatInt_stub(this Windows.Globalization.NumberFormatting.
6831
6843
}
6832
6844
public static class INumberParser_stub
6833
6845
{
6846
+ public static double ? ParseDouble_stub ( this Windows . Globalization . NumberFormatting . INumberParser sender , string text )
6847
+ {
6848
+ try
6849
+ {
6850
+ return sender . ParseDouble ( text ) ;
6851
+ }
6852
+ catch ( Exception ex )
6853
+ {
6854
+ Logger . Error ( Environment . StackTrace ) ;
6855
+ throw new RuntimeException ( ex ) ;
6856
+ }
6857
+ }
6834
6858
public static long ? ParseInt_stub ( this Windows . Globalization . NumberFormatting . INumberParser sender , string text )
6835
6859
{
6836
6860
try
You can’t perform that action at this time.
0 commit comments