FlubuCore v2.13.0.0 Release Notes

    • โž• Added docker generated tasks
    • ๐Ÿณ (Breaking changes) Old Docker task's that were previously manually implemented were overwriten with generated task.
      • Docker tasks that used property of type List<> were replaced with params.
      • Some method names in docker tasks were renamed to the same name as it is option name in the docker command.
    • ๐Ÿ‘Œ Improved target fluent interface intelisense by adding methods from base interface.
    • ๐Ÿ‘ท GitBranch information can be readed for jenkins build system. context.BuildSystems().Jenkins().GitBranch;
    • WebApi increased max size limit of uploaded content