Skip to content

v8.0.0-dev.23

Pre-release
Pre-release

Choose a tag to compare

@ioancrisan ioancrisan released this 13 May 20:59
· 1815 commits to master since this release
  • Plugins.NuGet

    • Fix NuGetPluginManager when ordering by version.
  • Plugins.Endpoints

    • Improved UpdatePlugin endpoint to not update a plugin if the same version is already installed.
  • Core

    • Fix the asynchronous lock. Replaced the static LockHelper with the instantiable and disposable Lock.