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:
2023-03-24 08:21:12 -07:00
parent f2db3bddbf
commit 0c8467f942
3 changed files with 67 additions and 62 deletions

View File

@ -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;