Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
FrayxRulez committed Jan 8, 2025
1 parent 76a8867 commit 52c22cc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 29 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.6.0.0" />
<Identity Name="38833FF26BA1D.UnigramPreview" Publisher="CN=D89C87B4-2758-402A-8F40-3571D00882AB" Version="11.6.1.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.6.0.10781" />
<Identity Name="38833FF26BA1D.UnigramExperimental" Publisher="CN=D89C87B4-2758-402A-8F40-3571D00882AB" Version="11.6.1.10781" />
<mp:PhoneIdentity PhoneProductId="bf16cc61-265a-4c8a-9ead-f4f77e6a0a97" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Unigram Experimental</DisplayName>
Expand Down
27 changes: 0 additions & 27 deletions Telegram/Stub.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4786,21 +4786,6 @@ public static bool IsSupported_stub(string geographicRegionCode)
}
}
}
public static class Language_stub
{
public static bool IsWellFormed_stub(string languageTag)
{
try
{
return Windows.Globalization.Language.IsWellFormed(languageTag);
}
catch (Exception ex)
{
Logger.Error(Environment.StackTrace);
throw new RuntimeException(ex);
}
}
}
public static class ElementCompositionPreview_stub
{
public static Windows.UI.Composition.Visual GetElementChildVisual_stub(Windows.UI.Xaml.UIElement element)
Expand Down Expand Up @@ -6531,18 +6516,6 @@ public static void Remove_stub(this Windows.UI.Notifications.ToastNotificationHi
throw new RuntimeException(ex);
}
}
public static void RemoveGroup_stub(this Windows.UI.Notifications.ToastNotificationHistory sender, string group)
{
try
{
sender.RemoveGroup(group);
}
catch (Exception ex)
{
Logger.Error(Environment.StackTrace);
throw new RuntimeException(ex);
}
}
}
public static class ToastNotificationManager_stub
{
Expand Down

0 comments on commit 52c22cc

Please sign in to comment.