Skip to content

Commit

Permalink
fix(dev/release): correct C# version bump regex (apache#1733)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm authored and cocoa-xu committed May 8, 2024
1 parent 66e0605 commit d803a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/utils-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit d803a4f

Please sign in to comment.