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 f3b1eb5bd fix(dev/release): correct C# version bump regex (#1733)
f3b1eb5bd is described below

commit f3b1eb5bd7639ed232c0a562b6ee70aaa06a4f10
Author: David Li <[email protected]>
AuthorDate: Fri Apr 19 11:53:47 2024 +0900

    fix(dev/release): correct C# version bump regex (#1733)
    
    Fixes #1691.
---
 dev/release/utils-prepare.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/release/utils-prepare.sh b/dev/release/utils-prepare.sh
index 432407762..3236ab1da 100644
--- a/dev/release/utils-prepare.sh
+++ b/dev/release/utils-prepare.sh
@@ -52,7 +52,7 @@ update_versions() {
   git add meta.yaml
   popd
 
-  sed -i.bak -E "s|<version>.+</version>|<version>${version}</version>|" 
"${ADBC_DIR}/csharp/Directory.Build.props"
+  sed -i.bak -E "s|<Version>.+</Version>|<Version>${version}</Version>|" 
"${ADBC_DIR}/csharp/Directory.Build.props"
   rm "${ADBC_DIR}/csharp/Directory.Build.props.bak"
   git add "${ADBC_DIR}/csharp/Directory.Build.props"
 

Reply via email to