Skip to content

feat(OctIcons): bump version 9.0.6#588

Merged
ArgoZhang merged 7 commits intomasterfrom
chore-octicon
Oct 11, 2025
Merged

feat(OctIcons): bump version 9.0.6#588
ArgoZhang merged 7 commits intomasterfrom
chore-octicon

Conversation

@ArgoZhang
Copy link
Copy Markdown
Member

@ArgoZhang ArgoZhang commented Oct 11, 2025

Link issues

fixes #587

Summary By Copilot

Regression?

  • Yes
  • No

Risk

  • High
  • Medium
  • Low

Verification

  • Manual (required)
  • Automated

Packaging changes reviewed?

  • Yes
  • No
  • N/A

☑️ Self Check before Merge

⚠️ Please check all items below before review. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • Merge the latest code from the main branch

Summary by Sourcery

Bump OctIcons to version 9.0.6, updating SVG assets and fixing issue #587.

Bug Fixes:

Enhancements:

  • Update BootstrapBlazor.OctIcon package version to 9.0.6.
  • Refresh octicon.svg with the latest SVG assets.

Build:

  • Update csproj version for BootstrapBlazor.OctIcon to 9.0.6.

Tests:

  • Remove unused usings and update header in UnitTestSvgIcon test file.

Chores:

  • Update .gitignore and solution file for the new version.

Copilot AI review requested due to automatic review settings October 11, 2025 01:48
@bb-auto bb-auto Bot added the enhancement New feature or request label Oct 11, 2025
@bb-auto bb-auto Bot added this to the v9.2.0 milestone Oct 11, 2025
@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented Oct 11, 2025

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This PR bumps the OctIcons package to version 9.0.6 by updating project metadata and assets, and includes a minor cleanup in the SVG icon unit tests.

File-Level Changes

Change Details Files
Bump OctIcon package version and update assets
  • Incremented PackageVersion to 9.0.6 in the project file
  • Updated solution references to align with the new version
  • Replaced the octicon.svg asset with the updated 9.0.6 version
src/components/BootstrapBlazor.OctIcon/BootstrapBlazor.OctIcon.csproj
BootstrapBlazor.Extensions.slnx
src/components/BootstrapBlazor.OctIcon/wwwroot/octicon.svg
Clean up SVG icon unit test
  • Updated the copyright line to reflect new contact info
  • Removed unused System.Text.RegularExpressions import
  • Removed unnecessary static import of JSType
test/UnitTestSvgIcon/UnitTest.cs

Assessment against linked issues

Issue Objective Addressed Explanation
#587 Update the OctIcons package or assets to version 9.0.6 in the codebase.

Possibly linked issues


Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown

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 bumps the version of BootstrapBlazor.OctIcon from 9.0.4 to 9.0.6 as indicated in the title and addresses issue #587.

  • Updated copyright header to include BootstrapBlazor and new email address
  • Removed unused imports from test file
  • Added .gitignore to solution configurations folder

Reviewed Changes

Copilot reviewed 3 out of 6 changed files in this pull request and generated no comments.

File Description
src/components/BootstrapBlazor.OctIcon/BootstrapBlazor.OctIcon.csproj Bumped version from 9.0.4 to 9.0.6
test/UnitTestSvgIcon/UnitTest.cs Updated copyright header and removed unused imports
BootstrapBlazor.Extensions.slnx Added .gitignore file to configurations folder

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

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

Hey there - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@ArgoZhang ArgoZhang merged commit 1fdb346 into master Oct 11, 2025
2 checks passed
@ArgoZhang ArgoZhang deleted the chore-octicon branch October 11, 2025 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(OctIcons): bump version 9.0.6

2 participants