Update: Assemblies available to Plugins

This commit is contained in:
Gary Sharp
2013-05-09 17:02:53 +10:00
parent ed15f8b856
commit 7ab164055d
2 changed files with 7 additions and 5 deletions
+5 -3
View File
@@ -143,14 +143,16 @@ namespace Disco.Services.Plugins
"DotNet.Highcharts", "DotNet.Highcharts",
"EntityFramework", "EntityFramework",
"itextsharp", "itextsharp",
"Microsoft.AspNet.SignalR.Core",
"Microsoft.AspNet.SignalR.Owin",
"Microsoft.AspNet.SignalR.SystemWeb",
"Microsoft.Owin.Host.SystemWeb",
"Microsoft.Web.Infrastructure", "Microsoft.Web.Infrastructure",
"Newtonsoft.Json", "Newtonsoft.Json",
"Org.Mentalis.Security", "Org.Mentalis.Security",
"Owin",
"Quartz", "Quartz",
"RazorGenerator.Mvc", "RazorGenerator.Mvc",
"SignalR",
"SignalR.Hosting.AspNet",
"SignalR.Hosting.Common",
"Spring.Core", "Spring.Core",
"System.Data.SqlServerCe", "System.Data.SqlServerCe",
"System.Data.SqlServerCe.Entity", "System.Data.SqlServerCe.Entity",
+2 -2
View File
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0506.2022")] [assembly: AssemblyVersion("1.2.0509.1622")]
[assembly: AssemblyFileVersion("1.2.0506.2022")] [assembly: AssemblyFileVersion("1.2.0509.1622")]