Add note about removal of classes

This commit is contained in:
Matt Nadareski
2024-02-28 19:56:33 -05:00
parent ef8cb8b376
commit e43f21a31a
3 changed files with 3 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
// Ported to SabreTools.Matching. Remove once published.
namespace NaturalSort namespace NaturalSort
{ {
public class NaturalComparer : Comparer<string>, IDisposable public class NaturalComparer : Comparer<string>, IDisposable

View File

@@ -1,5 +1,6 @@
using System.IO; using System.IO;
// Ported to SabreTools.Matching. Remove once published.
namespace NaturalSort namespace NaturalSort
{ {
public static class NaturalComparerUtil public static class NaturalComparerUtil

View File

@@ -14,6 +14,7 @@ using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
// Ported to SabreTools.Matching. Remove once published.
namespace NaturalSort namespace NaturalSort
{ {
public class NaturalReversedComparer : Comparer<string>, IDisposable public class NaturalReversedComparer : Comparer<string>, IDisposable