From de1e036fb49885fec1f71e095d1a017259aa592f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 07:14:47 +0000 Subject: [PATCH 01/10] (maint): Bump IDisposableAnalyzers from 3.4.6 to 3.4.7 Bumps [IDisposableAnalyzers](https://github.com/DotNetAnalyzers/IDisposableAnalyzers) from 3.4.6 to 3.4.7. - [Release notes](https://github.com/DotNetAnalyzers/IDisposableAnalyzers/releases) - [Changelog](https://github.com/DotNetAnalyzers/IDisposableAnalyzers/blob/master/RELEASE_NOTES.md) - [Commits](https://github.com/DotNetAnalyzers/IDisposableAnalyzers/commits) Signed-off-by: dependabot[bot] --- src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj b/src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj index 7b94a233..9346a90e 100644 --- a/src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj +++ b/src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj @@ -39,7 +39,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 2a9a7760f08152e73671dabbf2236812c0c97b4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jan 2021 06:27:40 +0000 Subject: [PATCH 02/10] (maint): Bump IDisposableAnalyzers from 3.4.7 to 3.4.8 Bumps [IDisposableAnalyzers](https://github.com/DotNetAnalyzers/IDisposableAnalyzers) from 3.4.7 to 3.4.8. - [Release notes](https://github.com/DotNetAnalyzers/IDisposableAnalyzers/releases) - [Changelog](https://github.com/DotNetAnalyzers/IDisposableAnalyzers/blob/master/RELEASE_NOTES.md) - [Commits](https://github.com/DotNetAnalyzers/IDisposableAnalyzers/commits/3.4.8) Signed-off-by: dependabot[bot] --- src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj b/src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj index 9346a90e..4f1f57d4 100644 --- a/src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj +++ b/src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj @@ -39,7 +39,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 2d25851a5e3951cb28eae877d8fd6ecf401d84b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 06:57:54 +0000 Subject: [PATCH 03/10] (maint): Bump coverlet.msbuild from 2.9.0 to 3.0.0 Bumps [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) from 2.9.0 to 3.0.0. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/commits/v3.0.0) Signed-off-by: dependabot[bot] --- src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj index 85dfb0ec..d42a1a55 100644 --- a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj +++ b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj @@ -20,7 +20,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all From 078a4126ebcd549b815a2a727ecbdc00954737e7 Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Thu, 14 Jan 2021 22:04:53 +0100 Subject: [PATCH 04/10] (GH-61) added a link to GitHub discussions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5ee39b3b..d648db02 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ makes [asciidoctorj](https://github.com/asciidoctor/asciidoctorj) available as a - [Install](#install) - [Usage](#usage) +- [Discussion](#discussion) - [Maintainer](#maintainer) - [Contributing](#contributing) - [Contributors](#contributors) @@ -36,6 +37,11 @@ Task("MyTask").Does(() => { .WithDestinationDir(distDir)); }); ``` +## Discussion + +If you have questions, search for an existing one, or create a new discussion on the Cake GitHub repository, using the `extension-q-a` category. + +[![Join in the discussion on the Cake repository](https://img.shields.io/badge/GitHub-Discussions-green?logo=github)](https://github.com/cake-build/cake/discussions) ## Maintainer From 8be64a4bc5e341c40dea4629cf19ed55316544b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 07:23:55 +0000 Subject: [PATCH 05/10] (maint): Bump Moq from 4.15.2 to 4.16.0 Bumps [Moq](https://github.com/moq/moq4) from 4.15.2 to 4.16.0. - [Release notes](https://github.com/moq/moq4/releases) - [Changelog](https://github.com/moq/moq4/blob/main/CHANGELOG.md) - [Commits](https://github.com/moq/moq4/compare/v4.15.2...v4.16.0) Signed-off-by: dependabot[bot] --- src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj index d42a1a55..08aac08e 100644 --- a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj +++ b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj @@ -31,7 +31,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 6f6f72ca9cd9f1a6ccd99d6f880c873bd5032e35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 08:50:56 +0000 Subject: [PATCH 06/10] (maint): Bump coverlet.msbuild from 3.0.0 to 3.0.1 Bumps [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/commits) Signed-off-by: dependabot[bot] --- src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj index 08aac08e..00e2d01f 100644 --- a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj +++ b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj @@ -20,7 +20,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all From 82ce6e0007fec08a086100c6e9ad69363ed4a9f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 07:06:50 +0000 Subject: [PATCH 07/10] (maint): Bump coverlet.msbuild from 3.0.1 to 3.0.2 Bumps [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/commits) Signed-off-by: dependabot[bot] --- src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj index 00e2d01f..3f8cb5d8 100644 --- a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj +++ b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj @@ -20,7 +20,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all From 870ca92e919684c3d0c9fbdad38b4a6bb9cf1b65 Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Mon, 8 Feb 2021 20:52:35 +0100 Subject: [PATCH 08/10] (GH-68) set the version of actions/checkout to v2 --- .github/workflows/publishDocs.yml | 4 ++-- .gitignore | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml index e1d1004f..a2bea1cc 100644 --- a/.github/workflows/publishDocs.yml +++ b/.github/workflows/publishDocs.yml @@ -15,7 +15,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v2.3.4 #https://github.com/actions/checkout + uses: actions/checkout@v2 with: fetch-depth: 0 # GitVersion is somewhat irritated when fetch-depth is "1".... ref: ${{ github.event.ref }} @@ -27,7 +27,7 @@ jobs: key: ${{ runner.os }}-doc-tools-${{ hashFiles('recipe.cake') }} - name: Publishing documentaiton - uses: cake-build/cake-action@v1 + uses: cake-build/cake-action@v2 with: script-path: recipe.cake target: Force-Publish-Documentation diff --git a/.gitignore b/.gitignore index 744daad5..8636f286 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ config.wyam.* #Testresults [Tt]est[Rr]esults +.history/ From 650ba7a1c6056494c633e1e6261463f0ffe91b82 Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Mon, 8 Feb 2021 21:38:36 +0100 Subject: [PATCH 09/10] (GH-69) documented the Namespace --- src/Cake.AsciiDoctorJ/Namespaces.cs | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/Cake.AsciiDoctorJ/Namespaces.cs diff --git a/src/Cake.AsciiDoctorJ/Namespaces.cs b/src/Cake.AsciiDoctorJ/Namespaces.cs new file mode 100644 index 00000000..9dc2f60b --- /dev/null +++ b/src/Cake.AsciiDoctorJ/Namespaces.cs @@ -0,0 +1,24 @@ +using System.Runtime.CompilerServices; + +// This file enables generation of namespace documentation, +// see https://cakebuild.net/community/contributing/documentation#namespaces. +#pragma warning disable SA1403 // File may only contain a single namespace +#pragma warning disable SA1649 // File name should match first type name +#pragma warning disable SA1402 // File may only contain a single type + +// ReSharper disable UnusedMember.Global +// ReSharper disable UnusedType.Global +namespace Cake.AsciiDoctorJ +{ + /// + /// This namespace contain types related to running AsciiDoctorJ. + /// + [CompilerGenerated] + internal class NamespaceDoc + { + } +} + +#pragma warning restore SA1403 // File may only contain a single namespace +#pragma warning restore SA1649 // File name should match first type name +#pragma warning restore SA1402 // File may only contain a single type From aaf1077140be4730216bea21c9dcb9546d172597 Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Mon, 8 Feb 2021 22:44:56 +0100 Subject: [PATCH 10/10] (GH-72) bumped Cake to 1.0.0 --- src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj | 2 +- src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj index 3f8cb5d8..bd575d4e 100644 --- a/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj +++ b/src/Cake.AsciiDoctorJ.Tests/Cake.AsciiDoctorJ.Tests.csproj @@ -19,7 +19,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj b/src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj index 4f1f57d4..3ab71117 100644 --- a/src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj +++ b/src/Cake.AsciiDoctorJ/Cake.AsciiDoctorJ.csproj @@ -37,7 +37,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all