Skip to content

Commit

Permalink
Update for KSP v1.7.*
Browse files Browse the repository at this point in the history
  • Loading branch information
cydonian-monk committed Jun 15, 2019
1 parent b88973e commit 44d5326
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 14 deletions.
12 changes: 6 additions & 6 deletions GameData/DiRT/DiRT.version
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
"DOWNLOAD": "https://github.com/cydonian-monk/KSP-DiRT",
"VERSION": {
"MAJOR": 1,
"MINOR": 6,
"PATCH": 1,
"MINOR": 7,
"PATCH": 2,
"BUILD": 0
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 6,
"PATCH": 1
"MINOR": 7,
"PATCH": 2
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 6,
"MINOR": 7,
"PATCH": 0
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 6,
"MINOR": 7,
"PATCH": 9
}
}
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ General Comments

Change Log
----------
* 1.7.2.0
- Recompile for KSP v1.7.2
* 1.3.1.0
- Back port and recompile for previous version of KSP v1.3.1
- (Yes, I know this is out of order.)
* 1.6.1.0
- Recompile for KSP v1.6.1
* 1.5.1.0
Expand All @@ -126,7 +131,7 @@ Change Log

License
-------
Copyright © 2018 Andrew Cummings (Cydonian Monk)
Copyright © 2018-2019 Andrew Cummings (Cydonian Monk)

Copyright © 2013-2015 Davorin Učakar, Ryan Bray

Expand Down
2 changes: 1 addition & 1 deletion Source/DiRT.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2018 Andrew Cummings (Cydonian Monk)
* Copyright © 2018-2019 Andrew Cummings (Cydonian Monk)
* Copyright © 2013-2015 Davorin Učakar
*
* Permission is hereby granted, free of charge, to any person obtaining a
Expand Down
4 changes: 2 additions & 2 deletions Source/DiRT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
<ItemGroup>
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\KSP_win64_1.6.1_stock\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>..\..\..\..\..\..\KSP_win64_1.7.2_stock\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\KSP_win64_1.6.1_stock\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>..\..\..\..\..\..\KSP_win64_1.7.2_stock\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion Source/DiRTActivator.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2018 Andrew Cummings (Cydonian Monk)
* Copyright © 2018-2019 Andrew Cummings (Cydonian Monk)
* Copyright © 2013-2015 Davorin Učakar
*
* Permission is hereby granted, free of charge, to any person obtaining a
Expand Down
4 changes: 2 additions & 2 deletions Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
[assembly: AssemblyCopyright("© 2014-2019 Davorin Učakar, Ryan Bray, Andrew Cummings")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("1.6.1.0")]
[assembly: AssemblyFileVersion("1.6.1.0")]
[assembly: AssemblyVersion("1.7.2.0")]
[assembly: AssemblyFileVersion("1.7.2.0")]
2 changes: 1 addition & 1 deletion Source/Replacer.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2018 Andrew Cummings (Cydonian Monk)
* Copyright © 2018-2019 Andrew Cummings (Cydonian Monk)
* Copyright © 2013-2015 Davorin Učakar
*
* Permission is hereby granted, free of charge, to any person obtaining a
Expand Down

0 comments on commit 44d5326

Please sign in to comment.