Winify

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 23  →  ?path2? @ 24
/trunk/Winify/Gotify/GotifyNotification.cs
@@ -1,5 +1,6 @@
using System;
using Newtonsoft.Json;
using Servers;
 
namespace Winify.Gotify
{
@@ -25,6 +26,8 @@
[JsonProperty(PropertyName = "date")]
public DateTime Date { get; set; }
 
public Server Server { get; set; }
 
#endregion
}
}