Skip to content

Commit b66b1d8

Browse files
committed
updated readme assinfo for 3.5.6
1 parent e092e92 commit b66b1d8

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.textile

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ h2. Please refer to "attributerouting.net":http://attributerouting.net/ for docu
44

55
h3. Changelog
66

7+
_3.5.6_
8+
9+
* #219 - BUG FIX: with handling of querystring optionals.
10+
* Now applying default constraints to matching query string params.
11+
712
_3.5.5_
813

914
* #218 - BUG FIX: fixed handling of querystring default values.

src/SharedAssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[assembly: AssemblyProduct("AttributeRouting")]
88
[assembly: AssemblyCopyright("Copyright 2010-2013 Tim McCall")]
99
[assembly: AssemblyTrademark("")]
10-
[assembly: AssemblyVersion("3.5.5")]
11-
[assembly: AssemblyFileVersion("3.5.5")]
12-
[assembly: AssemblyInformationalVersion("3.5.5")]
10+
[assembly: AssemblyVersion("3.5.6")]
11+
[assembly: AssemblyFileVersion("3.5.6")]
12+
[assembly: AssemblyInformationalVersion("3.5.6")]
1313
[assembly: AssemblyConfiguration("Release")]

0 commit comments

Comments
 (0)