4.0.0 (2025-08-30)
- Marked all implementations as
Obsolete(8eaf7f5)
- Deprecated package
3.2.0 (2024-11-13)
- Added support to .NET9 (c3a9091)
3.1.0 (2024-09-14)
- Added support to .NET8 (7317b5e)
3.0.0 (2023-08-06)
- Soved issue
CleanExtraLineBreak()removing spaces before and after line breaks (2c8fc7a)
- Removed discontinued extensions (d4ed02f)
- Added unit tests for all supported frameworks (267cf7c)
- Removed discontinued extensions
EmptyOrWhiteSpace - Removed supported for
netstandard2.0,netstandard2.1,net462,net48
2.2.0 (2022-07-11)
- Add support to debug in runtime
Microsoft.SourceLink.GitHub(08885ec)
2.1.0 (2022-03-04)
[Full Changelog]
- Added extension
string.ToSnakeCase();
- Simplified code;
2.0.0 (2022-02-10)
- Added extension
string.IsEmail(); - Added extension
string.CombineURL(); - Added extension
object.ToQueryString();
- Discontinued the extension
string.EmptyOrWhiteSpace(). New methodstring.EmptyOrWhiteSpaceToNull();
1.2.0 (2021-11-23)
- Added extension
string.LowercaseFirst(). To lowercase the first character;
- Updated documentation;
- Added support to .NET6.0;
1.1.0 (2021-07-18)
- Added extension
string.UppercaseFirst(). To uppercase the first character; - Added extension
string.CapitalizeName(). To capitalize the people and company names; - Added extension
string.CleanSpecialCharacters(). To replace all special characters in a string for other character;
- Kick start project