Skip to content

Commit

Permalink
[v6.8.0] Lib.Web.Mvc
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeczek committed Jan 9, 2017
1 parent 20191a9 commit e2394c1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 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.8.0
### Additions and Changes
- Added support for HTTP/2 Server Push (with Cache Digest) via PushPromiseAttribute and PushPromiseExtensions

## Lib.Web.Mvc 6.7.0
### Bug Fixes
- Fix for bug in DeserializeJqGridColumnSearchOptions and DeserializeJqGridColumnEditOptions (thanks to @glazkovalex)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2009 - 2016 Tomasz Pęczek
Copyright (c) 2009 - 2017 Tomasz Pęczek

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion Lib.Web.Mvc/Lib.Web.Mvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Lib.Web.Mvc</RootNamespace>
<AssemblyName>Lib.Web.Mvc</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\jqGrid Helper Examples\</SolutionDir>
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 - 2016 Tomasz Pęczek")]
[assembly: AssemblyCopyright("Copyright © 2009 - 2017 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.7.0.0")]
[assembly: AssemblyFileVersion("6.7.0.0")]
[assembly: AssemblyVersion("6.8.0.0")]
[assembly: AssemblyFileVersion("6.8.0.0")]
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ There is also a series of blog posts describing key features of the library:
- [jqGrid Strongly Typed Helper - jQuery UI Integrations](http://tpeczek.blogspot.com/2013/02/jqgrid-strongly-typed-helper-jquery-ui.html)
- [Range Requests in ASP.NET MVC – RangeFileResult](http://tpeczek.blogspot.com/2011/10/range-requests-in-aspnet-mvc.html) (How RangeFileResult works)
- [Content Security Policy in ASP.NET MVC - Scripts](http://tpeczek.blogspot.com/2015/06/content-security-policy-in-aspnet-mvc.html) (How ContentSecurityPolicyAttribute and ContentSecurityPolicyExtensions work)
- [HTTP/2 Server Push and ASP.NET MVC](http://tpeczek.blogspot.com/2016/12/one-of-new-features-in-http2-is-server.html)
- [HTTP/2 Server Push and ASP.NET MVC - Cache Digest](http://tpeczek.blogspot.com/2017/01/http2-server-push-and-aspnet-mvc-cache.html)

## Usage examples

Expand Down Expand Up @@ -58,7 +60,7 @@ Visit the [Contributor Guidelines](https://github.com/tpeczek/Lib.Web.Mvc/blob/m

## Copyright and License

Copyright © 2009 - 2016 Tomasz Pęczek
Copyright © 2009 - 2017 Tomasz Pęczek

From October 2009 to August 2014 licensed under the Ms-PL License.

Expand Down

0 comments on commit e2394c1

Please sign in to comment.