Skip to content

Commit

Permalink
Merge pull request #168 from RWS/167-rename-enumeration-assignee-to-p…
Browse files Browse the repository at this point in the history
…rojectassignee

 #167 Rename enumeration value "Assignee" to "ProjectAssignee"
  • Loading branch information
OlegTokar authored Sep 20, 2023
2 parents 663fb42 + eb528a3 commit 3e3e1a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/ISHRemote/Trisoft.ISHRemote/Objects/Enumerations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ public enum Level
Reply = 510,
[StringValue("project")]
Project = 600,
[StringValue("assignee")]
Assignee = 610
[StringValue("projectassignee")]
ProjectAssignee = 610
}

/// <summary>
Expand Down

0 comments on commit 3e3e1a0

Please sign in to comment.