Skip to content

Conversation

@matt-goldman
Copy link
Owner

Summary

Updated Blake.CLI.csproj to include a new ItemGroup for the Microsoft.Extensions.Logging.Console package with version 9.0.7, alongside the existing
Blake.BuildTools reference for the 'Release' configuration.

🧷 This PR will be released as a preview by default.

To trigger a stable release:

  • Remove the preview label
  • Add the release label
  • Optionally add Semver-Minor or Semver-Major to control version bump

🏷️ Add labels to control release notes:

  • enhancement, bug, breaking-change, dependencies
  • Or use ignore-for-release to suppress it from notes

Updated `Blake.CLI.csproj` to include a new `ItemGroup`
for the `Microsoft.Extensions.Logging.Console` package
with version `9.0.7`, alongside the existing
`Blake.BuildTools` reference for the 'Release' configuration.
Copilot AI review requested due to automatic review settings August 2, 2025 01:25
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds the Microsoft.Extensions.Logging.Console package as a dependency to the Blake.CLI project to enable console logging functionality.

  • Adds Microsoft.Extensions.Logging.Console package reference with version 9.0.7
Comments suppressed due to low confidence (1)

src/Blake.CLI/Blake.CLI.csproj:50

  • Version 9.0.7 of Microsoft.Extensions.Logging.Console may not exist. The latest known version as of my knowledge cutoff was 8.x series. Please verify this version exists or use a valid version number.
		<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.7" />

@github-actions github-actions bot added preview Triggers a release of preview version of Nuget packages enhancement New feature or request Blake.CLI dependencies labels Aug 2, 2025
@matt-goldman matt-goldman added release Triggers a release of a production version of Nuget packages and removed preview Triggers a release of preview version of Nuget packages labels Aug 2, 2025
@matt-goldman matt-goldman merged commit f662182 into main Aug 2, 2025
1 check passed
@matt-goldman matt-goldman deleted the add-missing-logger-dependency branch August 2, 2025 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Blake.CLI dependencies enhancement New feature or request release Triggers a release of a production version of Nuget packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants