Skip to content

Commit d68f608

Browse files
committed
v0.23, readme updated
1 parent cacacc0 commit d68f608

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Wrapper around `tonlibjson` library for accessing [Telegram Open Network](https:
55

66
**Does not** require TonAPI, TonCenter API, TonKeeper API or any other HTTP API.
77

8-
[![NuGet](https://img.shields.io/nuget/v/TonLib.Net.svg?color=blue)](https://www.nuget.org/packages/TonLib.Net/) ![NuGet downloads](https://img.shields.io/nuget/dt/TonLib.NET?color=blue) ![Framework](https://img.shields.io/badge/framework-net6.0-blue) ![Framework](https://img.shields.io/badge/framework-net8.0-blue) ![GitHub License](https://img.shields.io/github/license/justdmitry/TonLib.NET?color=blue)
8+
[![NuGet](https://img.shields.io/nuget/v/TonLib.Net.svg)](https://www.nuget.org/packages/TonLib.Net/) ![NuGet downloads](https://img.shields.io/nuget/dt/TonLib.NET) ![.NET 6.0](https://img.shields.io/badge/.NET-6.0-512BD4) ![.NET 8.0](https://img.shields.io/badge/.NET-8.0-512BD4) ![.NET 9.0](https://img.shields.io/badge/.NET-9.0-512BD4) ![GitHub License](https://img.shields.io/github/license/justdmitry/TonLib.NET)
99

10-
⚠ For `net6.0` uses `System.Text.Json` package **v8.0.4** (from `net8.0`) - it makes [de]serialization much simpler (because of [Polymorphic serialization](https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/polymorphism)). It only updates `System.Text.Encodings.Web` (v6.0 -> v8.0) as a transitive dependency, which I think is acceptable.
10+
⚠ For `net6.0` uses `System.Text.Json` package **v8.0.5** (from `net8.0`) - it makes [de]serialization much simpler (because of [Polymorphic serialization](https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/polymorphism)). It only updates `System.Text.Encodings.Web` (v6.0 -> v8.0) as a transitive dependency, which I think is acceptable.
1111

1212

1313
## Features
@@ -74,9 +74,9 @@ The number of additional dependencies you need depends of what you already have
7474

7575
## 3rd-party libraries and dependencies
7676

77-
* Microsoft.Extensions.Logging.Abstractions v6.0.0 / v8.0.0
78-
* Microsoft.Extensions.Options v6.0.0 / v8.0.0
79-
* System.Text.Json v8.0.4 for both `net6.0` and `net8.0`
77+
* Microsoft.Extensions.Logging.Abstractions v6.0.0 / v8.0.0 / v9.0.0
78+
* Microsoft.Extensions.Options v6.0.0 / v8.0.0 / v9.0.0
79+
* System.Text.Json v8.0.5 for both `net6.0` and `net8.0`, v9.0.0 for `net9.0`
8080
* System.Text.Encodings.Web v8.0.0 for `net6.0` as transitive dependency
8181

8282

TonLibDotNet/TonLibDotNet.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
<PackageId>TonLib.Net</PackageId>
1010
<Title>TonLib (tonlibjson) wrapper</Title>
1111
<Authors>just_dmitry</Authors>
12-
<Copyright>Copyright © Dmitry Popov, 2023-2024</Copyright>
12+
<Copyright>Copyright © Dmitry Popov, 2023-2025</Copyright>
1313
<PackageProjectUrl>https://github.com/justdmitry/TonLib.NET</PackageProjectUrl>
1414
<PackageReadmeFile>README.md</PackageReadmeFile>
1515
<RepositoryUrl>[email protected]:justdmitry/TonLib.NET.git</RepositoryUrl>
1616
<RepositoryType>git</RepositoryType>
1717
<PackageTags>ton, toncoin, the-open-network, tonlib, tonlibjson</PackageTags>
1818
<PackageLicenseFile>LICENSE</PackageLicenseFile>
19-
<Version>0.22.0</Version>
19+
<Version>0.23.0</Version>
2020
<PackageReleaseNotes>Several changes, see GitHub changelog.</PackageReleaseNotes>
2121
<Description>TonLib (tonlibjson) wrapper for accessing Telegram Open Network lite servers (nodes) via ADNL protocol.</Description>
2222
<GenerateDocumentationFile>True</GenerateDocumentationFile>

0 commit comments

Comments
 (0)