Skip to content

v4.2.0

Compare
Choose a tag to compare
@pmrogala pmrogala released this 01 Aug 19:11
· 43 commits to main since this release

4.2.0 - 2022-08-01

Added

  • a method PostBuild, so you can do whatever you want after the default building method process.
    • to "override" it, you just simple write your definition: public void PostBuild(<<className>> buildResult) { /*your code here*/ }

Changed

  • Moving stuff around, preparing for unit testing the solution
  • The Code build with the sdk 6