Skip to content

Transition to .NET Standard and Dependency Injection

Compare
Choose a tag to compare
@fubar-coder fubar-coder released this 06 Jun 18:58
· 516 commits to master since this release

This release contains the following changes:

  • Everything is instantiated using Dependency Injection (Microsoft.Extensions.DependencyInjection)
  • Standard logging (Microsoft.Extensions.Logging)
  • Finally a documentation (http://fubardevelopment.github.io/FtpServer/)
  • Support for .NET Standard 1.3/2.0 and .NET Framework 4.6.1
  • ... and several other things I probably forgot