Winify

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 65  →  ?path2? @ 66
/trunk/Winify/Gotify/GotifyMessageExtrasClientDisplay.cs
@@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json;
 
namespace Winify.Gotify
{
public class GotifyMessageExtrasClientDisplay
{
[JsonProperty(PropertyName = "contentType")]
public string ContentType { get; set; }
}
}