From 76318d8d00b649189bcc68a30a317520c1e14d9e Mon Sep 17 00:00:00 2001 From: Gary Sharp Date: Thu, 18 Sep 2014 19:11:21 +1000 Subject: [PATCH] Release v2.0.0918.1700 --- 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/Properties/AssemblyInfo.cs | 4 ++-- Disco.Web.Extensions/Properties/AssemblyInfo.cs | 4 ++-- Disco.Web/Properties/AssemblyInfo.cs | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Disco.BI/Properties/AssemblyInfo.cs b/Disco.BI/Properties/AssemblyInfo.cs index eb70bc5a..3dc6e661 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("2.0.0731.1600")] -[assembly: AssemblyFileVersion("2.0.0731.1600")] \ No newline at end of file +[assembly: AssemblyVersion("2.0.0918.1700")] +[assembly: AssemblyFileVersion("2.0.0918.1700")] \ No newline at end of file diff --git a/Disco.Client/Properties/AssemblyInfo.cs b/Disco.Client/Properties/AssemblyInfo.cs index e2244ec3..4e91c00e 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("2.0.0731.1600")] -[assembly: AssemblyFileVersion("2.0.0731.1600")] \ No newline at end of file +[assembly: AssemblyVersion("2.0.0918.1700")] +[assembly: AssemblyFileVersion("2.0.0918.1700")] \ No newline at end of file diff --git a/Disco.ClientBootstrapper/Properties/AssemblyInfo.cs b/Disco.ClientBootstrapper/Properties/AssemblyInfo.cs index 43d6c9be..5a9523fa 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("2.0.0731.1600")] -[assembly: AssemblyFileVersion("2.0.0731.1600")] \ No newline at end of file +[assembly: AssemblyVersion("2.0.0918.1700")] +[assembly: AssemblyFileVersion("2.0.0918.1700")] \ No newline at end of file diff --git a/Disco.Data/Properties/AssemblyInfo.cs b/Disco.Data/Properties/AssemblyInfo.cs index 1b4327c0..6e6e1d32 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("2.0.0731.1600")] -[assembly: AssemblyFileVersion("2.0.0731.1600")] \ No newline at end of file +[assembly: AssemblyVersion("2.0.0918.1700")] +[assembly: AssemblyFileVersion("2.0.0918.1700")] \ No newline at end of file diff --git a/Disco.Models/Properties/AssemblyInfo.cs b/Disco.Models/Properties/AssemblyInfo.cs index a85adac2..a87c1ac5 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("2.0.0731.1600")] -[assembly: AssemblyFileVersion("2.0.0731.1600")] \ No newline at end of file +[assembly: AssemblyVersion("2.0.0918.1700")] +[assembly: AssemblyFileVersion("2.0.0918.1700")] \ No newline at end of file diff --git a/Disco.Services/Properties/AssemblyInfo.cs b/Disco.Services/Properties/AssemblyInfo.cs index 2be475ae..a7ea7602 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("2.0.0731.1600")] -[assembly: AssemblyFileVersion("2.0.0731.1600")] \ No newline at end of file +[assembly: AssemblyVersion("2.0.0918.1700")] +[assembly: AssemblyFileVersion("2.0.0918.1700")] \ No newline at end of file diff --git a/Disco.Web.Extensions/Properties/AssemblyInfo.cs b/Disco.Web.Extensions/Properties/AssemblyInfo.cs index 2fbd751c..c8e3350e 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("2.0.0731.1600")] -[assembly: AssemblyFileVersion("2.0.0731.1600")] \ No newline at end of file +[assembly: AssemblyVersion("2.0.0918.1700")] +[assembly: AssemblyFileVersion("2.0.0918.1700")] \ No newline at end of file diff --git a/Disco.Web/Properties/AssemblyInfo.cs b/Disco.Web/Properties/AssemblyInfo.cs index 28df666a..c52d222e 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("2.0.0731.1600")] -[assembly: AssemblyFileVersion("2.0.0731.1600")] \ No newline at end of file +[assembly: AssemblyVersion("2.0.0918.1700")] +[assembly: AssemblyFileVersion("2.0.0918.1700")] \ No newline at end of file