add missing JsonPropertyAttribute

This commit is contained in:
Pascal
2025-07-10 12:05:23 +02:00
parent b99d41458e
commit 644308d467
2 changed files with 3 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<Version>4.3.2</Version> <Version>4.3.3</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

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