Winify

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 43  →  ?path2? @ 44
/trunk/Winify/Gotify/GotifyApplication.cs
@@ -6,14 +6,11 @@
{
#region Public Enums, Properties and Fields
 
[JsonProperty(PropertyName = "id")]
public int Id { get; set; }
[JsonProperty(PropertyName = "id")] public int Id { get; set; }
 
[JsonProperty(PropertyName = "token")]
public string Token { get; set; }
[JsonProperty(PropertyName = "token")] public string Token { get; set; }
 
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
[JsonProperty(PropertyName = "name")] public string Name { get; set; }
 
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
@@ -21,8 +18,7 @@
[JsonProperty(PropertyName = "internal")]
public bool Internal { get; set; }
 
[JsonProperty(PropertyName = "image")]
public string Image { get; set; }
[JsonProperty(PropertyName = "image")] public string Image { get; set; }
 
#endregion
}