diff --git a/Disco.BI/Properties/AssemblyInfo.cs b/Disco.BI/Properties/AssemblyInfo.cs index 2d4bcc0a..42508fe7 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.0624.1900")] -[assembly: AssemblyFileVersion("1.2.0624.1900")] \ No newline at end of file +[assembly: AssemblyVersion("1.2.0625.1305")] +[assembly: AssemblyFileVersion("1.2.0625.1305")] \ No newline at end of file diff --git a/Disco.Client/Properties/AssemblyInfo.cs b/Disco.Client/Properties/AssemblyInfo.cs index 22547e5b..aa03f2a0 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.0624.1900")] -[assembly: AssemblyFileVersion("1.2.0624.1900")] \ No newline at end of file +[assembly: AssemblyVersion("1.2.0625.1304")] +[assembly: AssemblyFileVersion("1.2.0625.1304")] \ No newline at end of file diff --git a/Disco.ClientBootstrapper/Properties/AssemblyInfo.cs b/Disco.ClientBootstrapper/Properties/AssemblyInfo.cs index f1268874..b9ec5172 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.0624.1900")] -[assembly: AssemblyFileVersion("1.2.0624.1900")] \ No newline at end of file +[assembly: AssemblyVersion("1.2.0625.1304")] +[assembly: AssemblyFileVersion("1.2.0625.1304")] \ No newline at end of file diff --git a/Disco.Data/Properties/AssemblyInfo.cs b/Disco.Data/Properties/AssemblyInfo.cs index 6b5f7599..8f5dd9a1 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.0624.1900")] -[assembly: AssemblyFileVersion("1.2.0624.1900")] \ No newline at end of file +[assembly: AssemblyVersion("1.2.0625.1305")] +[assembly: AssemblyFileVersion("1.2.0625.1305")] \ No newline at end of file diff --git a/Disco.Models/Properties/AssemblyInfo.cs b/Disco.Models/Properties/AssemblyInfo.cs index c2621533..ed7acbbb 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.0624.1900")] -[assembly: AssemblyFileVersion("1.2.0624.1900")] \ No newline at end of file +[assembly: AssemblyVersion("1.2.0625.1305")] +[assembly: AssemblyFileVersion("1.2.0625.1305")] \ No newline at end of file diff --git a/Disco.Services/Properties/AssemblyInfo.cs b/Disco.Services/Properties/AssemblyInfo.cs index 68efd1b8..228b6bf6 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.0624.1900")] -[assembly: AssemblyFileVersion("1.2.0624.1900")] \ No newline at end of file +[assembly: AssemblyVersion("1.2.0625.1305")] +[assembly: AssemblyFileVersion("1.2.0625.1305")] \ No newline at end of file diff --git a/Disco.Web.Extensions/MvcExtensions/Bundles/Bundle.cs b/Disco.Web.Extensions/MvcExtensions/Bundles/Bundle.cs index fc29dfd7..2f206b55 100644 --- a/Disco.Web.Extensions/MvcExtensions/Bundles/Bundle.cs +++ b/Disco.Web.Extensions/MvcExtensions/Bundles/Bundle.cs @@ -120,13 +120,11 @@ namespace Disco.Web.Extensions.MvcExtensions.Bundles // Write Headers var cache = context.Response.Cache; - cache.SetCacheability(HttpCacheability.Public); cache.SetOmitVaryStar(true); cache.SetExpires(DateTime.Now.AddYears(1)); cache.SetValidUntilExpires(true); cache.SetMaxAge(TimeSpan.FromDays(365)); - cache.SetLastModified(DateTime.Now); - cache.VaryByHeaders["User-Agent"] = true; + cache.SetCacheability(HttpCacheability.Public); // Write File context.Response.WriteFile(this.File); diff --git a/Disco.Web.Extensions/Properties/AssemblyInfo.cs b/Disco.Web.Extensions/Properties/AssemblyInfo.cs index 686635b0..11b1c0a3 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.0624.1900")] -[assembly: AssemblyFileVersion("1.2.0624.1900")] \ No newline at end of file +[assembly: AssemblyVersion("1.2.0625.1305")] +[assembly: AssemblyFileVersion("1.2.0625.1305")] \ No newline at end of file diff --git a/Disco.Web/Properties/AssemblyInfo.cs b/Disco.Web/Properties/AssemblyInfo.cs index e9d8277b..7272cc23 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.0624.1900")] -[assembly: AssemblyFileVersion("1.2.0624.1900")] \ No newline at end of file +[assembly: AssemblyVersion("1.2.0625.1305")] +[assembly: AssemblyFileVersion("1.2.0625.1305")] \ No newline at end of file