Skip to content

Commit

Permalink
make list even properties public
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonseydel committed Aug 17, 2023
1 parent c9670f2 commit 77c37fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MailChimp.Net/Models/ListEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ public class ListEvent
/// An optional list of properties
/// </summary>
[JsonProperty("properties")]
IDictionary<string, object> Properties { get; set; }
public IDictionary<string, object> Properties { get; set; }
}

1 comment on commit 77c37fe

@nerminSh
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@brandonseydel Is there a plan to release new NuGet Package version with this update ?

Please sign in to comment.