ejball / XmlDocMarkdown

Generates Markdown from .NET XML documentation comments.
https://ejball.com/XmlDocMarkdown/
MIT License
102 stars 30 forks source link

Bump Faithlife.Build from 5.7.0-beta.1 to 5.8.0 #117

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps Faithlife.Build from 5.7.0-beta.1 to 5.8.0.

Changelog

Sourced from Faithlife.Build's changelog.

5.8.0

  • Add BuildNumber to DotNetBuildSettings.
  • Support build number environment variable used by Jenkins.

5.7.0

  • Replace FindTestAssemblies with FindAssemblies in DotNetTestSettings.
  • Make DotNetBuildSettings helper methods extension methods.

5.6.0

  • Suppress .NET build summary of warnings and errors. (Use DotNetBuildSettings.ShowSummary to restore it.)
  • Update Bullseye and McMaster.Extensions.CommandLineUtils.

5.5.0

  • Don't generate documentation for prerelease packages.
  • Don't unnecessarily 'clean' before 'package'.
  • Add DeleteDirectory to BuildUtility.
  • Add static methods to DotNetBuild to help with standard build options.
  • Improve exception handling during build script initialization.

5.4.1

  • Fix bug when using XmlDocGen.

5.4.0

  • Support async target actions.
  • Support DotNetClassicTool for running tools directly from restored NuGet packages referenced in Build.csproj.
  • Obsolete DotNetTools.
  • Use dotnet test instead of dotnet vstest.
  • Support FindAssemblies with XmlDocGen strategy.
  • Use latest libraries.

5.3.1

  • Allow target publish to work if package is skipped.

5.3.0

  • Support --skip <targets>.

5.2.2

  • Fix bug when calling DotNetLocalTool.Any.

5.2.1

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 years ago

Looks like Faithlife.Build is up-to-date now, so this is no longer needed.