(#7) Move StringExtensions to child namespace

This commit is contained in:
Oliver Booth 2021-03-10 11:21:49 +00:00
parent d9017bab20
commit 61da369418
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace X10D
namespace X10D.StringExtensions
{
/// <summary>
/// Extension methods for <see cref="string" />.