From 81fecefe8e5a103dd1317f840d49ddb4d9fde9c6 Mon Sep 17 00:00:00 2001 From: Justin113D Date: Sat, 3 Aug 2024 15:23:12 +0200 Subject: [PATCH] Updated version to 1.2.0 Updated README --- README.md | 2 +- src/SA3D.Modeling/SA3D.Modeling.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b0c013..ff6b87a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A Sonic Adventure modeling library with support for all game related model forma ## Releasing !! Requires authorization via the X-Hax organisation -1. Edit the version number in src/SA3D.Common/SA3D.Common.csproj; Example: `1.0.0` -> `2.0.0` +1. Edit the version number in src/SA3D.Modeling/SA3D.Modeling.csproj; Example: `1.0.0` -> `2.0.0` 2. Commit the change but dont yet push. 3. Tag the commit: `git tag -a [version number] HEAD -m "Release version [version number]"` 4. Push with tags: `git push --follow-tags` diff --git a/src/SA3D.Modeling/SA3D.Modeling.csproj b/src/SA3D.Modeling/SA3D.Modeling.csproj index 1e50619..b0cae12 100644 --- a/src/SA3D.Modeling/SA3D.Modeling.csproj +++ b/src/SA3D.Modeling/SA3D.Modeling.csproj @@ -11,7 +11,7 @@ SA3D Model and Animation Library SA3D Model and Animation Library Reading, writing and processing library for Sonic Adventure models - 1.1.5 + 1.2.0 https://github.com/X-Hax/SA3D.Modeling https://github.com/X-Hax/SA3D.Modeling SA3D.Modeling