Skip to content

Commit

Permalink
bump version to 1.6.2.28
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 3, 2024
1 parent bd7e4d4 commit 27537c2
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 10 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
* https://yaclog.readthedocs.io
* https://keepachangelog.com

## Unreleased
## 1.6.2.28 - 2024-11-03

* Adds support for selecting a specific occurrence of a given transform name (thanks @Halbann)


## 1.6.1.27 - 2024-07-31

* Merged fixes from upstream dev branch that are necessary for TURD to work
Expand All @@ -30,4 +31,4 @@

* Update for KSP 1.9
* Fix issues with TU/* shaders with some of the stock normal maps
* Add keyword driven support for BC5 normal maps ('keyword=TU_BC5_NRM')
* Add keyword driven support for BC5 normal maps ('keyword=TU_BC5_NRM')
6 changes: 6 additions & 0 deletions GameData/000_TexturesUnlimited/Changelog.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ KERBALCHANGELOG
{
modName = Textures Unlimited
author = shadowmage45
VERSION {
version = 1.6.2.28
versionDate = 2024-11-03
change = Adds support for selecting a specific occurrence of a given transform name (thanks @Halbann)
}

VERSION {
version = 1.6.1.27
versionDate = 2024-07-31
Expand Down
4 changes: 2 additions & 2 deletions GameData/000_TexturesUnlimited/TexturesUnlimited.version
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"VERSION": {
"MAJOR": 1,
"MINOR": 6,
"PATCH": 1,
"BUILD": 27
"PATCH": 2,
"BUILD": 28
},
"KSP_VERSION":
{
Expand Down
6 changes: 3 additions & 3 deletions Source/BlendshapeModelLoader/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

[assembly: AssemblyTitle("BlendShapeModelLoader")]

[assembly: AssemblyVersion("1.6.1.27")]
[assembly: AssemblyFileVersion("1.6.1.27")]
[assembly: KSPAssembly("BlendShapeModelLoader", 1, 6, 1)]
[assembly: AssemblyVersion("1.6.2.28")]
[assembly: AssemblyFileVersion("1.6.2.28")]
[assembly: KSPAssembly("BlendShapeModelLoader", 1, 6, 2)]
6 changes: 3 additions & 3 deletions Source/TexturesUnlimited/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

[assembly: AssemblyTitle("TexturesUnlimited")]

[assembly: AssemblyVersion("1.6.1.27")]
[assembly: AssemblyFileVersion("1.6.1.27")]
[assembly: KSPAssembly("TexturesUnlimited", 1, 6, 1)]
[assembly: AssemblyVersion("1.6.2.28")]
[assembly: AssemblyFileVersion("1.6.2.28")]
[assembly: KSPAssembly("TexturesUnlimited", 1, 6, 2)]

0 comments on commit 27537c2

Please sign in to comment.