Skip to content

Commit

Permalink
Update library.json version with release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
FlavioZanoni authored and obones committed Oct 11, 2024
1 parent a49fdd0 commit f06e56d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ sed -i \
-e "s/\(\"version\": \).*/\1\"$version\",/" \
package.json

echo "Updating library.json..."
sed -i \
-e "s/\(\"version\": \).*/\1\"$version\",/" \
library.json

echo "Updating net/FlatBuffers/Google.FlatBuffers.csproj..."
sed -i \
-e "s/\(<PackageVersion>\).*\(<\/PackageVersion>\)/\1$version\2/" \
Expand Down

0 comments on commit f06e56d

Please sign in to comment.