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{
2- "NAME": "KerbalHealth",
3- "URL": "https://github.com/GarwelGarwel/KerbalHealth/blob/master/GameData/KerbalHealth/KerbalHealth.version",
4- "DOWNLOAD": "https://github.com/GarwelGarwel/KerbalHealth/releases/latest",
5- "VERSION": {
6- "MAJOR": 1,
7- "MINOR": 4,
8- "PATCH": 6
9- },
10- "KSP_VERSION": {
11- "MAJOR": 1,
12- "MINOR": 10,
13- "PATCH": 1
14- },
15- "KSP_VERSION_MIN": {
16- "MAJOR": 1,
17- "MINOR": 8,
18- "PATCH": 0
19- },
20- "KSP_VERSION_MAX": {
21- "MAJOR": 1,
22- "MINOR": 10,
23- "PATCH": 1
24- },
25- "GITHUB": {
26- "USERNAME": "GarwelGarwel",
27- "REPOSITORY": "KerbalHealth"
28- }
2+ "NAME": "KerbalHealth",
3+ "URL": "https://github.com/GarwelGarwel/KerbalHealth/blob/master/GameData/KerbalHealth/KerbalHealth.version",
4+ "DOWNLOAD": "https://github.com/GarwelGarwel/KerbalHealth/releases/latest",
5+ "VERSION":
6+ {
7+ "MAJOR": 1,
8+ "MINOR": 4,
9+ "PATCH": 6,
10+ "BUILD": 100
11+ },
12+ "KSP_VERSION":
13+ {
14+ "MAJOR": 1,
15+ "MINOR": 10,
16+ "PATCH": 1
17+ },
18+ "KSP_VERSION_MIN":
19+ {
20+ "MAJOR": 1,
21+ "MINOR": 8,
22+ "PATCH": 0
23+ },
24+ "KSP_VERSION_MAX":
25+ {
26+ "MAJOR": 1,
27+ "MINOR": 10,
28+ "PATCH": 1
29+ },
30+ "GITHUB":
31+ {
32+ "USERNAME": "GarwelGarwel",
33+ "REPOSITORY": "KerbalHealth"
34+ }
2935}
Original file line number Diff line number Diff line change 3333// You can specify all the values or you can default the Build and Revision Numbers
3434// by using the '*' as shown below:
3535// [assembly: AssemblyVersion("1.0.*")]
36- [ assembly: AssemblyVersion ( "1.4.6" ) ]
37- [ assembly: AssemblyFileVersion ( "1.4.6" ) ]
36+ [ assembly: AssemblyVersion ( "1.4.6.100 " ) ]
37+ [ assembly: AssemblyFileVersion ( "1.4.6.100 " ) ]
3838[ assembly: NeutralResourcesLanguage ( "en" ) ]
You can’t perform that action at this time.
0 commit comments