diff --git a/Source/SVGImage/DotNetProjects.SVGImage.csproj b/Source/SVGImage/DotNetProjects.SVGImage.csproj
index 414995a..e704de2 100644
--- a/Source/SVGImage/DotNetProjects.SVGImage.csproj
+++ b/Source/SVGImage/DotNetProjects.SVGImage.csproj
@@ -29,7 +29,7 @@
images\dotnetprojects.png
svg wpf svg-icons svg-to-png svg-to-xaml svgimage svgimage-control
Readme.md
-
+ false
5.1.0
diff --git a/Source/SVGImage/SVG/Shapes/TextString.cs b/Source/SVGImage/SVG/Shapes/TextString.cs
index 4dc907f..bc0277f 100644
--- a/Source/SVGImage/SVG/Shapes/TextString.cs
+++ b/Source/SVGImage/SVG/Shapes/TextString.cs
@@ -4,10 +4,10 @@
using System.Text.RegularExpressions;
using System.Diagnostics;
- [DebuggerDisplay("{Text}")]
///
/// The leaf of the Text tree
///
+ [DebuggerDisplay("{Text}")]
public class TextString : ITextChild
{
private static readonly Regex _trimmedWhitespace = new Regex(@"\s+", RegexOptions.Compiled | RegexOptions.Singleline);