Hashsum 1.2.1
Culture-invariant fluent checksum builder
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Hashsum</id>
<version>1.2.1</version>
<authors>Tyrrrz</authors>
<owners>Tyrrrz</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/Tyrrrz/Hashsum/blob/master/License.txt</licenseUrl>
<projectUrl>https://github.com/Tyrrrz/Hashsum</projectUrl>
<iconUrl>https://raw.githubusercontent.com/Tyrrrz/Hashsum/master/favicon.png</iconUrl>
<description>Culture-invariant fluent checksum builder</description>
<releaseNotes>https://github.com/Tyrrrz/Hashsum/blob/master/Changelog.md</releaseNotes>
<copyright>Copyright (C) 2018 Alexey Golub</copyright>
<tags>checksum hash builder net core standard</tags>
<repository type="git" url="https://github.com/Tyrrrz/Hashsum" />
<dependencies>
<group targetFramework=".NETFramework4.5" />
<group targetFramework=".NETStandard1.3">
<dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>