* New feature - Add JsonSelectSettings with configuration for a regex timeout * Change - Remove portable assemblies from NuGet package * Change - JsonReader and JsonSerializer MaxDepth defaults to 64 * Change - Change InvalidCastException to JsonSerializationException on mismatched JToken * Fix - Fixed throwing missing member error on ignored fields * Fix - Fixed various nullable annotations * Fix - Fixed annotations not being copied when tokens are cloned * Fix - Fixed naming strategy not being used when deserializing dictionary enum keys * Fix - Fixed serializing nullable struct dictionaries * Fix - Fixed JsonWriter.WriteToken to allow null with string token * Fix - Fixed missing error when deserializing JToken with a contract type mismatch * Fix - Fixed JTokenWriter when writing comment to an object