/MortCalc

Primary LanguageC#MIT LicenseMIT

MortCalc

A tool for calculating mortgages. Can also calculate Finnish ASP loan subsidies.

Installing/updating from local .nupkg

Installing (globally)

dotnet tool install -g MortCalc.Tool --add-source <full directory containing .nupkg>

Updating (globally-installed)

dotnet tool update -g MortCalc.Tool --add-source <full directory containing .nupkg>