Skip to content

Releases: dassjosh/Plugin.Merge

Release 1.0.15

07 Feb 19:57
74a5b35

Choose a tag to compare

What's Changed

Full Changelog: v1.0.14...v1.0.15

Release 1.0.14

08 Jan 22:57
b197a2c

Choose a tag to compare

  • Strip global prefix from using statements

Release 1.0.13

23 Dec 15:30
6e19a8e

Choose a tag to compare

What's Changed

  • Added support for using statements after namespace declaration.
  • Created files will now use File Scoped Namespaces when possible.
  • Automatically detect extension methods. Removed //Define:ExtensionMethods comment processing
  • Updated README with latest configs

Full Changelog: v1.0.12...v1.0.13

v1.0.12

22 Dec 17:08
2e50af5

Choose a tag to compare

What's Changed

  • Release 1.0.12 by @dassjosh in #26
  • Fixes #25, #24, #8
  • Bumps Dotnet min version to 8.0
  • Required Directives not being included when compiling

Full Changelog: v1.0.11...v1.0.12

Release 1.0.11

30 Jul 16:54
ef658eb

Choose a tag to compare

What's Changed

Full Changelog: v1.0.10...v1.0.11

Release 1.0.10

30 Jul 15:57
552b98e

Choose a tag to compare

What's Changed

  • Added handling for delegates
  • Set rollforward to latestminor
  • Added support for required preprocessor directives
  • Removed uMod as a platform

Full Changelog: v1.0.8...v1.0.10

Release 1.0.8

15 Mar 19:27
9e98ada

Choose a tag to compare

What's Changed

Full Changelog: v1.0.7...v1.0.8

Release 1.0.7

17 Jan 14:43
775cc46

Choose a tag to compare

What's Changed

Full Changelog: v1.0.6...v1.0.7

Release 1.0.6

25 Dec 13:27
93160c2

Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.6

Release 1.0.5

18 Oct 15:19
4470bfc

Choose a tag to compare

What's Changed

  • Simplified merge file creation process

  • Added support for merging extension methods

  • Added support for using aliases

  • Added support for copying interfaces on plugins

  • Added rename command to rename framework files to match plugin name

  • No longer need to specify plugin base class. It is not automatically determined and used

  • Improved processing of Framework comments

  • Bumped dependency versions

  • V1.0.5 by @dassjosh in #13
    Full Changelog: v1.0.4...v1.0.5