diff --git a/DeepFreeze/DeepFreeze.version b/DeepFreeze/DeepFreeze.version index b369a7a..679d62f 100644 --- a/DeepFreeze/DeepFreeze.version +++ b/DeepFreeze/DeepFreeze.version @@ -1 +1 @@ -{"NAME":"DeepFreeze","URL":"http://ksp-avc.cybutek.net/version.php?id=81","DOWNLOAD":"https://github.com/ScottPaladin/DeepFreeze/releases","VERSION":{"MAJOR":0,"MINOR":13,"PATCH":1,"BUILD":0},"KSP_VERSION":{"MAJOR":0,"MINOR":25,"PATCH":0}} \ No newline at end of file +{"NAME":"DeepFreeze","URL":"http://ksp-avc.cybutek.net/version.php?id=81","DOWNLOAD":"https://github.com/ScottPaladin/DeepFreeze/releases","VERSION":{"MAJOR":0,"MINOR":13,"PATCH":3,"BUILD":0},"KSP_VERSION":{"MAJOR":1,"MINOR":0,"PATCH":4}} \ No newline at end of file diff --git a/DeepFreeze/Plugins/DeepFreeze.dll b/DeepFreeze/Plugins/DeepFreeze.dll index 7ceac8e..7ee3a86 100644 Binary files a/DeepFreeze/Plugins/DeepFreeze.dll and b/DeepFreeze/Plugins/DeepFreeze.dll differ diff --git a/Source/DeepFreeze.csproj b/Source/DeepFreeze.csproj index f03f491..ef0be46 100644 --- a/Source/DeepFreeze.csproj +++ b/Source/DeepFreeze.csproj @@ -31,8 +31,10 @@ - ..\..\..\Visual Studio 2013\Projects\FP-Test\FP-Test\Assembly-CSharp.dll - False + E:\My_Games\KSP\KSP1.0\KSP_Win1.4\KSP_Data\Managed\Assembly-CSharp.dll + + + E:\My_Games\KSP\KSP1.0\KSP_Win1.4\KSP_Data\Managed\Assembly-CSharp-firstpass.dll @@ -42,8 +44,7 @@ - ..\..\..\Visual Studio 2013\Projects\FP-Test\FP-Test\UnityEngine.dll - False + E:\My_Games\KSP\KSP1.0\KSP_Win1.4\KSP_Data\Managed\UnityEngine.dll diff --git a/Source/DeepFreeze.sln b/Source/DeepFreeze.sln new file mode 100644 index 0000000..3dd215c --- /dev/null +++ b/Source/DeepFreeze.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.31101.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeepFreeze", "DeepFreeze.csproj", "{A4B40FD9-3062-4913-9C6D-1980FA813B9B}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A4B40FD9-3062-4913-9C6D-1980FA813B9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A4B40FD9-3062-4913-9C6D-1980FA813B9B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A4B40FD9-3062-4913-9C6D-1980FA813B9B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A4B40FD9-3062-4913-9C6D-1980FA813B9B}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/Source/Properties/AssemblyInfo.cs b/Source/Properties/AssemblyInfo.cs index 4f015bb..6e0496f 100644 --- a/Source/Properties/AssemblyInfo.cs +++ b/Source/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.1")] -[assembly: AssemblyFileVersion("1.0.0.1")] +[assembly: AssemblyVersion("1.0.0.2")] +[assembly: AssemblyFileVersion("1.0.0.2")]