This is an automated email from the ASF dual-hosted git repository.

HTHou pushed a commit to branch codex/upgrade-apachethrift-0.23.0
in repository https://gitbox.apache.org/repos/asf/iotdb-client-csharp.git

commit e4c7775b4785c15dfa966a295b7c7dfc197b10a1
Author: HTHou <[email protected]>
AuthorDate: Tue May 12 14:36:51 2026 +0800

    Upgrade ApacheThrift to 0.23.0
---
 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" />

Reply via email to