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 GotifyMessageExtrasClientDisplay
6 {
7 [JsonProperty(PropertyName = "contentType")]
8 public string ContentType { get; set; }
9 }
10 }