Skip to content

Releases: andremarcondesteixeira/TeixeiraSoftware.Finance.Money

Version 5.0.2

11 Dec 15:08
Compare
Choose a tag to compare
  • Moved ICurrency to its own package to avoid dependencies between packages with concrete implementations
  • Updated .csproj to stop using the deprecated PackageLicenseUrl tag
  • Makes the property TypeMismatchErrorMessage readonly

Version 5.0.0

28 Feb 23:03
Compare
Choose a tag to compare

This version turns ICurrency into a Interface

Release version 4.0.1

23 Feb 19:16
Compare
Choose a tag to compare

This is based on the old project andremarcondesteixeira.money. But this time, the project has no dependencies and asks for the clients to implement the interface ICurrency (that interface is actually an abstract class, but, anyway, it works ;) )