feat: library definition for PlatformIO (#8261)

* feat: library definition for PlatformIO

* Update library.json version with release.sh

---------

Co-authored-by: Flávio Zanoni <flaviozg888@gmail.com>
This commit is contained in:
obones
2025-11-27 01:18:13 +01:00
committed by GitHub
parent 8e901ce17c
commit e3e355d498
2 changed files with 31 additions and 0 deletions

View File

@@ -74,6 +74,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/" \