Skip to content

Commit

Permalink
Fix domain service json deserialization
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbres committed Jun 21, 2024
1 parent 67f61eb commit 82dd2de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions UptimeKumaRemoteProbe/Models/Domain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ public class Domain
[JsonPropertyName("idnName")]
public string IdnName { get; set; }

[JsonPropertyName("status")]
public string Status { get; set; }

[JsonPropertyName("nameserver")]
public string[] Nameserver { get; set; }

Expand Down
2 changes: 1 addition & 1 deletion UptimeKumaRemoteProbe/UptimeKumaRemoteProbe.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ApplicationIcon>uptime-kuma.ico</ApplicationIcon>
<AssemblyVersion>$(PackageVersion)</AssemblyVersion>
<FileVersion>$(PackageVersion)</FileVersion>
<Version>6.0.0.4</Version>
<Version>6.0.0.5</Version>
<Copyright>Zimbres.Com</Copyright>
<PackageProjectUrl>https://github.com/zimbres/UptimeKumaRemoteProbe</PackageProjectUrl>
<RepositoryUrl>https://github.com/zimbres/UptimeKumaRemoteProbe</RepositoryUrl>
Expand Down

0 comments on commit 82dd2de

Please sign in to comment.