Skip to content

Commit

Permalink
Dump version
Browse files Browse the repository at this point in the history
  • Loading branch information
FrayxRulez committed Dec 10, 2024
1 parent 7728ddc commit ed89b22
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Telegram.Msix/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
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">
<Identity Name="38833FF26BA1D.UnigramPreview" Publisher="CN=D89C87B4-2758-402A-8F40-3571D00882AB" Version="11.5.3.0" />
<Identity Name="38833FF26BA1D.UnigramPreview" Publisher="CN=D89C87B4-2758-402A-8F40-3571D00882AB" Version="11.5.4.0" />
<mp:PhoneIdentity PhoneProductId="bf16cc61-265a-4c8a-9ead-f4f77e6a0a97" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Unigram—Telegram for Windows</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion Telegram/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
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">
<Identity Name="38833FF26BA1D.UnigramExperimental" Publisher="CN=D89C87B4-2758-402A-8F40-3571D00882AB" Version="11.5.3.10781" />
<Identity Name="38833FF26BA1D.UnigramExperimental" Publisher="CN=D89C87B4-2758-402A-8F40-3571D00882AB" Version="11.5.4.10781" />
<mp:PhoneIdentity PhoneProductId="bf16cc61-265a-4c8a-9ead-f4f77e6a0a97" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Unigram Experimental</DisplayName>
Expand Down
24 changes: 0 additions & 24 deletions Telegram/Stub.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3606,18 +3606,6 @@ public static void Reload_stub(this Microsoft.Web.WebView2.Core.CoreWebView2 sen
throw new RuntimeException(ex);
}
}
public static void Stop_stub(this Microsoft.Web.WebView2.Core.CoreWebView2 sender)
{
try
{
sender.Stop();
}
catch (Exception ex)
{
Logger.Error(Environment.StackTrace);
throw new RuntimeException(ex);
}
}
}
public static class CoreWebView2Environment_stub
{
Expand Down Expand Up @@ -6192,18 +6180,6 @@ public static int GetScaleForCurrentView_stub()
throw new RuntimeException(ex);
}
}
public static System.Collections.Generic.IList<Telegram.Native.FatalErrorFrame> GetStowedException_stub()
{
try
{
return Telegram.Native.NativeUtils.GetStowedException();
}
catch (Exception ex)
{
Logger.Error(Environment.StackTrace);
throw new RuntimeException(ex);
}
}
public static bool IsFileReadable_stub(string path, out long fileSize, out long fileTime)
{
try
Expand Down

0 comments on commit ed89b22

Please sign in to comment.