This is an automated email from the ASF dual-hosted git repository.
lidavidm 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 cfda7a6ee chore(dev/release): remove NuGet deployment for old packages
(#4601)
cfda7a6ee is described below
commit cfda7a6ee3a1b2527cdc8754b15095577442bdf3
Author: David Li <[email protected]>
AuthorDate: Mon Jul 27 19:28:18 2026 -0700
chore(dev/release): remove NuGet deployment for old packages (#4601)
---
dev/release/post-07-csharp.sh | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dev/release/post-07-csharp.sh b/dev/release/post-07-csharp.sh
index 1d5ecc2a2..93a0dd21a 100755
--- a/dev/release/post-07-csharp.sh
+++ b/dev/release/post-07-csharp.sh
@@ -54,9 +54,6 @@ main() {
local base_names=()
base_names+=(Apache.Arrow.Adbc.${VERSION_CSHARP})
base_names+=(Apache.Arrow.Adbc.Client.${VERSION_CSHARP})
- base_names+=(Apache.Arrow.Adbc.Drivers.Apache.${VERSION_CSHARP})
- base_names+=(Apache.Arrow.Adbc.Drivers.BigQuery.${VERSION_CSHARP})
- base_names+=(Apache.Arrow.Adbc.Drivers.Databricks.${VERSION_CSHARP})
base_names+=(Apache.Arrow.Adbc.Drivers.Interop.FlightSql.${VERSION_CSHARP})
base_names+=(Apache.Arrow.Adbc.Telemetry.Traces.Exporters.${VERSION_CSHARP})
base_names+=(Apache.Arrow.Adbc.Telemetry.Traces.Listeners.${VERSION_CSHARP})