Skip to content

Commit 27537c2

Browse files
author
github-actions
committed
bump version to 1.6.2.28
1 parent bd7e4d4 commit 27537c2

File tree

5 files changed

+17
-10
lines changed

5 files changed

+17
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
* https://yaclog.readthedocs.io
1212
* https://keepachangelog.com
1313

14-
## Unreleased
14+
## 1.6.2.28 - 2024-11-03
1515

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

18+
1819
## 1.6.1.27 - 2024-07-31
1920

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

3132
* Update for KSP 1.9
3233
* Fix issues with TU/* shaders with some of the stock normal maps
33-
* Add keyword driven support for BC5 normal maps ('keyword=TU_BC5_NRM')
34+
* Add keyword driven support for BC5 normal maps ('keyword=TU_BC5_NRM')

GameData/000_TexturesUnlimited/Changelog.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ KERBALCHANGELOG
33
{
44
modName = Textures Unlimited
55
author = shadowmage45
6+
VERSION {
7+
version = 1.6.2.28
8+
versionDate = 2024-11-03
9+
change = Adds support for selecting a specific occurrence of a given transform name (thanks @Halbann)
10+
}
11+
612
VERSION {
713
version = 1.6.1.27
814
versionDate = 2024-07-31

GameData/000_TexturesUnlimited/TexturesUnlimited.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"VERSION": {
66
"MAJOR": 1,
77
"MINOR": 6,
8-
"PATCH": 1,
9-
"BUILD": 27
8+
"PATCH": 2,
9+
"BUILD": 28
1010
},
1111
"KSP_VERSION":
1212
{

Source/BlendshapeModelLoader/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
[assembly: AssemblyTitle("BlendShapeModelLoader")]
44

5-
[assembly: AssemblyVersion("1.6.1.27")]
6-
[assembly: AssemblyFileVersion("1.6.1.27")]
7-
[assembly: KSPAssembly("BlendShapeModelLoader", 1, 6, 1)]
5+
[assembly: AssemblyVersion("1.6.2.28")]
6+
[assembly: AssemblyFileVersion("1.6.2.28")]
7+
[assembly: KSPAssembly("BlendShapeModelLoader", 1, 6, 2)]

Source/TexturesUnlimited/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
[assembly: AssemblyTitle("TexturesUnlimited")]
44

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

0 commit comments

Comments
 (0)