Skip to content

Releases: Abc-Arbitrage/Zebus.MessageDsl

v0.4.0

17 Apr 16:23
Compare
Choose a tag to compare
  • Added GetSourceText and GetSourceTextInterval 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

05 Mar 14:29
Compare
Choose a tag to compare
  • Added a fix to make the package work better with the current version of JetBrains Rider. This should not be needed after 2019.1 is released. See here for details.

v0.3.2

15 Feb 11:02
Compare
Choose a tag to compare

Fix invalid base path for generated files

v0.3.1

14 Feb 18:17
Compare
Choose a tag to compare

Fix build task behavior on Linux

v0.3.0

14 Feb 14:25
Compare
Choose a tag to compare
  • 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

14 Feb 14:24
Compare
Choose a tag to compare
  • 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

12 Feb 11:03
Compare
Choose a tag to compare

Initial release