Skip to content

Commit

Permalink
[v6.9.0] Lib.Web.Mvc
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeczek committed May 2, 2018
1 parent 75ecaf3 commit c69b257
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Lib.Web.Mvc 6.9.0
### Bug Fixes
- Fix for potential *Response Buffer Limit Exceeded* issue in `RangeFileResult` implementations
### Additions and Changes
- Added support for Bootstrap4 in jqGrid via `StyleUI` & `IconSet` properties on `JqGridOptions` along with `JqGridBootstrap4IconSet` enum (thanks to @Vampire2008)
- Added support for files larger than 2 GB in `RangeFileStreamResult` and `RangeFilePathResult`

## Lib.Web.Mvc 6.8.2
### Bug Fixes
- Fix for ErrorTextFormat not available on JqGridNavigatorDeleteActionOptions
Expand Down
7 changes: 4 additions & 3 deletions Lib.Web.Mvc.shfbproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0">
<PropertyGroup>
<!-- The configuration and platform will be used to determine which
assemblies to include from solution and project documentation
Expand All @@ -8,7 +8,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{f88060fc-b88c-4514-9d09-13bee60f0bce}</ProjectGuid>
<SHFBSchemaVersion>2015.6.5.0</SHFBSchemaVersion>
<SHFBSchemaVersion>2017.9.26.0</SHFBSchemaVersion>
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual
Studio adds them anyway -->
<AssemblyName>Documentation</AssemblyName>
Expand Down Expand Up @@ -51,7 +51,7 @@ Notice: For all the properties that represent options for jqGrid, if the value f
</NamespaceSummaries>
<FeedbackEMailAddress>
</FeedbackEMailAddress>
<HelpFileFormat>HtmlHelp1</HelpFileFormat>
<HelpFileFormat>HtmlHelp1, Website</HelpFileFormat>
<PresentationStyle>VS2010</PresentationStyle>
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
<IndentHtml>False</IndentHtml>
Expand All @@ -68,6 +68,7 @@ Notice: For all the properties that represent options for jqGrid, if the value f
<Preliminary>False</Preliminary>
<NamingMethod>Guid</NamingMethod>
<ContentPlacement>AboveNamespaces</ContentPlacement>
<SaveComponentCacheCapacity>100</SaveComponentCacheCapacity>
</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 Down
6 changes: 3 additions & 3 deletions Lib.Web.Mvc/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Tomasz Pęczek")]
[assembly: AssemblyProduct("Lib.Web.Mvc")]
[assembly: AssemblyCopyright("Copyright © 2009 - 2017 Tomasz Pęczek")]
[assembly: AssemblyCopyright("Copyright © 2009 - 2018 Tomasz Pęczek")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// 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.8.2.0")]
[assembly: AssemblyFileVersion("6.8.2.0")]
[assembly: AssemblyVersion("6.9.0.0")]
[assembly: AssemblyFileVersion("6.9.0.0")]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Alpha packages are available on [MyGet](http://tpeczek.com/2013/01/using-alpha-l

## Documentation

The library documentation is available on [NuDoq](http://www.nudoq.org/#!/Projects/Lib.Web.Mvc) or as a part of the release (chm file).
The library documentation is available as a part of the release (chm file).

There is also a series of blog posts describing key features of the library:

Expand Down

0 comments on commit c69b257

Please sign in to comment.