Fixed an issue where built int Enums would be converted to int type for fields. Bumped package version to 1.4.3.
This commit is contained in:
@ -32,6 +32,8 @@ namespace MontoyaTech.Rest.Net.Example
|
||||
|
||||
public class User : BaseUser
|
||||
{
|
||||
public PlatformID MachineType;
|
||||
|
||||
public string Name = null;
|
||||
|
||||
public List<string> List = null;
|
||||
|
Reference in New Issue
Block a user