File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
<PackageIcon >images\dotnetprojects.png</PackageIcon >
30
30
<PackageTags >svg wpf svg-icons svg-to-png svg-to-xaml svgimage svgimage-control</PackageTags >
31
31
<PackageReadmeFile >Readme.md</PackageReadmeFile >
32
- <!-- < EnablePackageValidation>false</EnablePackageValidation> -- >
32
+ <EnablePackageValidation >false</EnablePackageValidation >
33
33
<!-- NOTE: Detect breaking changes from a previous version -->
34
34
<PackageValidationBaselineVersion >5.1.0</PackageValidationBaselineVersion >
35
35
</PropertyGroup >
Original file line number Diff line number Diff line change 4
4
using System . Text . RegularExpressions ;
5
5
using System . Diagnostics ;
6
6
7
- [ DebuggerDisplay ( "{Text}" ) ]
8
7
/// <summary>
9
8
/// The leaf of the Text tree
10
9
/// </summary>
10
+ [ DebuggerDisplay ( "{Text}" ) ]
11
11
public class TextString : ITextChild
12
12
{
13
13
private static readonly Regex _trimmedWhitespace = new Regex ( @"\s+" , RegexOptions . Compiled | RegexOptions . Singleline ) ;
You can’t perform that action at this time.
0 commit comments