Skip to content

Commit

Permalink
Merge pull request #343 from Peppie23/change_version
Browse files Browse the repository at this point in the history
Release v1.6.3
  • Loading branch information
Peppie84 committed Feb 6, 2015
2 parents f2a47d9 + 40d92c5 commit 11aba83
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Version 1.6.3
========================================
Released February 06, 2015

Bug Fixes:
--------------------
- We've fixed an old issue where unloading a vessel can cause a log spamming with KeyNotFoundException
- We'll now log the current RemoteTech FileVersion to the ksp.log
- Stations will now properly re-registered as a station after unloading
- Stations will now properly registered as a station even if the first part is not the Remote Guidance Unit
- Fix for loading a saved RemoteTech EventCommand like 'activate antenna'


Version 1.6.2
========================================
Released January 24, 2015
Expand Down
5 changes: 3 additions & 2 deletions GameData/RemoteTech/RemoteTech.version
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"NAME": "RemoteTech",
"URL": "https://raw.githubusercontent.com/RemoteTechnologiesGroup/RemoteTech/master/GameData/RemoteTech/RemoteTech.version",
"CHANGE_LOG_URL": "https://raw.githubusercontent.com/RemoteTechnologiesGroup/RemoteTech/master/CHANGES.md",
"CHANGE_LOG_URL": "https://raw.githubusercontent.com/RemoteTechnologiesGroup/RemoteTech/master/CHANGES.md",
"DOWNLOAD": "https://kerbalstuff.com/mod/134/RemoteTech",
"GITHUB":
{
"USERNAME": "RemoteTechnologiesGroup",
Expand All @@ -11,7 +12,7 @@
"VERSION":{
"MAJOR":1,
"MINOR":6,
"PATCH":2,
"PATCH":3,
"BUILD":0
},
"KSP_VERSION":{
Expand Down
6 changes: 3 additions & 3 deletions src/RemoteTech/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Expand All @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("RemoteTech")]
[assembly: AssemblyCopyright("Copyright © 2013-2014")]
[assembly: AssemblyCopyright("Copyright © 2013-2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -37,7 +37,7 @@
// DLLs any time it changes. Breaking on a minor revision is probably acceptable - it's
// unlikely that there wouldn't be other breaking changes on a minor version change.
[assembly: AssemblyVersion("1.6")]
[assembly: AssemblyFileVersion("1.6.2")]
[assembly: AssemblyFileVersion("1.6.3")]

// Use KSPAssembly to allow other DLLs to make this DLL a dependency in a
// non-hacky way in KSP. Format is (AssemblyProduct, major, minor), and it
Expand Down

0 comments on commit 11aba83

Please sign in to comment.