Sylveon.Memorize 1.1.0
A simple .NET Standard library to memoize a function with a single parameter
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Sylveon.Memorize</id>
<version>1.1.0</version>
<authors>Charles Milette</authors>
<owners>Charles Milette</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<licenseUrl>https://github.com/sylveon/Memorize/blob/master/License.md</licenseUrl>
<projectUrl>https://github.com/sylveon/Memorize</projectUrl>
<description>A simple .NET Standard library to memoize a function with a single parameter</description>
<releaseNotes>Remove the need to specify if parameter can be nullable</releaseNotes>
<copyright>Copyright 2018 (c) Charles Milette.</copyright>
<tags>memoize memoization memoise memoisation</tags>
<dependencies>
<group targetFramework=".NETStandard2.0" />
</dependencies>
</metadata>
</package>