Skip to content

Releases: nano-byte/code-generation

0.6.0

Choose a tag to compare

@github-actions github-actions released this 20 May 10:00

NuGet package

Changes

  • Renamed CSharpConstructor to CSharpObjectCreation
  • Renamed CSharpClass.BaseClass to .BaseConstructor
  • Preserve TypeArguments in CSharpIdentifier.ToNullable()
  • Preserve Nullable in CSharpIdentifier.ToInterface()

0.5.0

Choose a tag to compare

@github-actions github-actions released this 17 May 21:05

NuGet package

Changes

  • Added CSharpEnumValue.Value
  • Updated Microsoft.CodeAnalysis.CSharp dependency

0.4.3

Choose a tag to compare

@github-actions github-actions released this 20 Dec 16:13

NuGet package

Changes

  • Updated Microsoft.CodeAnalysis.CSharp to 5.0.0

0.4.2

Choose a tag to compare

@github-actions github-actions released this 23 Nov 09:46
  • Updated dependency Microsoft.CodeAnalysis.CSharp to v4.8.0

0.4.1

Choose a tag to compare

@github-actions github-actions released this 10 Sep 14:13

Updated dependency Microsoft.CodeAnalysis.CSharp to v4.7.0

0.4.0

Choose a tag to compare

@github-actions github-actions released this 13 Nov 10:29

Updated dependency Microsoft.CodeAnalysis.CSharp to v4.0.1

0.3.1

Choose a tag to compare

@github-actions github-actions released this 03 Mar 12:18

Updated dependency Microsoft.CodeAnalysis.CSharp to v3.9.0

0.3.0

Choose a tag to compare

@bastianeicher bastianeicher released this 11 Jul 16:03

Added support for property initializers