Skip to content

Commit

Permalink
Fix type on domain api response
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbres committed Oct 22, 2023
1 parent f3ace8d commit 35a3a1b
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 @@ -32,9 +32,6 @@ public class Domain
[JsonPropertyName("registered")]
public bool Registered { get; set; }

[JsonPropertyName("dnssec")]
public bool Dnssec { get; set; }

[JsonPropertyName("whoisserver")]
public string Whoisserver { get; set; }
}
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>4.0.0.2</Version>
<Version>4.0.0.3</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 35a3a1b

Please sign in to comment.