Skip to content

Commit 60d327f

Browse files
Deleted AssemblyInformationalVersionAttribute line
1 parent f596493 commit 60d327f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

B9PartSwitch.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"MAJOR": 2,
1111
"MINOR": 21,
1212
"PATCH": 0,
13-
"BUILD": 0
13+
"BUILD": 1
1414
},
1515
"KSP_VERSION": {
1616
"MAJOR": 1,

B9PartSwitch/AssemblyVersion.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
using System.Reflection;
77

8-
[assembly: AssemblyVersion("2.21.0.0")]
9-
[assembly: AssemblyFileVersion("2.21.0.0")]
8+
[assembly: AssemblyVersion("2.21.0.1")]
9+
[assembly: AssemblyFileVersion("2.21.0.1")]

B9PartSwitch/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
[assembly: Guid("011a01e9-0074-47d5-82f8-4259d3d927b7")]
1717

18-
[assembly: AssemblyInformationalVersionAttribute("v2.7.0-dirty")]
18+
1919
//[assembly: AssemblyVersion("2.7.0.0")]
2020
//[assembly: AssemblyFileVersion("2.7.0.0")]
2121

deploy.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ copy /Y %VERSIONFILE% %GAMEDATA%\%GAMEDIR%
2222
xcopy /y /s /I %GAMEDATA%\%GAMEDIR% "%H%\GameData\%GAMEDIR%"
2323
xcopy /y /s /I %GAMEDATA%\%GAMEDIR% "%DP0%\GameData\%GAMEDIR%"
2424

25-
pause
25+
rem pause

0 commit comments

Comments
 (0)