From e999c35228ac5a9a572476f7c38020200aa74b22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20P=C4=99czek?= Date: Thu, 23 Mar 2017 22:12:22 +0100 Subject: [PATCH] [v6.7.1] Lib.Web.Mvc --- CHANGELOG.md | 4 +++ Lib.Web.Mvc.shfbproj | 43 +++++++++++++++++++------- Lib.Web.Mvc/Properties/AssemblyInfo.cs | 4 +-- 3 files changed, 37 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85f40c0..43cb22a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Lib.Web.Mvc 6.7.1 +### Bug Fixes +- Fix for ETag generation in RangeFileResult on FIPS compliant environments + ## Lib.Web.Mvc 6.7.0 ### Bug Fixes - Fix for bug in DeserializeJqGridColumnSearchOptions and DeserializeJqGridColumnEditOptions (thanks to @glazkovalex) diff --git a/Lib.Web.Mvc.shfbproj b/Lib.Web.Mvc.shfbproj index 66735ab..80256c4 100644 --- a/Lib.Web.Mvc.shfbproj +++ b/Lib.Web.Mvc.shfbproj @@ -8,7 +8,7 @@ AnyCPU 2.0 {f88060fc-b88c-4514-9d09-13bee60f0bce} - 1.9.9.0 + 2015.6.5.0 Documentation @@ -22,24 +22,33 @@ - Copyright &#169%3b 2009 - 2014 Tomasz Pęczek + Copyright &#169%3b 2009 - 2017 Tomasz Pęczek Lib.Web.Mvc Documentation - CSharp, VisualBasic - Lib.Web.Mvc is a library which contains some helper classes for ASP.NET MVC such as strongly typed jqGrid helper, XSL transformation HtmlHelper/ActionResult, FileResult with range request support, custom attributes and more. + C#, Visual Basic + Lib.Web.Mvc is a library which contains some helper classes for ASP.NET MVC such as: +- Strongly typed jqGrid helper +- Attribute and helpers providing support for Content Security Policy Level 2 +- FileResult providing support for Range Requests +- Action result and helper providing support for XSL transformation The Lib.Web.Mvc.JQuery.JqGrid namespace contains classes that help using jqGrid plugin in ASP.NET MVC application. Notice: For all the properties that represent options for jqGrid, if the value for the property is not set, the default jqGrid value will be used (unless stated otherwise). - The Lib.Web.Mvc namespace contains classes that support creating ASP.NET MVC application. - The Lib.Web.Mvc.Html namespace contains classes that help render HTML in ASP.NET MVC application. - The Lib.Web.Mvc.JQuery.JqGrid.Constants namespace provides classes with constants values which will be used by Lib.Web.Mvc.JQuery.JqGrid.JqGridHelper in ASP.NET MVC application. - The Lib.Web.Mvc.JQuery.JqGrid.DataAnnotations namespace provides attribute classes that are used to define additonal metadata which will be used by Lib.Web.Mvc.JQuery.JqGrid.JqGridHelper in ASP.NET MVC application. - The Lib.Web.Mvc.JQuery.TreeView namespace contains classes that help using jQuery TreeView plugin in ASP.NET MVC application. - +The Lib.Web.Mvc namespace contains classes that support creLib.Web.Mvc is a library which contains some helper classes for ASP.NET MVC such as: +<ul> +<li>Strongly typed jqGrid helper</li> +<li>Attribute and helpers providing support for Content Security Policy Level 2</li> +<li>FileResult providing support for Range Requests</li> +<li>Action result and helper providing support for XSL transformation</li> +</ul> +The Lib.Web.Mvc.Html namespace contains classes that help render HTML in ASP.NET MVC application. +The Lib.Web.Mvc.JQuery.JqGrid.Constants namespace provides classes with constants values which will be used by Lib.Web.Mvc.JQuery.JqGrid.JqGridHelper in ASP.NET MVC application. +The Lib.Web.Mvc.JQuery.JqGrid.DataAnnotations namespace provides attribute classes that are used to define additonal metadata which will be used by Lib.Web.Mvc.JQuery.JqGrid.JqGridHelper in ASP.NET MVC application. +The Lib.Web.Mvc.JQuery.TreeView namespace contains classes that help using jQuery TreeView plugin in ASP.NET MVC application. HtmlHelp1 - vs2005 + VS2010 OnlyWarningsAndErrors False .NET Framework 4.0 @@ -47,6 +56,14 @@ Notice: For all the properties that represent options for jqGrid, if the value f False False True + 1.0.0.0 + 2 + False + Blank + False + False + Guid + AboveNamespaces diff --git a/Lib.Web.Mvc/Properties/AssemblyInfo.cs b/Lib.Web.Mvc/Properties/AssemblyInfo.cs index d949973..7339ae4 100644 --- a/Lib.Web.Mvc/Properties/AssemblyInfo.cs +++ b/Lib.Web.Mvc/Properties/AssemblyInfo.cs @@ -18,5 +18,5 @@ // to COM components. If you need to access a type in this assembly from [assembly: ComVisible(false)] [assembly: Guid("68e6372a-38aa-427a-b5f8-1952175d5ccd")] -[assembly: AssemblyVersion("6.7.0.0")] -[assembly: AssemblyFileVersion("6.7.0.0")] +[assembly: AssemblyVersion("6.7.1.0")] +[assembly: AssemblyFileVersion("6.7.1.0")]