Update: Disco ICT Online Services - Plugin Library

Migrate plugin library to https://services.discoict.com.au
This commit is contained in:
Gary Sharp
2014-07-28 15:02:33 +10:00
parent 1cc7e94646
commit 3358d9e320
37 changed files with 729 additions and 763 deletions
@@ -0,0 +1,12 @@
using System;
namespace Disco.Models.Services.Interop.DiscoServices
{
public class PluginIncompatibility
{
public string PluginId { get; set; }
public Version Version { get; set; }
public string Reason { get; set; }
}
}