Skip to content

v9.3.2

Compare
Choose a tag to compare
@ioancrisan ioancrisan released this 24 Aug 11:22
· 1017 commits to master since this release
  • Core

    • Fixed AppRuntimeBase.GetAppFramework() for .NET 5 and .NET Core 2.1.
  • Application

    • Breaking change: AppBase.WaitForShutdownAsync renamed to Main.
    • Added App class to remove requirement of creating a specialized AppBase class in client code.
  • Samples

    • Updated samples to Kephas 9.3.
    • Restructured the samples to be more clear about what each sample is trying to demonstrate.
  • Other

    • Remove #nullable enable everywhere, remains only in project settings.