File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# SA3D.Texturing
22SA3D 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments