Skip to content

Releases: Cat-Lips/GodotSharp.SourceGenerators

2.6.0

17 Sep 13:49

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.5.0...2.6.0

2.5.0

24 Nov 06:13

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.0...2.5.0

2.4.0

18 Jul 06:34

Choose a tag to compare

What's Changed

Full Changelog: 2.3.4...2.4.0

2.3.4

27 Apr 08:51

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.3...2.3.4

2.3.3

01 Apr 06:55

Choose a tag to compare

What's Changed

Full Changelog: 2.3.1...2.3.3

2.3.2

06 Jan 00:10

Choose a tag to compare

#42 Removing forced consumer dependency on CodeAnalysis dlls
Also adding support for InputMap categories for first . found in name

2.3.1

11 Dec 01:34

Choose a tag to compare

FIXED: #40 Compilation error on export build (#if TOOLS required for editor-only generated class)

GodotSharp.SourceGenerators.2.3.0

18 Nov 03:46

Choose a tag to compare

ADDED: Support for .NET 8.0

GodotSharp.SourceGenerators.2.2.1

21 Oct 08:00

Choose a tag to compare

FIXED: #36 Missing using statement from generated attribute

GodotSharp.SourceGenerators.2.2.0

20 Oct 00:28

Choose a tag to compare

ADDED: OnImport attribute (GD4 only)

  • Generates default plugin overrides and options to make plugin class cleaner (inherit from OnImportEditorPlugin)