Need the following incremented on Config.cs so we can use the plugin again:
public static Version GameVersion = new Version("1.0.617.1");
maybe change the != to a >= statement on EntryPoint.cs instead on this statement:
if (Game.get_ProductVersion() != Config.GameVersion)
So that a minimum game version is enforced but updates don't break the plugin every single time.
Good work though.