Skip to content

Commit

Permalink
2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrossignol committed Apr 29, 2016
1 parent 2c3b76b commit 9c41516
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions 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

Expand Down
Binary file modified GameData/WaypointManager/WaypointManager.dll
Binary file not shown.
6 changes: 3 additions & 3 deletions GameData/WaypointManager/WaypointManager.version
Expand Up @@ -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",
Expand All @@ -11,7 +11,7 @@
"VERSION":{
"MAJOR":2,
"MINOR":5,
"PATCH":0,
"PATCH":1,
"BUILD":0
},
"KSP_VERSION":{
Expand All @@ -27,6 +27,6 @@
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":1,
"PATCH":0
"PATCH":99
}
}
4 changes: 2 additions & 2 deletions source/WaypointManager/Properties/AssemblyInfo.cs
Expand Up @@ -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)]
6 changes: 3 additions & 3 deletions source/WaypointManager/WaypointManager.csproj
Expand Up @@ -33,7 +33,7 @@
<ItemGroup>
<Reference Include="Assembly-CSharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Kerbal Space Program\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand All @@ -50,7 +50,7 @@
<Reference Include="System.Xml" />
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\steam\steamapps\common\Kerbal Space Program\KSP_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Kerbal Space Program\KSP_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand All @@ -67,7 +67,7 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy /y "$(TargetPath)" "$(SolutionDir)..\GameData\WaypointManager\"
copy /y "$(TargetPath)" "C:\Program Files (x86)\steam\steamapps\common\Kerbal Space Program\GameData\WaypointManager\"</PostBuildEvent>
copy /y "$(TargetPath)" "C:\Program Files (x86)\Kerbal Space Program\GameData\WaypointManager\"</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down

0 comments on commit 9c41516

Please sign in to comment.