diff options
| author | levlam <levlam@telegram.org> | 2024-07-30 15:18:28 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2024-07-30 15:18:28 +0300 |
| commit | 1fa2a372a88c26369dcac2ce476166531df74a77 (patch) | |
| tree | 5211cfe59e8f70d0f03a1702c19d5e9c91a67c79 /example/uwp | |
| parent | 9c1889c67d857f64182fec3638aec687245dba6b (diff) | |
Update version to 1.8.34.
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 e416515fd..915c8b3e2 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.33</version> + <version>1.8.34</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 b4619561e..98c5c5d91 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.33" Language="en-US" Publisher="Telegram LLC" /> + <Identity Id="Telegram.Td.UWP" Version="1.8.34" 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> |
