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,11 @@
using System.Collections.Generic;
namespace Disco.Models.Services.Interop.DiscoServices
{
public class PluginLibraryIncompatibility
{
public List<PluginIncompatibility> IncompatiblePlugins { get; set; }
}
}