From 7ab164055de6332fcd6459be7bf29c49e0fdc78c Mon Sep 17 00:00:00 2001 From: Gary Sharp Date: Thu, 9 May 2013 17:02:53 +1000 Subject: [PATCH] Update: Assemblies available to Plugins --- Disco.Services/Plugins/PluginManifest.cs | 8 +++++--- Disco.Services/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Disco.Services/Plugins/PluginManifest.cs b/Disco.Services/Plugins/PluginManifest.cs index 3e6450a4..f6d345b2 100644 --- a/Disco.Services/Plugins/PluginManifest.cs +++ b/Disco.Services/Plugins/PluginManifest.cs @@ -143,14 +143,16 @@ namespace Disco.Services.Plugins "DotNet.Highcharts", "EntityFramework", "itextsharp", + "Microsoft.AspNet.SignalR.Core", + "Microsoft.AspNet.SignalR.Owin", + "Microsoft.AspNet.SignalR.SystemWeb", + "Microsoft.Owin.Host.SystemWeb", "Microsoft.Web.Infrastructure", "Newtonsoft.Json", "Org.Mentalis.Security", + "Owin", "Quartz", "RazorGenerator.Mvc", - "SignalR", - "SignalR.Hosting.AspNet", - "SignalR.Hosting.Common", "Spring.Core", "System.Data.SqlServerCe", "System.Data.SqlServerCe.Entity", diff --git a/Disco.Services/Properties/AssemblyInfo.cs b/Disco.Services/Properties/AssemblyInfo.cs index 8a969675..64d0a100 100644 --- a/Disco.Services/Properties/AssemblyInfo.cs +++ b/Disco.Services/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.0506.2022")] -[assembly: AssemblyFileVersion("1.2.0506.2022")] \ No newline at end of file +[assembly: AssemblyVersion("1.2.0509.1622")] +[assembly: AssemblyFileVersion("1.2.0509.1622")] \ No newline at end of file