Skip to content

Commit 6471ff0

Browse files
committed
[v6.10.0] Lib.Web.Mvc
1 parent ab39568 commit 6471ff0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Lib.Web.Mvc 6.10.0
2+
### Additions and Changes
3+
- Enabled floating version for ASP.NET MVC package
4+
15
## Lib.Web.Mvc 6.9.0
26
### Bug Fixes
37
- Fix for potential *Response Buffer Limit Exceeded* issue in `RangeFileResult` implementations

Lib.Web.Mvc/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
// to COM components. If you need to access a type in this assembly from
1919
[assembly: ComVisible(false)]
2020
[assembly: Guid("68e6372a-38aa-427a-b5f8-1952175d5ccd")]
21-
[assembly: AssemblyVersion("6.9.0.0")]
22-
[assembly: AssemblyFileVersion("6.9.0.0")]
21+
[assembly: AssemblyVersion("6.10.0.0")]
22+
[assembly: AssemblyFileVersion("6.10.0.0")]

0 commit comments

Comments
 (0)