Skip to content

Commit 826e94c

Browse files
committed
Updated version to 1.4.0
Updated Readme
1 parent 7232238 commit 826e94c

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# SA3D.Texturing
22
SA3D Texture handler library
3+
4+
## Releasing
5+
!! Requires authorization via the X-Hax organisation
6+
7+
1. Edit the version number in src/SA3D.Texturing/SA3D.Texturing.csproj; Example: `<Version>1.0.0</Version>` -> `<Version>2.0.0</Version>`
8+
2. Commit the change but dont yet push.
9+
3. Tag the commit: `git tag -a [version number] HEAD -m "Release version [version number]"`
10+
4. Push with tags: `git push --follow-tags`
11+
12+
This will automatically start the Github `Build and Publish` workflow

src/SA3D.Texturing/SA3D.Texturing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Title>SA3D Texturing Library</Title>
1212
<Product>SA3D Texturing Library</Product>
1313
<Description>Texture data handler</Description>
14-
<Version>1.3.7</Version>
14+
<Version>1.4.0</Version>
1515
<RepositoryUrl>https://github.com/X-Hax/SA3D.Texturing</RepositoryUrl>
1616
<PackageProjectUrl>https://github.com/X-Hax/SA3D.Texturing</PackageProjectUrl>
1717
<PackageId>SA3D.Texturing</PackageId>

0 commit comments

Comments
 (0)