A JSON converter library for all classes and structures in SA3D.Modeling.
Warning: Reading mesh data can be very slow! Improvements may be done in the future
!! Requires authorization via the X-Hax organisation
- Edit the version number in src/SA3D.Modeling.JSON/SA3D.Modeling.JSON.csproj; Example:
<Version>1.0.0</Version>
-><Version>2.0.0</Version>
- Commit the change but dont yet push.
- Tag the commit:
git tag -a [version number] HEAD -m "Release version [version number]"
- Push with tags:
git push --follow-tags
This will automatically start the Github Build and Publish
workflow