Skip to content

Commit

Permalink
Fixed a error #63 “The middleware blocks content streaming”
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Jul 4, 2018
1 parent 7c1cdab commit a5d10da
Show file tree
Hide file tree
Showing 16 changed files with 566 additions and 190 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "2.1.200"
"version": "2.1.300"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>WebMarkupMin.AspNetCore1 contains one ASP.NET Core 1.X Middleware - `WebMarkupMinMiddleware`.</description>
<summary>WebMarkupMin.AspNetCore1 contains one ASP.NET Core 1.X Middleware - `WebMarkupMinMiddleware`.</summary>
<releaseNotes>1. Added support of ASP.NET Core 1.0.4;
2. In `MarkupMinificationOptionsBase` and `HttpCompressionOptions` classes was added a new property - `SupportedHttpMethods` (default `GET`);
3. In `HttpCompressionOptions` class was added two new properties - `IncludedPages` (default empty list) and `ExcludedPages` (default empty list).</releaseNotes>
<copyright>Copyright (c) 2013-2017 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
<releaseNotes>Fixed a error #63 “The middleware blocks content streaming”.</releaseNotes>
<copyright>Copyright (c) 2013-2018 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
<language>en-US</language>
<tags>WebMarkupMin ASP.NET Middleware Markup HTML XHTML XML Minification Minifier Minify</tags>
<dependencies>
Expand Down
8 changes: 2 additions & 6 deletions nuget/WebMarkupMin.AspNetCore1/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

--------------------------------------------------------------------------------

Copyright (c) 2013-2017 Andrey Taritsyn - http://www.taritsyn.ru
Copyright (c) 2013-2018 Andrey Taritsyn - http://www.taritsyn.ru


===========
Expand All @@ -17,11 +17,7 @@
=============
RELEASE NOTES
=============
1. Added support of ASP.NET Core 1.0.4;
2. In `MarkupMinificationOptionsBase` and `HttpCompressionOptions` classes was
added a new property - `SupportedHttpMethods` (default `GET`);
3. In `HttpCompressionOptions` class was added two new properties -
`IncludedPages` (default empty list) and `ExcludedPages` (default empty list).
Fixed a error #63 “The middleware blocks content streaming”.

=============
DOCUMENTATION
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>WebMarkupMin.AspNetCore2 contains one ASP.NET Core 2.X Middleware - `WebMarkupMinMiddleware`.</description>
<summary>WebMarkupMin.AspNetCore2 contains one ASP.NET Core 2.X Middleware - `WebMarkupMinMiddleware`.</summary>
<copyright>Copyright (c) 2013-2017 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
<releaseNotes>Fixed a error #63 “The middleware blocks content streaming”.</releaseNotes>
<copyright>Copyright (c) 2013-2018 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
<language>en-US</language>
<tags>WebMarkupMin ASP.NET Middleware Markup HTML XHTML XML Minification Minifier Minify</tags>
<dependencies>
Expand Down
7 changes: 6 additions & 1 deletion nuget/WebMarkupMin.AspNetCore2/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

--------------------------------------------------------------------------------

Copyright (c) 2013-2017 Andrey Taritsyn - http://www.taritsyn.ru
Copyright (c) 2013-2018 Andrey Taritsyn - http://www.taritsyn.ru


===========
Expand All @@ -14,6 +14,11 @@
WebMarkupMin.AspNetCore2 contains one ASP.NET Core 2.X Middleware -
`WebMarkupMinMiddleware`.

=============
RELEASE NOTES
=============
Fixed a error #63 “The middleware blocks content streaming”.

=============
DOCUMENTATION
=============
Expand Down
Loading

0 comments on commit a5d10da

Please sign in to comment.