lucidiot/HabitSharp
lucidiot
/
HabitSharp
Archived
1
0
Fork 0

Add app version to API results

This commit is contained in:
Lucidiot 2018-11-10 18:21:40 +01:00
parent 879242a69d
commit 3adf91587c
No known key found for this signature in database
GPG Key ID: AE3F7205692FA205
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
using System;
using System.Collections.Generic;
using RestSharp.Deserializers;
using HabitSharp.Notifications;
@ -10,6 +11,8 @@ namespace HabitSharp {
public List<Notification> Notifications { get; set; }
public Version AppVersion { get; set; }
public string Error { get; set; }
[DeserializeAs(Name="message")]