Skip to content

Commit

Permalink
Fixed #2323: Docs module ProjectDto to EditGithubProjectViewModel map…
Browse files Browse the repository at this point in the history
…ping error
  • Loading branch information
hikalkan committed Dec 6, 2019
1 parent 3d75773 commit 7ef03aa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ public class ProjectDto : EntityDto<Guid>

public string NavigationDocumentName { get; set; }

public string ParametersDocumentName { get; set; }

public string MinimumVersion { get; set; }

public string MainWebsiteUrl { get; set; }
Expand Down

0 comments on commit 7ef03aa

Please sign in to comment.