Skip to content

Commit

Permalink
Merge pull request #20335 from abpframework/auto-merge/rel-8-3/2843
Browse files Browse the repository at this point in the history
Merge branch dev with rel-8.3
  • Loading branch information
maliming authored Jul 30, 2024
2 parents c8f829b + bf59369 commit 9f2180e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ public class DeveloperApiKeyResult
public string OrganizationName { get; set; }
public string ApiKey { get; set; }
public DateTime? LicenseEndTime { get; set; }
public DateTime? LicenseStartTime { get; set; }
public bool CanDownloadSourceCode { get; set; }
public string LicenseCode { get; set; }
public string ErrorMessage { get; set; }
Expand Down

0 comments on commit 9f2180e

Please sign in to comment.