diff options
| author | levlam <levlam@telegram.org> | 2024-12-31 00:23:39 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2024-12-31 00:23:39 +0300 |
| commit | ef580cd3dd0e5223c2be503342dc29e128be866e (patch) | |
| tree | 71ab84b9e54df01f1365c490dcd189e6e978b246 /example/uwp | |
| parent | 754c8259be2a6953347691151e26993b03d791d1 (diff) | |
Update version to 1.8.42.
Diffstat (limited to 'example/uwp')
| -rw-r--r-- | example/uwp/Telegram.Td.UWP.nuspec | 2 | ||||
| -rw-r--r-- | example/uwp/extension.vsixmanifest | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/example/uwp/Telegram.Td.UWP.nuspec b/example/uwp/Telegram.Td.UWP.nuspec index 4dd88007f..01f9a30d0 100644 --- a/example/uwp/Telegram.Td.UWP.nuspec +++ b/example/uwp/Telegram.Td.UWP.nuspec @@ -2,7 +2,7 @@ <package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd"> <metadata> <id>Telegram.Td.UWP</id> - <version>1.8.41</version> + <version>1.8.42</version> <title>TDLib for Universal Windows Platform</title> <authors>Telegram</authors> <owners>Telegram</owners> diff --git a/example/uwp/extension.vsixmanifest b/example/uwp/extension.vsixmanifest index 5a4bf0b39..1935246c9 100644 --- a/example/uwp/extension.vsixmanifest +++ b/example/uwp/extension.vsixmanifest @@ -1,6 +1,6 @@ <PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011"> <Metadata> - <Identity Id="Telegram.Td.UWP" Version="1.8.41" Language="en-US" Publisher="Telegram LLC" /> + <Identity Id="Telegram.Td.UWP" Version="1.8.42" Language="en-US" Publisher="Telegram LLC" /> <DisplayName>TDLib for Universal Windows Platform</DisplayName> <Description>TDLib is a library for building Telegram clients</Description> <MoreInfo>https://core.telegram.org/tdlib</MoreInfo> |
