We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab39568 commit 6471ff0Copy full SHA for 6471ff0
CHANGELOG.md
@@ -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
+
5
## Lib.Web.Mvc 6.9.0
6
### Bug Fixes
7
- Fix for potential *Response Buffer Limit Exceeded* issue in `RangeFileResult` implementations
Lib.Web.Mvc/Properties/AssemblyInfo.cs
@@ -18,5 +18,5 @@
18
// to COM components. If you need to access a type in this assembly from
19
[assembly: ComVisible(false)]
20
[assembly: Guid("68e6372a-38aa-427a-b5f8-1952175d5ccd")]
21
-[assembly: AssemblyVersion("6.9.0.0")]
22
-[assembly: AssemblyFileVersion("6.9.0.0")]
+[assembly: AssemblyVersion("6.10.0.0")]
+[assembly: AssemblyFileVersion("6.10.0.0")]
0 commit comments