Fixed #368 and #373: URL-encode/decode now done properly. Also fixed issues with single quotes in names/titles.

This commit is contained in:
Dario Solera 2009-10-11 10:02:25 +00:00
parent c94d37d7c7
commit 980272f553
4 changed files with 57 additions and 25 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.0.343")]
[assembly: AssemblyFileVersion("3.0.0.343")]
[assembly: AssemblyVersion("3.0.0.344")]
[assembly: AssemblyFileVersion("3.0.0.344")]