add missing JsonPropertyAttribute
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<Version>4.3.2</Version>
|
||||
<Version>4.3.3</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -52,6 +52,7 @@ public class UpdatePackageInfo(AppVersion version)
|
||||
}
|
||||
|
||||
[Obsolete]
|
||||
[JsonProperty]
|
||||
[JsonConverter(typeof(StringEnumConverter))]
|
||||
private PackageAddressType AddressType
|
||||
{
|
||||
@@ -64,6 +65,7 @@ public class UpdatePackageInfo(AppVersion version)
|
||||
}
|
||||
|
||||
[Obsolete]
|
||||
[JsonProperty]
|
||||
[JsonConverter(typeof(StringEnumConverter))]
|
||||
private PackageType PackageType
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user