ProRata.Net 1.0.0
A lightweight library to quickly pro rate a number across a collection. Supports: -Simple even pro rata -Weighted pro rata -Specify a Decimal place to be applied to each installment For more information visit the project URL. https://github.com/RhynoVDS/ProRata.NET
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>ProRata.Net</id>
<version>1.0.0</version>
<authors>Rhyno van der Sluijs</authors>
<owners>Rhyno van der Sluijs</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A lightweight library to quickly pro rate a number across a collection.
Supports:
-Simple even pro rata
-Weighted pro rata
-Specify a Decimal place to be applied to each installment
For more information visit the project URL. https://github.com/RhynoVDS/ProRata.NET</description>
<releaseNotes>First release</releaseNotes>
<tags>ProRata Pro Rate Finance equation ProRate c# csharp</tags>
<dependencies>
<group targetFramework=".NETStandard1.4">
<dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
</group>
</dependencies>
<title>ProRata.NET</title>
<projectUrl>https://github.com/RhynoVDS/ProRata.NET</projectUrl>
<summary>A small library to quickly pro rate a number across a collection</summary>
</metadata>
</package>