This is an automated email from the ASF dual-hosted git repository.
HTHou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-client-csharp.git
The following commit(s) were added to refs/heads/main by this push:
new 8214361 Upgrade ApacheThrift to 0.23.0 (#57)
8214361 is described below
commit 8214361ca24db9092981b2c333d61fb83291d8b7
Author: Haonan <[email protected]>
AuthorDate: Fri Jun 12 15:30:41 2026 +0800
Upgrade ApacheThrift to 0.23.0 (#57)
---
src/Apache.IoTDB/Apache.IoTDB.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Apache.IoTDB/Apache.IoTDB.csproj
b/src/Apache.IoTDB/Apache.IoTDB.csproj
index dc01c44..fe6c02a 100644
--- a/src/Apache.IoTDB/Apache.IoTDB.csproj
+++ b/src/Apache.IoTDB/Apache.IoTDB.csproj
@@ -17,7 +17,7 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="ApacheThrift" Version="0.22.0" />
+ <PackageReference Include="ApacheThrift" Version="0.23.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net461' or
'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="IndexRange" Version="1.0.2" />