Skip to content

Commit 884eda7

Browse files
committed
https://trello.com/c/f0yK5HMg Add ComplianceText to VisitorArrivalMessage.cs
1 parent 5da6937 commit 884eda7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ProReception.Messaging/Messages/VisitorArrivalMessage.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ public class VisitorArrivalMessage
6868

6969
public string ClientSiteAreas { get; set; }
7070

71+
public string ComplianceText { get; set; }
72+
7173
public string VisitPeriod
7274
{
7375
get

version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>4.1.1</Version>
3+
<Version>4.2.0</Version>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)