Skip to content

Commit c89921e

Browse files
committed
Release 7.0.1.0R2 (Lisias) for KSP >= 1.3.1
1 parent a70655d commit c89921e

5 files changed

Lines changed: 39 additions & 2 deletions

File tree

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ GameData/**/README.md
77
GameData/**/CHANGE_LOG.md
88
GameData/**/KNOWN_ISSUES.md
99
GameData/**/*.version
10-
Source/**/Properties/Version.cs
11-
Source/**/Properties/Configuration.cs
1210
Source/*/*.user
1311
Source/**/*.blend1
1412
bin

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# HLAirships Core :: Changes
22

3+
* 2022-0810: 7.0.1.0R2 (Lisias) for KSP >= 1.3.1
4+
+ Fixes a mishap on the `AssemblyInfo.cs` file.
5+
- Thanks to [Reylan](https://forum.kerbalspaceprogram.com/?app=core&module=members&controller=profile&id=222459) and [luna_cat](https://forum.kerbalspaceprogram.com/index.php?/profile/212171-luna_cat/) for the [reports](https://forum.kerbalspaceprogram.com/index.php?/topic/207891-ksp-131-hooligan-labs-airships-core-development-thread-7010-2022-0509/&do=findComment&comment=4162735)!
36
* 2022-0509: 7.0.1.0 (Lisias) for KSP >= 1.3.1
47
+ HLAirshipsCore goes gold!
58
+ Officially licensed under the MIT (Expat) *#HURRAY**

CHANGE_LOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# HLAirships Core :: Change Log
22

3+
* 2022-0810: 7.0.1.0R2 (Lisias) for KSP >= 1.3.1
4+
+ Fixes a mishap on the `AssemblyInfo.cs` file.
5+
- Thanks to [Reylan](https://forum.kerbalspaceprogram.com/?app=core&module=members&controller=profile&id=222459) and [luna_cat](https://forum.kerbalspaceprogram.com/index.php?/profile/212171-luna_cat/) for the [reports](https://forum.kerbalspaceprogram.com/index.php?/topic/207891-ksp-131-hooligan-labs-airships-core-development-thread-7010-2022-0509/&do=findComment&comment=4162735)!
36
* 2022-0509: 7.0.1.0 (Lisias) for KSP >= 1.3.1
47
+ HLAirshipsCore goes gold!
58
+ Officially licensed under the MIT (Expat) *#HURRAY**
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+

2+
3+
// Automatically generated code. Any changes will be lost!
4+
namespace HLAirshipsCore
5+
{
6+
public static class Version
7+
{
8+
public const int major = 7;
9+
public const int minor = 0;
10+
public const int patch = 1;
11+
public const int build = 0;
12+
public const string Number = "7.0.1.0";
13+
public const string Text = Number + "R2 Core /L";
14+
public const string FriendlyName = "Hooligan Labs Airships Watch Dog";
15+
}
16+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+

2+
3+
// Automatically generated code. Any changes will be lost!
4+
namespace HLAirships
5+
{
6+
public static class Version
7+
{
8+
public const int major = 7;
9+
public const int minor = 0;
10+
public const int patch = 1;
11+
public const int build = 0;
12+
public const string Number = "7.0.1.0";
13+
public const string Text = Number + "R2 Core /L";
14+
public const string Namespace = "HLAirshipsCore";
15+
public const string FriendlyName = "Hooligan Labs Airships";
16+
}
17+
}

0 commit comments

Comments
 (0)