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