Skip to content

v2.0.0

Compare
Choose a tag to compare
@altmann altmann released this 18 Jun 18:06
· 318 commits to master since this release
  • ADD - Add Source Link support
  • ADD - Targeting best practices. Remove target .NET 4.8 and add target .NET 4.6.1
  • ADD - Improved docs (readme)
  • CHANGE - Factory methods like Ok(..) or Fail(..) are moved to Result class.
  • CHANGE - Factory methods on Results class like Results.Ok(..) and Results.Fail(..) are deprecated.
  • CHANGE - Result constructors are not public anymore. Use factory methods of Result instead (e.g. Result.Ok(..) or Result.Fail(..))
  • CHANGE - Method HasMetadata(...) with expression #40
  • FIX - Add version correct in Version property #36