Skip to content

v3.1.0

Compare
Choose a tag to compare
@lewislabs lewislabs released this 15 Feb 13:36
· 37 commits to master since this release
6af36cb

Description

This version makes it easier to consume the Mjolnir library on more platforms. From this version will be possible to use it by everything that targets netstandard1.2 or greater.

We've also made properties of the MjolnirConfiguration class virtual and the class is no longer sealed. This will allow easier adaptation of the configuration of Mjolnir.

Changes

Enhancements

  • Add virtual modifiers to MjolnirConfiguration class and remove the sealed keyword from the class.
  • Lower target framework to netstandard1.2
  • Add a new protected constructor to AsyncCommand and SyncCommand to allow for extensions of the classes to override the command name.

Bug fixes

  • Fix bug with not being able to serialize exception due to GroupKey not being serializable

Other

  • Remove global.json content (specific SDK requirement)
  • Include File and assembly version in csproj.