diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 35c9663..0745d5a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,32 +1,27 @@ ### Description of Change ### - + ### Issues Resolved ### + - fixes # ### API Changes ### + None -### Platforms Affected ### - - -- All -- WPF -- UWP -- iOS -- Android - ### Behavioral Changes ### + None ### Testing Procedure ### + ### PR Checklist ### @@ -34,5 +29,5 @@ None - [ ] I have included examples or tests - [ ] I have updated the change log - [ ] I am listed in the CONTRIBUTORS file -- [ ] Rebased on top of the target branch at time of PR - [ ] Changes adhere to coding standard +- [ ] I checked the licenses of Third Party software and discussed new dependencies with at least 1 other team member \ No newline at end of file diff --git a/deployment/cake/docker-tasks.cake b/deployment/cake/docker-tasks.cake index f6382c7..79350bf 100644 --- a/deployment/cake/docker-tasks.cake +++ b/deployment/cake/docker-tasks.cake @@ -1,7 +1,7 @@ #l "docker-variables.cake" #l "lib-octopusdeploy.cake" -#addin "nuget:?package=Cake.Docker&version=1.2.2" +#addin "nuget:?package=Cake.Docker&version=1.2.3" //------------------------------------------------------------- diff --git a/deployment/cake/sourcecontrol-github.cake b/deployment/cake/sourcecontrol-github.cake index 7c3b4e9..7436810 100644 --- a/deployment/cake/sourcecontrol-github.cake +++ b/deployment/cake/sourcecontrol-github.cake @@ -1,5 +1,5 @@ #addin "nuget:?package=Cake.GitHub&version=0.1.0" -#addin "nuget:?package=Octokit&version=8.1.1" +#addin "nuget:?package=Octokit&version=9.0.0" //-------------------------------------------------------------