-
Notifications
You must be signed in to change notification settings - Fork 1
deps: Update dependency Grynwald.MdDocs.MSBuild to version 0.6.39 #162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Updates-dependency: Grynwald.MdDocs.MSBuild Updates-dependency-from-version: 0.5.180 Updates-dependency-to-version: 0.6.39
⚠ Artifact update problemRenovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: src/Utilities/packages.lock.json, src/Utilities.Test/packages.lock.json
File name: src/Utilities.Logging/packages.lock.json
File name: src/Utilities.Configuration/packages.lock.json, src/Utilities.Configuration.Test/packages.lock.json
|
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
0.5.180
->0.6.39
Release Notes
ap0llo/mddocs
v0.6.39
New Features
Bug Fixes
Breaking Changes
Details
.NET CLI tool: Allow mddocs to run on newer versions of .NET by default
Enable .NET runtime setting to allow running mddocs on newer versions of .NET if none of the supported runtimes are available.
This means - while currently, the mddocs CLI tool supports .NET 6 and .NET 7, it will use the .NET 8 or newer runtime when no version of .NET 6 or .NET 7 is installed.
781564e
MSBuild Integration: Run MdDocs outside MSBuild process
Breaking Change: The Grynwald.MdDocs.MSBuild package now requires the .NET 6 (or later) runtime to be installed, even when running in "Full Version" MSBuild or Visual Studio
In the MSBuild integration, replace the MdDocs MSBuild tasks that run MdDocs inside the MSBuild process with targets that run the MdDocs CLI in a separate process.
This way, MdDocs needs to only run on .NET 6 / .NET 7 and no longer has to consider compatibility with .NET Framework.
Also, this should resolve any dependency conflicts between MdDocs and MSBuild.
The MSBuild integration continues to work in both the "Core" (.NET SDK) and "Desktop" (Visual Studio) versions of MSBuild as long as a compatible .NET runtime is installed.
a502c7b
Remove framework assembly references from Grynwald.MdDocs.MSBuild NuGet package
Remove redundant framework assembly references since the Grynwald.MdDocs.MSBuild package is a build tools package which does not require references to .NET Framework assemblies to be added to consuming projects.
14d8c73
Retain blank lines from <code> blocks in the Markdown output
Update dependency Grynwald.MarkdownGenerator to version 3.0.106 which includes a fix for serialization of Markdown code blocks (all blank lines from code blocks used to be removed from the output).
720c8ae
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.