Skip to content

Commit

Permalink
Updated version to 1.2.0
Browse files Browse the repository at this point in the history
Updated README
  • Loading branch information
Justin113D committed Aug 3, 2024
1 parent 6360848 commit 81fecef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: `<Version>1.0.0</Version>` -> `<Version>2.0.0</Version>`
1. Edit the version number in src/SA3D.Modeling/SA3D.Modeling.csproj; Example: `<Version>1.0.0</Version>` -> `<Version>2.0.0</Version>`
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`
Expand Down
2 changes: 1 addition & 1 deletion src/SA3D.Modeling/SA3D.Modeling.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Title>SA3D Model and Animation Library</Title>
<Product>SA3D Model and Animation Library</Product>
<Description>Reading, writing and processing library for Sonic Adventure models</Description>
<Version>1.1.5</Version>
<Version>1.2.0</Version>
<RepositoryUrl>https://github.com/X-Hax/SA3D.Modeling</RepositoryUrl>
<PackageProjectUrl>https://github.com/X-Hax/SA3D.Modeling</PackageProjectUrl>
<PackageId>SA3D.Modeling</PackageId>
Expand Down

0 comments on commit 81fecef

Please sign in to comment.