diff --git a/CHANGES.txt b/CHANGES.txt index a1721ec..793b465 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +Waypoint Manager 2.5.1 +- KSP 1.1.1 update (for CKAN). + Waypoint Manager 2.5.0 - Recompile for KSP 1.1 diff --git a/GameData/WaypointManager/WaypointManager.dll b/GameData/WaypointManager/WaypointManager.dll index 4158a9a..a5f0944 100644 Binary files a/GameData/WaypointManager/WaypointManager.dll and b/GameData/WaypointManager/WaypointManager.dll differ diff --git a/GameData/WaypointManager/WaypointManager.version b/GameData/WaypointManager/WaypointManager.version index 4e9963e..5a6fd04 100644 --- a/GameData/WaypointManager/WaypointManager.version +++ b/GameData/WaypointManager/WaypointManager.version @@ -2,7 +2,7 @@ "NAME":"Waypoint Manager", "URL":"https://raw.githubusercontent.com/jrossignol/WaypointManager/master/GameData/WaypointManager/WaypointManager.version", "DOWNLOAD":"https://github.com/jrossignol/WaypointManager/releases", - "CHANGE_LOG_URL":"https://raw.githubusercontent.com/jrossignol/WaypointManager/2.5.0/CHANGES.txt", + "CHANGE_LOG_URL":"https://raw.githubusercontent.com/jrossignol/WaypointManager/2.5.1/CHANGES.txt", "GITHUB":{ "USERNAME":"jrossignol", "REPOSITORY":"WaypointManager", @@ -11,7 +11,7 @@ "VERSION":{ "MAJOR":2, "MINOR":5, - "PATCH":0, + "PATCH":1, "BUILD":0 }, "KSP_VERSION":{ @@ -27,6 +27,6 @@ "KSP_VERSION_MAX":{ "MAJOR":1, "MINOR":1, - "PATCH":0 + "PATCH":99 } } diff --git a/source/WaypointManager/Properties/AssemblyInfo.cs b/source/WaypointManager/Properties/AssemblyInfo.cs index b61fa26..5e335bb 100644 --- a/source/WaypointManager/Properties/AssemblyInfo.cs +++ b/source/WaypointManager/Properties/AssemblyInfo.cs @@ -33,6 +33,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0")] -[assembly: AssemblyFileVersion("2.5.0")] -[assembly: AssemblyInformationalVersion("2.5.0")] +[assembly: AssemblyFileVersion("2.5.1")] +[assembly: AssemblyInformationalVersion("2.5.1")] [assembly: KSPAssembly("WaypointManager", 1, 0)] diff --git a/source/WaypointManager/WaypointManager.csproj b/source/WaypointManager/WaypointManager.csproj index 0ba5b0b..e514c5c 100644 --- a/source/WaypointManager/WaypointManager.csproj +++ b/source/WaypointManager/WaypointManager.csproj @@ -33,7 +33,7 @@ False - ..\..\..\..\..\..\..\Program Files (x86)\steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\Assembly-CSharp.dll + ..\..\..\..\..\..\..\Program Files (x86)\Kerbal Space Program\KSP_Data\Managed\Assembly-CSharp.dll False @@ -50,7 +50,7 @@ False - ..\..\..\..\..\..\..\Program Files (x86)\steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\UnityEngine.dll + ..\..\..\..\..\..\..\Program Files (x86)\Kerbal Space Program\KSP_Data\Managed\UnityEngine.dll @@ -67,7 +67,7 @@ copy /y "$(TargetPath)" "$(SolutionDir)..\GameData\WaypointManager\" -copy /y "$(TargetPath)" "C:\Program Files (x86)\steam\steamapps\common\Kerbal Space Program\GameData\WaypointManager\" +copy /y "$(TargetPath)" "C:\Program Files (x86)\Kerbal Space Program\GameData\WaypointManager\"