Commit 49b8d21 1 parent 9d627a3 commit 49b8d21 Copy full SHA for 49b8d21
File tree 8 files changed +21
-13
lines changed
nuget/WebMarkupMin.AspNet5
WebMarkupMin.Sample.AspNet5.Mvc6
WebMarkupMin.Sample.AspNet5Core.Mvc6
8 files changed +21
-13
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
==========
3
3
4
+ ## March 24, 2016 - v2.0.0 RC 5
5
+ * Fixed a [ error #6 ] ( https://github.com/Taritsyn/WebMarkupMin/issues/6 ) “Incompatible with DeveloperExceptionPageMiddleware (ASP.NET 5)”
6
+
4
7
## March 17, 2016 - v2.0.0 RC 4
5
8
* Fixed a [ error #3 ] ( https://github.com/Taritsyn/WebMarkupMin/issues/3 ) “NullReferenceException with FileContentResult in ASP.vNext RC1”
6
9
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
3
3
<metadata >
4
4
<id >WebMarkupMin.AspNet5</id >
5
- <version >2.0.0-rc4 </version >
5
+ <version >2.0.0-rc5 </version >
6
6
<title >Web Markup Minifier: ASP.NET 5</title >
7
7
<authors >Andrey Taritsyn</authors >
8
8
<owners >Andrey Taritsyn</owners >
12
12
<requireLicenseAcceptance >true</requireLicenseAcceptance >
13
13
<description >WebMarkupMin.AspNet5 contains one ASP.NET 5 Middleware - `WebMarkupMinMiddleware`.</description >
14
14
<summary >WebMarkupMin.AspNet5 contains one ASP.NET 5 Middleware - `WebMarkupMinMiddleware`.</summary >
15
- <releaseNotes >Fixed a error #3 “NullReferenceException with FileContentResult in ASP.vNext RC1 ”.</releaseNotes >
16
- <copyright >Copyright (c) 2013-2015 Andrey Taritsyn - http://www.taritsyn.ru</copyright >
15
+ <releaseNotes >Fixed a error #6 “Incompatible with DeveloperExceptionPageMiddleware ( ASP.NET 5) ”.</releaseNotes >
16
+ <copyright >Copyright (c) 2013-2016 Andrey Taritsyn - http://www.taritsyn.ru</copyright >
17
17
<language >en-US</language >
18
18
<tags >WebMarkupMin ASP.NET Middleware Markup HTML XHTML XML Minification Minifier Minify</tags >
19
19
<dependencies >
Original file line number Diff line number Diff line change 1
1
2
2
3
3
--------------------------------------------------------------------------------
4
- README file for Web Markup Minifier: ASP.NET 5 v2.0.0 RC 4
4
+ README file for Web Markup Minifier: ASP.NET 5 v2.0.0 RC 5
5
5
6
6
--------------------------------------------------------------------------------
7
7
8
- Copyright (c) 2013-2015 Andrey Taritsyn - http://www.taritsyn.ru
8
+ Copyright (c) 2013-2016 Andrey Taritsyn - http://www.taritsyn.ru
9
9
10
10
11
11
===========
16
16
=============
17
17
RELEASE NOTES
18
18
=============
19
- Fixed a error #3 “NullReferenceException with FileContentResult in ASP.vNext RC1 ”.
19
+ Fixed a error #6 “Incompatible with DeveloperExceptionPageMiddleware ( ASP.NET 5) ”.
20
20
21
21
=============
22
22
DOCUMENTATION
Original file line number Diff line number Diff line change 1
1
< p > An overview of new features and fixes</ p >
2
2
3
+ < h3 > 2.0.0 RC 5 - March 24, 2016</ h3 >
4
+ < ul >
5
+ < li > Fixed a < a href ="https://github.com/Taritsyn/WebMarkupMin/issues/6 " target ="_blank "> error #6</ a > “Incompatible with DeveloperExceptionPageMiddleware (ASP.NET 5)”</ li >
6
+ </ ul >
7
+
3
8
< h3 > 2.0.0 RC 4 - March 17, 2016</ h3 >
4
9
< ul >
5
- < li > Fixed a [error #3]( https://github.com/Taritsyn/WebMarkupMin/issues/3) “NullReferenceException with FileContentResult in ASP.vNext RC1”</ li >
10
+ < li > Fixed a < a href =" https://github.com/Taritsyn/WebMarkupMin/issues/3 " target =" _blank " > error #3 </ a > “NullReferenceException with FileContentResult in ASP.vNext RC1”</ li >
6
11
</ ul >
7
12
8
13
< h3 > 2.0.0 RC 3 - February 23, 2016</ h3 >
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.0.0-rc4 " ,
2
+ "version" : " 2.0.0-rc5 " ,
3
3
"compilationOptions" : {
4
4
"emitEntryPoint" : true
5
5
},
18
18
"Microsoft.Extensions.Logging" : " 1.0.0-rc1-final" ,
19
19
"Microsoft.Extensions.Logging.Console" : " 1.0.0-rc1-final" ,
20
20
"Microsoft.Extensions.Logging.Debug" : " 1.0.0-rc1-final" ,
21
- "WebMarkupMin.AspNet5" : " 2.0.0-rc4 " ,
21
+ "WebMarkupMin.AspNet5" : " 2.0.0-rc5 " ,
22
22
"WebMarkupMin.Sample.Logic" : " 2.0.0-rc1" ,
23
23
"WebMarkupMin.Sample.Resources" : " 2.0.0-rc1"
24
24
},
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.0.0-rc4 " ,
2
+ "version" : " 2.0.0-rc5 " ,
3
3
"compilationOptions" : {
4
4
"emitEntryPoint" : true
5
5
},
18
18
"Microsoft.Extensions.Logging" : " 1.0.0-rc1-final" ,
19
19
"Microsoft.Extensions.Logging.Console" : " 1.0.0-rc1-final" ,
20
20
"Microsoft.Extensions.Logging.Debug" : " 1.0.0-rc1-final" ,
21
- "WebMarkupMin.AspNet5" : " 2.0.0-rc4 " ,
21
+ "WebMarkupMin.AspNet5" : " 2.0.0-rc5 " ,
22
22
"WebMarkupMin.Sample.Logic" : " 2.0.0-rc1" ,
23
23
"WebMarkupMin.Sample.Resources" : " 2.0.0-rc1"
24
24
},
Original file line number Diff line number Diff line change 6
6
[ assembly: AssemblyConfiguration ( "" ) ]
7
7
[ assembly: AssemblyCompany ( "" ) ]
8
8
[ assembly: AssemblyProduct ( "Web Markup Minifier: ASP.NET 5" ) ]
9
- [ assembly: AssemblyCopyright ( "Copyright © 2013-2015 Andrey Taritsyn" ) ]
9
+ [ assembly: AssemblyCopyright ( "Copyright © 2013-2016 Andrey Taritsyn" ) ]
10
10
[ assembly: AssemblyTrademark ( "" ) ]
11
11
[ assembly: AssemblyCulture ( "" ) ]
12
12
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.0.0-rc4 " ,
2
+ "version" : " 2.0.0-rc5 " ,
3
3
"description" : " " ,
4
4
"authors" : [ " " ],
5
5
"tags" : [ " " ],
You can’t perform that action at this time.
0 commit comments