You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added method to get and cache TypeDefs (for WSAPI 1.25 and later)
Added method to get type attributes from cached typeDefs
Fixed JSON serializer to escape double quotes
Changed version info 1.0.12.0
Escape ampersand when building Query url
thrownewArgumentOutOfRangeException(String.Format("webServiveVersion must be '1.25' or greater to use this method. Received '{1}'",wsapiVersion));
504
+
}
505
+
else
506
+
{
507
+
thrownewArgumentException(String.Format("webServiveVersion must be '{0}' or a floating point number. Received '{1}'",DEFAULT_WSAPI_VERSION,wsapiVersion));
0 commit comments