Skip to content

Commit

Permalink
[v6.7.1] Lib.Web.Mvc
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeczek committed Mar 23, 2017
1 parent e18a903 commit e999c35
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
43 changes: 31 additions & 12 deletions Lib.Web.Mvc.shfbproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{f88060fc-b88c-4514-9d09-13bee60f0bce}</ProjectGuid>
<SHFBSchemaVersion>1.9.9.0</SHFBSchemaVersion>
<SHFBSchemaVersion>2015.6.5.0</SHFBSchemaVersion>
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual
Studio adds them anyway -->
<AssemblyName>Documentation</AssemblyName>
Expand All @@ -22,31 +22,48 @@
<DocumentationSource sourceFile="Lib.Web.Mvc\bin\Release\Lib.Web.Mvc.dll" />
<DocumentationSource sourceFile="Lib.Web.Mvc\bin\Release\Lib.Web.Mvc.xml" />
</DocumentationSources>
<CopyrightText>Copyright &amp;#169%3b 2009 - 2014 Tomasz Pęczek</CopyrightText>
<CopyrightText>Copyright &amp;#169%3b 2009 - 2017 Tomasz Pęczek</CopyrightText>
<HelpTitle>Lib.Web.Mvc Documentation</HelpTitle>
<SyntaxFilters>CSharp, VisualBasic</SyntaxFilters>
<ProjectSummary>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.</ProjectSummary>
<SyntaxFilters>C#, Visual Basic</SyntaxFilters>
<ProjectSummary>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</ProjectSummary>
<NamespaceSummaries>
<NamespaceSummaryItem name="Lib.Web.Mvc.JQuery.JqGrid" isDocumented="True">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).</NamespaceSummaryItem>
<NamespaceSummaryItem name="Lib.Web.Mvc" isDocumented="True">The Lib.Web.Mvc namespace contains classes that support creating ASP.NET MVC application.</NamespaceSummaryItem>
<NamespaceSummaryItem name="Lib.Web.Mvc.Html" isDocumented="True">The Lib.Web.Mvc.Html namespace contains classes that help render HTML in ASP.NET MVC application.</NamespaceSummaryItem>
<NamespaceSummaryItem name="Lib.Web.Mvc.JQuery.JqGrid.Constants" isDocumented="True">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.</NamespaceSummaryItem>
<NamespaceSummaryItem name="Lib.Web.Mvc.JQuery.JqGrid.DataAnnotations" isDocumented="True">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.</NamespaceSummaryItem>
<NamespaceSummaryItem name="Lib.Web.Mvc.JQuery.TreeView" isDocumented="True">The Lib.Web.Mvc.JQuery.TreeView namespace contains classes that help using jQuery TreeView plugin in ASP.NET MVC application.</NamespaceSummaryItem>
</NamespaceSummaries>
<NamespaceSummaryItem name="Lib.Web.Mvc" isDocumented="True">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:
&lt;ul&gt;
&lt;li&gt;Strongly typed jqGrid helper&lt;/li&gt;
&lt;li&gt;Attribute and helpers providing support for Content Security Policy Level 2&lt;/li&gt;
&lt;li&gt;FileResult providing support for Range Requests&lt;/li&gt;
&lt;li&gt;Action result and helper providing support for XSL transformation&lt;/li&gt;
&lt;/ul&gt;</NamespaceSummaryItem>
<NamespaceSummaryItem name="Lib.Web.Mvc.Html" isDocumented="True">The Lib.Web.Mvc.Html namespace contains classes that help render HTML in ASP.NET MVC application.</NamespaceSummaryItem>
<NamespaceSummaryItem name="Lib.Web.Mvc.JQuery.JqGrid.Constants" isDocumented="True">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.</NamespaceSummaryItem>
<NamespaceSummaryItem name="Lib.Web.Mvc.JQuery.JqGrid.DataAnnotations" isDocumented="True">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.</NamespaceSummaryItem>
<NamespaceSummaryItem name="Lib.Web.Mvc.JQuery.TreeView" isDocumented="True">The Lib.Web.Mvc.JQuery.TreeView namespace contains classes that help using jQuery TreeView plugin in ASP.NET MVC application.</NamespaceSummaryItem></NamespaceSummaries>
<FeedbackEMailAddress>
</FeedbackEMailAddress>
<HelpFileFormat>HtmlHelp1</HelpFileFormat>
<PresentationStyle>vs2005</PresentationStyle>
<PresentationStyle>VS2010</PresentationStyle>
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
<IndentHtml>False</IndentHtml>
<FrameworkVersion>.NET Framework 4.0</FrameworkVersion>
<KeepLogFile>False</KeepLogFile>
<DisableCodeBlockComponent>False</DisableCodeBlockComponent>
<CppCommentsFixup>False</CppCommentsFixup>
<CleanIntermediates>True</CleanIntermediates>
<HelpFileVersion>1.0.0.0</HelpFileVersion>
<MaximumGroupParts>2</MaximumGroupParts>
<NamespaceGrouping>False</NamespaceGrouping>
<SdkLinkTarget>Blank</SdkLinkTarget>
<RootNamespaceContainer>False</RootNamespaceContainer>
<Preliminary>False</Preliminary>
<NamingMethod>Guid</NamingMethod>
<ContentPlacement>AboveNamespaces</ContentPlacement>
</PropertyGroup>
<!-- There are no properties for these groups. AnyCPU needs to appear in
order for Visual Studio to perform the build. The others are optional
Expand All @@ -68,7 +85,9 @@ Notice: For all the properties that represent options for jqGrid, if the value f
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' ">
</PropertyGroup>
<ItemGroup>
<Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<Reference Include="System.Web.Mvc">
<HintPath>Lib.Web.Mvc\bin\Release\System.Web.Mvc.dll</HintPath>
</Reference>
</ItemGroup>
<!-- Import the SHFB build targets -->
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
Expand Down
4 changes: 2 additions & 2 deletions Lib.Web.Mvc/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit e999c35

Please sign in to comment.