Fixed #395: filenames are URL-encoded when used in combination with {UP} tags.

This commit is contained in:
Dario Solera 2009-10-21 15:02:58 +00:00
parent d460d9bd47
commit 9e9ceb2ec7
2 changed files with 23 additions and 2 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.410")]
[assembly: AssemblyFileVersion("3.0.1.410")]
[assembly: AssemblyVersion("3.0.1.411")]
[assembly: AssemblyFileVersion("3.0.1.411")]