Skip to content

Commit b4e1440

Browse files
committed
v0.7.0
1 parent f30eefd commit b4e1440

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

TonLibDotNet/TonLibDotNet.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Platforms>AnyCPU</Platforms>
88
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
99
<PackageId>TonLib.Net</PackageId>
10-
<Title>TonLib wrapper for accessing Telegram Open Network lite servers (nodes) via ADNL protocol</Title>
10+
<Title>TonLib (libtonlibjson) wrapper</Title>
1111
<Authors>just_dmitry</Authors>
1212
<Copyright>Copyright © Dmitry Popov, 2023</Copyright>
1313
<PackageProjectUrl>https://github.com/justdmitry/TonLib.NET</PackageProjectUrl>
@@ -16,7 +16,9 @@
1616
<RepositoryType>git</RepositoryType>
1717
<PackageTags>ton, tonlib, libtonlibjson</PackageTags>
1818
<PackageLicenseFile>LICENSE</PackageLicenseFile>
19-
<Version>0.6.0</Version>
19+
<Version>0.7.0</Version>
20+
<PackageReleaseNotes>Added methods for manipulating keys.</PackageReleaseNotes>
21+
<Description>TonLib (libtonlibjson) wrapper for accessing Telegram Open Network lite servers (nodes) via ADNL protocol.</Description>
2022
</PropertyGroup>
2123

2224
<ItemGroup>

0 commit comments

Comments
 (0)