Base24 0.2.0
A base24 implementation for .NET
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Base24</id>
<version>0.2.0</version>
<authors>Niklas Mollenhauer</authors>
<owners>Niklas Mollenhauer</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<description>A base24 implementation for .NET</description>
<tags>base24 encoding binary-to-text human readable</tags>
<repository url="https://github.com/nikeee/dotnet-base24" />
<dependencies>
<group targetFramework=".NETStandard2.1" />
</dependencies>
</metadata>
</package>