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:
parent
12dbdda9fe
commit
695e715c06
2 changed files with 5 additions and 3 deletions
|
@ -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")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue