Skip to content

Releases: bberka/SharpBuilder

v4.0

10 Mar 01:31

Choose a tag to compare

!Breaking: All library classes is changed to sealed.
!Breaking: Fixed a bug where AddAttributes method was actually setting the whole list instead of calling AddRange
Added support for multiple .NET versions.
Added null value checks in constructors will only be triggered when *Builder.Build() is called.
SharpClass now has Classes property which can be used to create inner classes.
Added SharpEnum which can be added to SharFile or SharpClass.
Added SharpEnumKey which can be added inside SharpEnum.
Added internal abstract class and interface to reduce copy paste code.
After build is called, no other builder methods can be called
Added option to add attributes to some other builders
Simple tests project has been removed, in future might add unit tests

v1.0.0

11 Jul 11:16

Choose a tag to compare

v1.0.0