Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #7 from hitmanpt/PCDev
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
PedroCavaleiro authored Feb 10, 2017
2 parents 263a17e + 35923cc commit 3af9a3f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@

/WHMCS_API.0.4.3.nupkg
/WHMCS API.nuspec
/WHMCS_API.0.6.9.nupkg
/WHMCS_API.0.6.10.nupkg
Binary file modified .vs/WHMCS API/v15/.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion GetClientsDomains.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public class GetClientsDomains
public string ClientID { get; set; }

[JsonProperty("domainid")]
public object DomainID { get; set; }
public string DomainID { get; set; }

[JsonProperty("totalresults")]
public string TotalResults { get; set; }
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// É possível especificar todos os valores ou usar como padrão os Números de Build e da Revisão
// usando o '*' como mostrado abaixo:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.6.10")]
[assembly: AssemblyFileVersion("0.6.10")]
[assembly: AssemblyVersion("0.7.10")]
[assembly: AssemblyFileVersion("0.7.10")]

0 comments on commit 3af9a3f

Please sign in to comment.