Releases: Abc-Arbitrage/Zebus.MessageDsl
Releases · Abc-Arbitrage/Zebus.MessageDsl
v0.4.0
- Added
GetSourceText
andGetSourceTextInterval
methods on AST nodes - Added initial support for generating .proto files on build. For now, these files are output next to the .cs files in the obj directory.
v0.3.3
v0.3.2
Fix invalid base path for generated files
v0.3.1
Fix build task behavior on Linux
v0.3.0
- Always generate properties instead of fields
- Removed the "prop" option
- Don't put member attributes on the same line as the member anymore
v0.2.0
- This generator version should be equivalent to what is currently used internally at ABC Arbitrage
- The build package has been improved:
- VS should no longer add or remove items for newly added .msg files
- Added NCrunch support
v0.1.0
Initial release