Skip to content

Commit

Permalink
Merge pull request #19 from ihsoft/next
Browse files Browse the repository at this point in the history
Version 1.9
  • Loading branch information
ihsoft authored Oct 17, 2018
2 parents e178227 + 2cf70bc commit afc43d9
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 17 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.9 (October 16th, 2018)
* [Change] KSP 1.5 compatibility.

# 1.8 (July 11th, 2018)
* [Change] Upgrade KSPDev Utils to 0.37.0. Stability fix.

Expand Down
10 changes: 5 additions & 5 deletions EasyVesselSwitch.version
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 4,
"MINOR": 5,
"PATCH": 99
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 4,
"MINOR": 5,
"PATCH": 0
},
"NAME": "Easy Vessel Switch",
"URL": "https://raw.githubusercontent.com/ihsoft/EasyVesselSwitch/master/EasyVesselSwitch.version",
"VERSION": {
"BUILD": 274,
"BUILD": 37707,
"MAJOR": 1,
"MINOR": 8,
"PATCH": 6767
"MINOR": 9,
"PATCH": 6863
}
}
12 changes: 6 additions & 6 deletions Source/EasyVesselSwitch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,28 +51,28 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>Q:\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>Q:\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Assembly-CSharp-firstpass">
<HintPath>Q:\KSP_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
<HintPath>Q:\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
<Reference Include="KSPDev_Utils.0.37">
<HintPath>..\Binaries\KSPDev_Utils.0.37.dll</HintPath>
</Reference>
<Reference Include="System">
<HintPath>Q:\KSP_Data\Managed\System.dll</HintPath>
<HintPath>Q:\KSP_x64_Data\Managed\System.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System.Core">
<HintPath>Q:\KSP_Data\Managed\System.Core.dll</HintPath>
<HintPath>Q:\KSP_x64_Data\Managed\System.Core.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
<HintPath>Q:\KSP_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>Q:\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>Q:\KSP_Data\Managed\UnityEngine.UI.dll</HintPath>
<HintPath>Q:\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion ("1.8.*")]
[assembly: AssemblyInformationalVersion ("1.8-pre for KSP v1.4+")]
[assembly: AssemblyVersion ("1.9.*")]
[assembly: AssemblyInformationalVersion ("1.9 for KSP v1.5+")]
[assembly: Guid ("52fd90de-a2a6-4642-8fc4-50f8d938319c")]
[assembly: KSPAssembly ("EasyVesselSwitch", 1, 8)]
[assembly: KSPAssembly ("EasyVesselSwitch", 1, 9)]
[assembly: AssemblyFlags (AssemblyNameFlags.PublicKey | AssemblyNameFlags.EnableJITcompileOptimizer)]
2 changes: 1 addition & 1 deletion Tools/publish_curseforge_args.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
--changelog=../CHANGELOG.md
--versions=latest_all_builds
--title=EVS {tag}
--archive=../EasyVesselSwitch_v1.8.zip
--archive=../EasyVesselSwitch_v1.9.zip
2 changes: 1 addition & 1 deletion Tools/publish_github_args.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
--changelog=../CHANGELOG.md
--as_draft
--title=EVS v{tag}
--archive=../EasyVesselSwitch_v1.8.zip
--archive=../EasyVesselSwitch_v1.9.zip
2 changes: 1 addition & 1 deletion Tools/publish_spacedock_args.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
--login=<<SECRET>>
--changelog=../CHANGELOG.md
--ksp_version=latest
--archive=../EasyVesselSwitch_v1.8.zip
--archive=../EasyVesselSwitch_v1.9.zip

0 comments on commit afc43d9

Please sign in to comment.