Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@odinserj odinserj released this 19 Feb 11:40
· 1 commit to main since this release
v2.0.0
1d50909

Release Notes

  • Breaking – Use the NinjectJobActivatorScope.Current scope instead of the JobActivatorScope.Current for deterministic disposal.
  • Added – Add netstandard2.0 and net46 targets for newer applications.
  • Fixed – Correct deterministic disposal for async contexts in net46 and netstandard2.0 platforms.
  • Project – Add readme and icon for the NuGet package.
  • Project – Sign NuGet and assembly artifacts during the build process with a company's own certificate.
  • Project – Full source link support with embedded symbols and repository-based sources.
  • Project – Require NuGet package signature validation on restore.
  • Project – Use deterministic and locked package restore for dependencies.
  • Project – Enable static analysis via the Microsoft.CodeAnalysis.NetAnalyzers package.
  • Project – Modernize the build system and project files to use newest features.