Skip to content

Commit

Permalink
chore(dev/release): fix regex for C# version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm committed Mar 28, 2024
1 parent 056b980 commit 6022514
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 6022514

Please sign in to comment.