This is an automated email from the ASF dual-hosted git repository.
curth pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 2e46f700a chore(csharp): bump Arrow to 18.0.0 (#2299)
2e46f700a is described below
commit 2e46f700a009b2b6df67f25331bd83c070e2426a
Author: Curt Hagenlocher <[email protected]>
AuthorDate: Fri Nov 1 14:16:11 2024 -0700
chore(csharp): bump Arrow to 18.0.0 (#2299)
---
csharp/src/Apache.Arrow.Adbc/Apache.Arrow.Adbc.csproj | 2 +-
csharp/src/Drivers/FlightSql/Apache.Arrow.Adbc.Drivers.FlightSql.csproj | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/csharp/src/Apache.Arrow.Adbc/Apache.Arrow.Adbc.csproj
b/csharp/src/Apache.Arrow.Adbc/Apache.Arrow.Adbc.csproj
index f5a1e65f6..4398e2cb5 100644
--- a/csharp/src/Apache.Arrow.Adbc/Apache.Arrow.Adbc.csproj
+++ b/csharp/src/Apache.Arrow.Adbc/Apache.Arrow.Adbc.csproj
@@ -6,7 +6,7 @@
<PackageReadmeFile>readme.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="Apache.Arrow" Version="17.0.0" />
+ <PackageReference Include="Apache.Arrow" Version="18.0.0" />
</ItemGroup>
<ItemGroup
Condition="$([MSBuild]::IsTargetFrameworkCompatible($(TargetFramework),
'net6.0'))">
<Compile Remove="C\NativeLibrary.cs" />
diff --git
a/csharp/src/Drivers/FlightSql/Apache.Arrow.Adbc.Drivers.FlightSql.csproj
b/csharp/src/Drivers/FlightSql/Apache.Arrow.Adbc.Drivers.FlightSql.csproj
index db285f9ed..6a311fd93 100644
--- a/csharp/src/Drivers/FlightSql/Apache.Arrow.Adbc.Drivers.FlightSql.csproj
+++ b/csharp/src/Drivers/FlightSql/Apache.Arrow.Adbc.Drivers.FlightSql.csproj
@@ -4,7 +4,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="8.0.2"
Condition="'$(TargetFrameworkIdentifier)' == '.NETStandard'" />
- <PackageReference Include="Apache.Arrow.Flight" Version="17.0.0" />
+ <PackageReference Include="Apache.Arrow.Flight" Version="18.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference
Include="..\..\Apache.Arrow.Adbc\Apache.Arrow.Adbc.csproj" />