.Net data type -> Python data type - Guid -> str - UInt32 -> int - Int32 -> int - Int16 -> int
0.0.9
Bug fix: Issue 6 data types: - System.Boolean: False -> False of type bool - System.Int64: 0 -> 0 of type int - System.UInt64: 0 -> 0 of type int - System.Decimal: 0.0 -> 0.0 of type float - System.Double: 0.0 -> 0.0 of type float