Skip to content

Commit

Permalink
fixed missing kOSVoidAction
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgurugamer committed May 13, 2019
1 parent 6f8a56a commit f3b5a85
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 3 deletions.
Binary file modified .vs/AGExt/v15/sqlite3/storage.ide
Binary file not shown.
2 changes: 1 addition & 1 deletion AGExt.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"MAJOR": 2,
"MINOR": 3,
"PATCH": 4,
"BUILD": 0
"BUILD": 1
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
Expand Down
1 change: 1 addition & 0 deletions AGExt/AGExt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<Compile Include="Instantly.cs" />
<Compile Include="Editor.cs" />
<Compile Include="External.cs" />
<Compile Include="kOSVoidAction.cs" />
<Compile Include="Log.cs" />
<Compile Include="Notes.cs" />
<Compile Include="OtherVessel.cs" />
Expand Down
2 changes: 1 addition & 1 deletion AGExt/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

using System.Reflection;

[assembly: AssemblyVersion("2.3.4.0")]
[assembly: AssemblyVersion("2.3.4.1")]
File renamed without changes.
3 changes: 3 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.3.4.1
fixed missing kOSVoidAction

2.3.4
Fixed panel selection for KSP 1.7, now required to wait until panel is displayed, the internal flags in KSP are now being set slightly differently

Expand Down
2 changes: 1 addition & 1 deletion GameData/Diazo/AGExt/AGExt.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"MAJOR": 2,
"MINOR": 3,
"PATCH": 4,
"BUILD": 0
"BUILD": 1
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
Expand Down

0 comments on commit f3b5a85

Please sign in to comment.