v4.2.0
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*/ }
- to "override" it, you just simple write your definition:
Changed
- Moving stuff around, preparing for unit testing the solution
- The Code build with the sdk 6