Fixed #382: positional parameters whose vlaue contains markup are not rendered correctly in snippets (the equal sign generated by a link, for example, confused the formatter).

This commit is contained in:
Dario Solera 2009-10-14 08:10:16 +00:00
parent 12dbdda9fe
commit 695e715c06
2 changed files with 5 additions and 3 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.400")]
[assembly: AssemblyFileVersion("3.0.1.400")]
[assembly: AssemblyVersion("3.0.1.401")]
[assembly: AssemblyFileVersion("3.0.1.401")]