Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Antony’s modulesystem allows you to write a registry which will be loaded by the antony client. The registry is needed to let you hook into our software.

This documentation is valid for antony versions 2.22.82 and above!

ExtensionInterfaces

Antony provides custom interfaces which are used to detect and load your registry. This interfaces comes within an easy to handle nuget package. This package doent have any other dependencies but .netstandard 2.0. Therefore you should be able to use this in nearly every project. You find this Project on http://nuget.org : https://www.nuget.org/packages/antony.Groupware.ExtensionInterfaces/

...