Fixed issue in redirection to a page with a space in the name, saved in a namespace with a space in the name.

This commit is contained in:
Dario Solera 2009-12-09 16:11:51 +00:00
parent e36df77aa7
commit aab14b7941
3 changed files with 5 additions and 5 deletions

View file

@ -16,5 +16,5 @@ using System.Reflection;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("3.0.1.440")]
[assembly: AssemblyFileVersion("3.0.1.440")]
[assembly: AssemblyVersion("3.0.1.441")]
[assembly: AssemblyFileVersion("3.0.1.441")]