Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions GameData/PersistentRotation/PersistentRotation.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"VERSION":{
"MAJOR":1,
"MINOR":8,
"PATCH":7
"PATCH":8
},
"KSP_VERSION":{
"MAJOR":1,
"MINOR":9,
"PATCH":1
"MINOR":12,
"PATCH":5
},
"KSP_VERSION_MIN":
{
Expand All @@ -26,7 +26,7 @@
"KSP_VERSION_MAX":
{
"MAJOR":1,
"MINOR":9,
"MINOR":12,
"PATCH":99
}
}
Binary file modified GameData/PersistentRotation/Plugins/PersistentRotation.dll
Binary file not shown.
5 changes: 4 additions & 1 deletion Source/PersistentRotation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\..\ksp-versions\ksp-1.8.1-dev\KSP_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.AnimationModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\..\ksp-versions\ksp-1.8.1-dev\KSP_Data\Managed\UnityEngine.AnimationModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\..\ksp-versions\ksp-1.8.1-dev\KSP_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
</Reference>
Expand All @@ -69,4 +72,4 @@
<PropertyGroup>
<PostBuildEvent>cp "$(TargetPath)" "$(SolutionDir)/GameData/PersistentRotation/Plugins"</PostBuildEvent>
</PropertyGroup>
</Project>
</Project>
3 changes: 1 addition & 2 deletions Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion ("1.8.6")]
[assembly: AssemblyVersion ("1.8.8")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.

//[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyFile("")]