Winify – Blame information for rev 67

Subversion Repositories:
Rev:
Rev Author Line No. Line
67 office 1 using Newtonsoft.Json;
66 office 2  
3 namespace Winify.Gotify
4 {
5 public class GotifyMessageExtras
6 {
7 [JsonProperty(PropertyName = "client::display")]
8 public GotifyMessageExtrasClientDisplay GotifyMessageExtrasClientDisplay { get; set; }
9 }
10 }