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