nathanpjones / DecimalMath

The math support for Decimal that Microsoft forgot and more.
MIT License
47 stars 13 forks source link

Add Equals and GetHashCode methods, add support for .net 5 and .net core app 3.1 #8

Open PatrickHofman opened 3 years ago

PatrickHofman commented 3 years ago

I have rewritten some minor things to remove compiler warnings and move to a recent version of the frameworks.

PatrickHofman commented 3 years ago

Second commit is for adding strong name key signing on the assembly. This is required for packages using DecimalEx that are strongly signed themselves.

nathanpjones commented 3 years ago

Thanks for the contribution! I'll try to get to this soon.