diff --git a/VERSIONS.txt b/VERSIONS.txt index 7ab728f8..729052d1 100644 --- a/VERSIONS.txt +++ b/VERSIONS.txt @@ -1,5 +1,5 @@ # dependencies -mdoc release 5.8.2 +mdoc release 5.8.3 harfbuzz release 2.6.1 skia release m80 xunit release 2.4.1 diff --git a/build.cake b/build.cake index 1569e842..a741ce5f 100644 --- a/build.cake +++ b/build.cake @@ -6,7 +6,7 @@ #addin nuget:?package=Mono.ApiTools.NuGetDiff&version=1.3.2&loaddependencies=true #addin nuget:?package=Xamarin.Nuget.Validator&version=1.1.1 -#tool nuget:?package=mdoc&version=5.8.2 +#tool nuget:?package=mdoc&version=5.8.3 #tool nuget:?package=xunit.runner.console&version=2.4.1 #tool nuget:?package=vswhere&version=2.7.1 diff --git a/cake/UpdateDocs.cake b/cake/UpdateDocs.cake index b44fe1d1..4ff50557 100644 --- a/cake/UpdateDocs.cake +++ b/cake/UpdateDocs.cake @@ -299,6 +299,16 @@ Task ("docs-format-docs") } } + // remove any assembly attributes for now: https://github.com/mono/api-doc-tools/issues/560 + if (xdoc.Root.Name == "Overview") { + xdoc.Root + .Elements ("Assemblies") + .Elements ("Assembly") + .Elements ("Attributes") + .Elements ("Attribute") + .Remove (); + } + // remove any duplicate AssemblyVersions if (xdoc.Root.Name == "Type") { foreach (var info in xdoc.Root.Descendants ("AssemblyInfo")) { diff --git a/docs b/docs index 344d2be8..4eaaabdf 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 344d2be82b193e435bcf140b6e9771998ae7552f +Subproject commit 4eaaabdfba22d042856d59c8ce4f3eabe87a972c diff --git a/source/SkiaSharp.Build.targets b/source/SkiaSharp.Build.targets index e2fc8306..802299f4 100644 --- a/source/SkiaSharp.Build.targets +++ b/source/SkiaSharp.Build.targets @@ -51,7 +51,7 @@ - +