Skip to content

Commit

Permalink
fix(dev/release): correct C# version bump regex
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm committed Apr 19, 2024
1 parent 79e51fa commit 083d87e
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 083d87e

Please sign in to comment.