From 3d02957e9b1ef3b9aa3a4b4ded9443e81a14cea5 Mon Sep 17 00:00:00 2001 From: Gary Sharp Date: Thu, 6 Jun 2013 12:27:16 +1000 Subject: [PATCH] Update: Plugin Manifest Builder - Assemblies --- Disco.BI/Properties/AssemblyInfo.cs | 4 ++-- Disco.Client/Properties/AssemblyInfo.cs | 4 ++-- Disco.ClientBootstrapper/Properties/AssemblyInfo.cs | 4 ++-- Disco.Data/Properties/AssemblyInfo.cs | 4 ++-- Disco.Models/Properties/AssemblyInfo.cs | 4 ++-- Disco.Services/Plugins/PluginManifest.cs | 2 ++ Disco.Services/Properties/AssemblyInfo.cs | 4 ++-- Disco.Web.Extensions/Properties/AssemblyInfo.cs | 4 ++-- Disco.Web/Properties/AssemblyInfo.cs | 4 ++-- 9 files changed, 18 insertions(+), 16 deletions(-) diff --git a/Disco.BI/Properties/AssemblyInfo.cs b/Disco.BI/Properties/AssemblyInfo.cs index a0613423..dac682b7 100644 --- a/Disco.BI/Properties/AssemblyInfo.cs +++ b/Disco.BI/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.0606.1156")] -[assembly: AssemblyFileVersion("1.2.0606.1156")] \ No newline at end of file +[assembly: AssemblyVersion("1.2.0606.1220")] +[assembly: AssemblyFileVersion("1.2.0606.1220")] \ No newline at end of file diff --git a/Disco.Client/Properties/AssemblyInfo.cs b/Disco.Client/Properties/AssemblyInfo.cs index 00a5bb61..d9228b6f 100644 --- a/Disco.Client/Properties/AssemblyInfo.cs +++ b/Disco.Client/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.0603.2016")] -[assembly: AssemblyFileVersion("1.2.0603.2016")] \ No newline at end of file +[assembly: AssemblyVersion("1.2.0606.1220")] +[assembly: AssemblyFileVersion("1.2.0606.1220")] \ No newline at end of file diff --git a/Disco.ClientBootstrapper/Properties/AssemblyInfo.cs b/Disco.ClientBootstrapper/Properties/AssemblyInfo.cs index 5e8d9eec..b0a07e4d 100644 --- a/Disco.ClientBootstrapper/Properties/AssemblyInfo.cs +++ b/Disco.ClientBootstrapper/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.0603.2016")] -[assembly: AssemblyFileVersion("1.2.0603.2016")] \ No newline at end of file +[assembly: AssemblyVersion("1.2.0606.1220")] +[assembly: AssemblyFileVersion("1.2.0606.1220")] \ No newline at end of file diff --git a/Disco.Data/Properties/AssemblyInfo.cs b/Disco.Data/Properties/AssemblyInfo.cs index 0e6c2530..4f5f6a2b 100644 --- a/Disco.Data/Properties/AssemblyInfo.cs +++ b/Disco.Data/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.0606.1156")] -[assembly: AssemblyFileVersion("1.2.0606.1156")] \ No newline at end of file +[assembly: AssemblyVersion("1.2.0606.1220")] +[assembly: AssemblyFileVersion("1.2.0606.1220")] \ No newline at end of file diff --git a/Disco.Models/Properties/AssemblyInfo.cs b/Disco.Models/Properties/AssemblyInfo.cs index 313d1400..1636bafb 100644 --- a/Disco.Models/Properties/AssemblyInfo.cs +++ b/Disco.Models/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.0606.1156")] -[assembly: AssemblyFileVersion("1.2.0606.1156")] \ No newline at end of file +[assembly: AssemblyVersion("1.2.0606.1220")] +[assembly: AssemblyFileVersion("1.2.0606.1220")] \ No newline at end of file diff --git a/Disco.Services/Plugins/PluginManifest.cs b/Disco.Services/Plugins/PluginManifest.cs index f6d345b2..ca3c4d6a 100644 --- a/Disco.Services/Plugins/PluginManifest.cs +++ b/Disco.Services/Plugins/PluginManifest.cs @@ -156,7 +156,9 @@ namespace Disco.Services.Plugins "Spring.Core", "System.Data.SqlServerCe", "System.Data.SqlServerCe.Entity", + "System.Net.Http.Extensions", "System.Net.Http.Formatting", + "System.Net.Http.Primitives", "System.Reactive.Core", "System.Reactive.Interfaces", "System.Reactive.Linq", diff --git a/Disco.Services/Properties/AssemblyInfo.cs b/Disco.Services/Properties/AssemblyInfo.cs index d537bf3d..4ae4a1a1 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.0606.1156")] -[assembly: AssemblyFileVersion("1.2.0606.1156")] \ No newline at end of file +[assembly: AssemblyVersion("1.2.0606.1220")] +[assembly: AssemblyFileVersion("1.2.0606.1220")] \ No newline at end of file diff --git a/Disco.Web.Extensions/Properties/AssemblyInfo.cs b/Disco.Web.Extensions/Properties/AssemblyInfo.cs index 17e2f1d1..21ca412f 100644 --- a/Disco.Web.Extensions/Properties/AssemblyInfo.cs +++ b/Disco.Web.Extensions/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.0606.1156")] -[assembly: AssemblyFileVersion("1.2.0606.1156")] \ No newline at end of file +[assembly: AssemblyVersion("1.2.0606.1220")] +[assembly: AssemblyFileVersion("1.2.0606.1220")] \ No newline at end of file diff --git a/Disco.Web/Properties/AssemblyInfo.cs b/Disco.Web/Properties/AssemblyInfo.cs index 1fed52a2..10c635f1 100644 --- a/Disco.Web/Properties/AssemblyInfo.cs +++ b/Disco.Web/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.2.0606.1156")] -[assembly: AssemblyFileVersion("1.2.0606.1156")] \ No newline at end of file +[assembly: AssemblyVersion("1.2.0606.1220")] +[assembly: AssemblyFileVersion("1.2.0606.1220")] \ No newline at end of file