Skip to content

Commit 1fe2ed2

Browse files
committed
update for ksp 1.3.1
1 parent a06b9ac commit 1fe2ed2

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1818
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
1919

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

0 Bytes
Binary file not shown.

GameData/Hubs/ReflectionPlugin.version

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@
1212
{
1313
"MAJOR":2,
1414
"MINOR":1,
15-
"PATCH":0,
15+
"PATCH":1,
1616
"BUILD":0
1717
},
1818
"KSP_VERSION":
1919
{
2020
"MAJOR":1,
21-
"MINOR":2,
22-
"PATCH":2
21+
"MINOR":3,
22+
"PATCH":1
2323
},
2424
"KSP_VERSION_MIN":
2525
{
2626
"MAJOR":1,
27-
"MINOR":2,
28-
"PATCH":2
27+
"MINOR":3,
28+
"PATCH":0
2929
},
3030
"KSP_VERSION_MAX":
3131
{
3232
"MAJOR":1,
33-
"MINOR":2,
34-
"PATCH":2
33+
"MINOR":3,
34+
"PATCH":1
3535
}
3636
}

ReflectionPlugin.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,19 @@
5151
</ItemGroup>
5252
<ItemGroup>
5353
<Reference Include="Assembly-CSharp">
54-
<HintPath>E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program DEV\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
54+
<HintPath>E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
5555
</Reference>
5656
<Reference Include="Assembly-CSharp-firstpass">
57-
<HintPath>E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program DEV\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
57+
<HintPath>E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
5858
</Reference>
5959
<Reference Include="System">
60-
<HintPath>E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program DEV\KSP_x64_Data\Managed\System.dll</HintPath>
60+
<HintPath>E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\System.dll</HintPath>
6161
</Reference>
6262
<Reference Include="UnityEngine">
63-
<HintPath>E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program DEV\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
63+
<HintPath>E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
6464
</Reference>
6565
<Reference Include="UnityEngine.UI">
66-
<HintPath>E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program DEV\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
66+
<HintPath>E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
6767
</Reference>
6868
</ItemGroup>
6969
</Project>

0 commit comments

Comments
 (0)