Skip to content

Releases: beakona/AutoInterface

v1.0.20-preview

v1.0.20-preview Pre-release
Pre-release

Choose a tag to compare

@beakona beakona released this 27 Mar 21:47
7470fbb
Update nuget.yml

v1.0.19

Choose a tag to compare

@beakona beakona released this 29 Jul 23:48
fixed more bugs in namespace name generation

v1.0.18-preview

v1.0.18-preview Pre-release
Pre-release

Choose a tag to compare

@beakona beakona released this 29 Jul 23:15
references are now updated..

v1.0.17

Choose a tag to compare

@beakona beakona released this 29 Jul 19:50
case where namespace is not generated properly

v1.0.16

Choose a tag to compare

@beakona beakona released this 28 Jul 11:45

Types do not have to be in same compile unit..

v1.0.15

Choose a tag to compare

@beakona beakona released this 27 Jul 18:29
  1. Fixed bug where backing members would be called multiple times.
  2. AutoInterface mechanism can be recursive (default is opt-out).
  3. Interface list does not have to be explicit.

v1.0.14

Choose a tag to compare

@beakona beakona released this 23 Jun 13:25
bug with dotted namespaces..

v1.0.13-preview

v1.0.13-preview Pre-release
Pre-release

Choose a tag to compare

@beakona beakona released this 18 Jun 15:55
bug with dotted namespaces..

v1.0.12

Choose a tag to compare

@beakona beakona released this 02 Mar 10:48
d550330
Update README.md

v1.0.11

Choose a tag to compare

@beakona beakona released this 02 Mar 02:11

Templates can be read from file.
New feature: partial templates.