TextFormatting 2.0.0
Thin .NET standard package containing one interface IFormatter<T> with member Format(T) and one InvariantCulture implementation. Use, when you often override ToString() or add some 'Verbose()' methods yet do not want to miss S in SOLID.
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>TextFormatting</id>
<version>2.0.0</version>
<authors>TextFormatting</authors>
<owners>TextFormatting</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/PFalkowski/TextFormatting</projectUrl>
<description>Thin .NET standard package containing one interface IFormatter<T> with member Format(T) and one InvariantCulture implementation. Use, when you often override ToString() or add some 'Verbose()' methods yet do not want to miss S in SOLID.</description>
<releaseNotes>IFormater moved to StandardInterfaces NuGet https://www.nuget.org/packages/StandardInterfaces/</releaseNotes>
<copyright>Piotr Falkowski © 2018</copyright>
<tags>IFormattable, IFormatProvider, ICustomFormatter</tags>
<repository type="git" url="https://github.com/PFalkowski/TextFormatting" />
<dependencies>
<group targetFramework=".NETStandard2.0" />
</dependencies>
</metadata>
</package>