Skip to content

Commit

Permalink
update for ksp 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raidernick committed Mar 17, 2018
1 parent a06b9ac commit 1fe2ed2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyVersion("2.1.1.0")]
[assembly: AssemblyFileVersion("2.1.1.0")]
// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.

Expand Down
Binary file modified GameData/Hubs/Plugins/ReflectionPlugin.dll
Binary file not shown.
14 changes: 7 additions & 7 deletions GameData/Hubs/ReflectionPlugin.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@
{
"MAJOR":2,
"MINOR":1,
"PATCH":0,
"PATCH":1,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":2,
"PATCH":2
"MINOR":3,
"PATCH":1
},
"KSP_VERSION_MIN":
{
"MAJOR":1,
"MINOR":2,
"PATCH":2
"MINOR":3,
"PATCH":0
},
"KSP_VERSION_MAX":
{
"MAJOR":1,
"MINOR":2,
"PATCH":2
"MINOR":3,
"PATCH":1
}
}
10 changes: 5 additions & 5 deletions ReflectionPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,19 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program DEV\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp-firstpass">
<HintPath>E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program DEV\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
<HintPath>E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
<Reference Include="System">
<HintPath>E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program DEV\KSP_x64_Data\Managed\System.dll</HintPath>
<HintPath>E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\System.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
<HintPath>E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program DEV\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program DEV\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
<HintPath>E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
</Reference>
</ItemGroup>
</Project>

0 comments on commit 1fe2ed2

Please sign in to comment.