NetRevisionTask
NetRevisionTask copied to clipboard
Interactive API extension added
Hello Yves,
I have added an Interactive API as extension to the already present static methods, so I can use NetRevisionTask.dll be called and queried by other assemlies, e.g. to integrate it with an external build flow for embedded devices.
Please let me know what you think.
Best regards, Mark
This PR has two merge conflicts, distributed over multiple places:
- The targets file uses another AfterTargets/BeforeTargets attribute, see #17.
- The main
Common.GetVersionmethod has different parameters. I see the number of parameters is increasing here. Maybe it would make sense to factor those out into a separate options class with all those properties?
I'm sorry to have caused these conflicts. I first needed to fix another issue. And before publishing it as a new version, I figured I could try to address these PRs now, too.
The merge conflicts have been resolved, however patch-03 branch needed to be merged because Interactive API needs functionality implemented there.
Regarding Common.GetVersion I did appended the new parameters, so for compatibility, it should not be an issue.