Skip to content

Commit

Permalink
Updated version to 1.1.0
Browse files Browse the repository at this point in the history
Updated README
  • Loading branch information
Justin113D committed Aug 3, 2024
1 parent 3341a3c commit 2c07d4c
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 @@ -6,7 +6,7 @@ OpenGL rendering library for SA3D libraries, primarily `SA3D.Texturing` and `SA3
## 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.Rendering/SA3D.Rendering.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.Rendering/SA3D.Rendering.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Title>SA3D Rendering library</Title>
<Product>SA3D Rendering library</Product>
<Description>OpenGL rendering library for SA3D libraries</Description>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<RepositoryUrl>https://github.com/X-Hax/SA3D.Rendering</RepositoryUrl>
<PackageProjectUrl>https://github.com/X-Hax/SA3D.Rendering</PackageProjectUrl>
<PackageId>SA3D.Rendering</PackageId>
Expand Down

0 comments on commit 2c07d4c

Please sign in to comment.