Skip to content

2.1.40

Latest
Compare
Choose a tag to compare
@NikolayPianikov NikolayPianikov released this 21 Nov 12:09
· 4 commits to master since this release

Changes:

  • Replaces the == null check with an is null check
  • Supporting of System.Threading.Lock type
  • Adds the Own/IOwn API class to the Pure.DI.Abstractions package. See this example for details.