Skip to content

Releases: MrDave1999/CPlugin.Net

v1.2.0

25 May 16:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

20 Mar 16:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.1.0

v1.1.0-preview.1

20 Mar 14:21
Compare
Choose a tag to compare
v1.1.0-preview.1 Pre-release
Pre-release

What's Changed

  • feat: Add support for dependency injection via constructor by @MrDave1999 in #32, #33

Full Changelog: v1.0.1...v1.1.0-preview.1

v1.0.1

14 Jan 20:56
Compare
Choose a tag to compare
  • feat: Copy plugins to publish directory. (#29, #30)
  • docs: Update README.md

v1.0.0

06 Dec 23:12
Compare
Choose a tag to compare
Update README.md

v0.3.0-alpha

04 Dec 21:35
Compare
Choose a tag to compare
v0.3.0-alpha Pre-release
Pre-release

Breaking changes

Other changes

  • test: Add test project. (#1, #13)
  • test: Add tests for plug-in loader. (#17, #21)
  • refactor: Add descriptive messages to validations of PluginAttribute. (#24, #25)

v0.2.1-alpha

21 Nov 21:26
Compare
Choose a tag to compare
v0.2.1-alpha Pre-release
Pre-release
  • chore: Add .NET 8 support for the CPlugin.Net project. (#10, #11)
  • docs: Add Shared.Entities project as a sample and use it in both host and plugins. (#12)

v0.2.0-alpha

15 Nov 16:20
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release
  • docs: Add samples on how to implement the Plug-in Architecture. (#3, #5)
  • fix!: GetPluginFiles should return an empty enumerable instead of throwing an exception. (#7, #9)

v0.1.1-alpha

13 Nov 17:24
Compare
Choose a tag to compare
v0.1.1-alpha Pre-release
Pre-release
  • docs: Create API Documentation with DocFX. (#2, #4)

v0.1.0-alpha

11 Nov 22:21
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release
refactor: Mark GetPluginPath method as static