Skip to content
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

Prerelease v-9.6.0-pre-09 (#10242) #10243

Merged
merged 1 commit into from
Mar 14, 2025

Conversation

msynk
Copy link
Member

@msynk msynk commented Mar 14, 2025

closes #10242

Summary by CodeRabbit

  • Chores
    • Upgraded version numbers to 9.6.0-pre-09 across all libraries and components.
    • Refreshed package dependencies, installation instructions, and update comments to reflect the new version.

@msynk msynk requested a review from ysmoradi March 14, 2025 08:47
Copy link

coderabbitai bot commented Mar 14, 2025

Walkthrough

This pull request updates the version numbers throughout the repository. All instances of the version string '9.6.0-pre-08' have been updated to '9.6.0-pre-09' in various JavaScript/TypeScript files, service worker scripts, project configuration files, build properties, and template comments. The changes affect global variables, package references, and version comments without altering any underlying functionality or control flow.

Changes

File(s) Change Summary
src/Besql/Bit.Besql/wwwroot/bit-besql.js, src/BlazorUI/Bit.BlazorUI/Scripts/general.ts, src/Bswup/Bit.Bswup/**
src/Bup/Bit.Bup/Scripts/*, src/Butil/Bit.Butil/Scripts/butil.ts
Updated version variables and version comments from '9.6.0-pre-08' to '9.6.0-pre-09' in JS/TS scripts and service worker files.
src/Bit.Build.props, src/**/*.csproj, src/**/*Directory.Build.props, src/**/*Directory.Packages.props, src/Templates/**, src/Websites/** Updated release version numbers, template comments, and package references from '9.6.0-pre-08' to '9.6.0-pre-09' in project files and build configurations.

Poem

I’m a rabbit in code, so nimble and bright,
Hopping from pre-08 to pre-09 in flight.
Every version string now sings a new tune,
In files and props beneath the moon.
Together we leap, with updates so fine—
A version bump hop that makes our code shine!

Tip

⚡🧪 Multi-step agentic review comment chat (experimental)
  • We're introducing multi-step agentic chat in review comments. This experimental feature enhances review discussions with the CodeRabbit agentic chat by enabling advanced interactions, including the ability to create pull requests directly from comments.
    - To enable this feature, set early_access to true under in the settings.
✨ Finishing Touches
  • 📝 Generate Docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (1)
src/Websites/Careers/src/Bit.Websites.Careers.Client/wwwroot/service-worker.published.js (1)

12-16: Potential Typo in Asset URL Names.
Within the externalAssets array, the URLs "Bit.Websites.Carrers.Server.styles.css" and "Bit.Websites.Carrers.Client.bundle.scp.css" use "Carrers" instead of the expected "Careers". Please verify whether this spelling is intentional or an oversight.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 396d7be and 65ffe1d.

📒 Files selected for processing (46)
  • src/Besql/Bit.Besql/wwwroot/bit-besql.js (1 hunks)
  • src/Bit.Build.props (1 hunks)
  • src/BlazorUI/Bit.BlazorUI/Scripts/general.ts (1 hunks)
  • src/BlazorUI/Demo/Bit.BlazorUI.Demo.Server/Bit.BlazorUI.Demo.Server.csproj (1 hunks)
  • src/BlazorUI/Demo/Bit.BlazorUI.Demo.Shared/Bit.BlazorUI.Demo.Shared.csproj (1 hunks)
  • src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Bit.BlazorUI.Demo.Client.Core.csproj (1 hunks)
  • src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Maui/Bit.BlazorUI.Demo.Client.Maui.csproj (1 hunks)
  • src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Web/Bit.BlazorUI.Demo.Client.Web.csproj (1 hunks)
  • src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Web/wwwroot/service-worker.published.js (1 hunks)
  • src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Windows/Bit.BlazorUI.Demo.Client.Windows.csproj (1 hunks)
  • src/BlazorUI/Demo/Directory.Build.props (1 hunks)
  • src/Bswup/Bit.Bswup.Demo/wwwroot/service-worker.js (1 hunks)
  • src/Bswup/Bit.Bswup.Demo/wwwroot/service-worker.published.js (1 hunks)
  • src/Bswup/Bit.Bswup.NewDemo/Bit.Bswup.NewDemo.Client/wwwroot/service-worker.js (1 hunks)
  • src/Bswup/Bit.Bswup.NewDemo/Bit.Bswup.NewDemo.Client/wwwroot/service-worker.published.js (1 hunks)
  • src/Bswup/Bit.Bswup/Scripts/bit-bswup.progress.ts (1 hunks)
  • src/Bswup/Bit.Bswup/Scripts/bit-bswup.sw-cleanup.ts (1 hunks)
  • src/Bswup/Bit.Bswup/Scripts/bit-bswup.sw.ts (1 hunks)
  • src/Bswup/Bit.Bswup/Scripts/bit-bswup.ts (1 hunks)
  • src/Bswup/FullDemo/Client/wwwroot/service-worker.js (1 hunks)
  • src/Bswup/FullDemo/Client/wwwroot/service-worker.published.js (1 hunks)
  • src/Bup/Bit.Bup/Scripts/bit-bup.progress.ts (1 hunks)
  • src/Bup/Bit.Bup/Scripts/bit-bup.ts (1 hunks)
  • src/Butil/Bit.Butil/Scripts/butil.ts (1 hunks)
  • src/Templates/BlazorEmpty/Bit.BlazorEmpty/BlazorEmpty.Client/BlazorEmpty.Client.csproj (2 hunks)
  • src/Templates/BlazorEmpty/Bit.BlazorEmpty/BlazorEmpty/BlazorEmpty.csproj (2 hunks)
  • src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Web/wwwroot/service-worker.published.js (1 hunks)
  • src/Templates/Boilerplate/Bit.Boilerplate/src/Directory.Build.props (1 hunks)
  • src/Templates/Boilerplate/Bit.Boilerplate/src/Directory.Packages.props (2 hunks)
  • src/Websites/Careers/src/Bit.Websites.Careers.Client/Bit.Websites.Careers.Client.csproj (1 hunks)
  • src/Websites/Careers/src/Bit.Websites.Careers.Client/wwwroot/service-worker.published.js (1 hunks)
  • src/Websites/Careers/src/Bit.Websites.Careers.Server/Bit.Websites.Careers.Server.csproj (1 hunks)
  • src/Websites/Careers/src/Bit.Websites.Careers.Shared/Bit.Websites.Careers.Shared.csproj (1 hunks)
  • src/Websites/Careers/src/Directory.Build.props (1 hunks)
  • src/Websites/Platform/src/Bit.Websites.Platform.Client/Bit.Websites.Platform.Client.csproj (1 hunks)
  • src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/Templates/Templates03GettingStartedPage.razor (1 hunks)
  • src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/Templates/Templates03GettingStartedPage.razor.cs (1 hunks)
  • src/Websites/Platform/src/Bit.Websites.Platform.Client/wwwroot/service-worker.published.js (1 hunks)
  • src/Websites/Platform/src/Bit.Websites.Platform.Server/Bit.Websites.Platform.Server.csproj (1 hunks)
  • src/Websites/Platform/src/Bit.Websites.Platform.Shared/Bit.Websites.Platform.Shared.csproj (1 hunks)
  • src/Websites/Platform/src/Directory.Build.props (1 hunks)
  • src/Websites/Sales/src/Bit.Websites.Sales.Client/Bit.Websites.Sales.Client.csproj (1 hunks)
  • src/Websites/Sales/src/Bit.Websites.Sales.Client/wwwroot/service-worker.published.js (1 hunks)
  • src/Websites/Sales/src/Bit.Websites.Sales.Server/Bit.Websites.Sales.Server.csproj (1 hunks)
  • src/Websites/Sales/src/Bit.Websites.Sales.Shared/Bit.Websites.Sales.Shared.csproj (1 hunks)
  • src/Websites/Sales/src/Directory.Build.props (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: build and test for release
🔇 Additional comments (65)
src/Bswup/FullDemo/Client/wwwroot/service-worker.js (1)

1-1: Version Comment Update Verified.
The version comment at the very top now correctly reflects the new version 9.6.0-pre-09. This ensures consistency with the overall release update.

src/Butil/Bit.Butil/Scripts/butil.ts (1)

2-2: Version Property Update Confirmed.
The assignment of BitButil.version (and the corresponding global window property) has been updated to '9.6.0-pre-09'. This aligns with the coordinated version bump across the project.

src/Websites/Platform/src/Directory.Build.props (1)

1-1: Template Version Update Confirmed.
The generated comment on line 1 now shows v-9.6.0-pre-09, ensuring that the build template reflects the updated version.

src/Websites/Careers/src/Directory.Build.props (1)

1-1: Directory.Build.props Version Comment Updated.
The top comment now indicates v-9.6.0-pre-09, keeping the template metadata in sync with the other project files.

src/Bswup/Bit.Bswup.Demo/wwwroot/service-worker.published.js (1)

1-1: Published Service Worker Version Comment Updated.
The version comment in this published service worker file is now updated to 9.6.0-pre-09. This ensures that all service worker files consistently show the correct version.

src/Bswup/Bit.Bswup.NewDemo/Bit.Bswup.NewDemo.Client/wwwroot/service-worker.published.js (1)

1-1: Version Comment Updated.
The version comment on line 1 has been updated to reflect the new version ("9.6.0-pre-09"). This change is straightforward and consistent with the other version bump updates across the repository.

src/Templates/Boilerplate/Bit.Boilerplate/src/Directory.Build.props (1)

1-1: Auto-Generated Header Version Update.
The header comment has been updated to "v-9.6.0-pre-09" on line 1. This change is purely cosmetic and helps maintain consistency across generated templates.

src/BlazorUI/Demo/Directory.Build.props (1)

1-1: Template Version Updated in Directory.Build.props.
The version in the header comment on line 1 now shows "v-9.6.0-pre-09". This update is in line with similar changes throughout the repository and does not affect functionality.

src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Web/wwwroot/service-worker.published.js (1)

1-1: Service Worker Version Comment Updated.
The version comment on line 1 has been updated to "// bit version: 9.6.0-pre-09", ensuring that the service worker script reflects the latest release version.

src/Websites/Careers/src/Bit.Websites.Careers.Client/wwwroot/service-worker.published.js (1)

1-1: Service Worker Version Bump.
The version comment on line 1 now correctly indicates "9.6.0-pre-09". This update is consistent with the overall version increment across the project.

src/Websites/Sales/src/Bit.Websites.Sales.Client/wwwroot/service-worker.published.js (1)

1-1: Version Comment Update – Consistency Confirmed.
The version comment on line 1 has been updated to 9.6.0-pre-09 as per the global version bump across the repository. This change maintains consistency with similar updates in other files and does not affect the service worker’s functionality.

src/Websites/Platform/src/Bit.Websites.Platform.Client/wwwroot/service-worker.published.js (1)

1-1: Version String Updated.
The version comment is now updated to 9.6.0-pre-09, aligning it with the overall repository version and ensuring consistent references across the codebase.

src/Bswup/Bit.Bswup.NewDemo/Bit.Bswup.NewDemo.Client/wwwroot/service-worker.js (1)

1-1: Service Worker Version Bump.
The version identifier in the comment on line 1 has been revised to 9.6.0-pre-09 to reflect the updated release. This update is straightforward and consistent with the changes throughout the repository.

src/Bswup/Bit.Bswup.Demo/wwwroot/service-worker.js (1)

1-1: Updated Version Comment.
The version comment change to 9.6.0-pre-09 on line 1 is correctly applied. This update is non-functional and solely exists to ensure version consistency across the project.

src/Bswup/FullDemo/Client/wwwroot/service-worker.published.js (1)

1-1: Global Version Consistency Maintained.
The version comment on line 1 now displays 9.6.0-pre-09, matching all other version updates in the pull request. This change is cosmetic and ensures that all components reflect the correct release version.

src/Bswup/Bit.Bswup/Scripts/bit-bswup.ts (1)

2-2: Version Update Confirmation

The version string for BitBswup has been updated to '9.6.0-pre-09' and is now assigned both to the object and to the corresponding property on window. This update is consistent with the overall pre-release bump and does not affect functionality.

src/Bup/Bit.Bup/Scripts/bit-bup.ts (1)

2-2: Version Bump Noted

The assignment on line 2 now sets BitBup.version correctly to '9.6.0-pre-09', synchronizing the version information with the global window object. This change is straightforward and maintains consistency.

src/BlazorUI/Bit.BlazorUI/Scripts/general.ts (1)

1-1: Version Update Applied

The version string for BitBlazorUI has been updated to '9.6.0-pre-09' and is properly assigned to both the object and the global window property. No functional changes are introduced.

src/Websites/Sales/src/Directory.Build.props (1)

1-1: Template Comment Version Update

The comment indicating the template version has been revised from v-9.6.0-pre-08 to v-9.6.0-pre-09. This comment update ensures that the documentation reflects the current pre-release version accurately.

src/Bswup/Bit.Bswup/Scripts/bit-bswup.sw.ts (1)

1-1: Service Worker Version Bump

The service worker’s version string now correctly shows '9.6.0-pre-09' on line 1. This update is consistent with the overall repository version update and does not alter any service worker behavior.

src/Bswup/Bit.Bswup/Scripts/bit-bswup.progress.ts (1)

1-1: Version Bump Update.
The version string for bit-bswup.progress has been correctly updated to '9.6.0-pre-09' in this file. No additional changes are present, and the update aligns with the overall version bump in the PR.

src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Web/wwwroot/service-worker.published.js (1)

1-2: Service Worker Version Comment Updated.
The version comment has been updated from '9.6.0-pre-08' to '9.6.0-pre-09' as expected. This change is purely informational and maintains consistency with the versioning across the project.

src/Besql/Bit.Besql/wwwroot/bit-besql.js (1)

1-2: BitBesql Version Synchronization.
The version assignment in the BitBesql object is now set to '9.6.0-pre-09', which is consistent with other version updates in the repository. No functionality is affected by this update.

src/Bup/Bit.Bup/Scripts/bit-bup.progress.ts (1)

1-1: Bit-Bup Progress Version Update.
The version string for the bit-bup.progress property is updated to '9.6.0-pre-09'. This adheres to the overall release version bump and does not introduce any side effects.

src/BlazorUI/Demo/Bit.BlazorUI.Demo.Shared/Bit.BlazorUI.Demo.Shared.csproj (1)

8-15: Package Reference Version Update.
Both the Bit.CodeAnalyzers and Bit.SourceGenerators package references have been updated to version '9.6.0-pre-09', ensuring that they are in sync with the new release version. The update follows the project's coordinated versioning effort.

src/Bswup/Bit.Bswup/Scripts/bit-bswup.sw-cleanup.ts (1)

1-1: Version has been correctly updated.

The version string has been updated from '9.6.0-pre-08' to '9.6.0-pre-09' as part of the prerelease version increment.

src/Websites/Sales/src/Bit.Websites.Sales.Shared/Bit.Websites.Sales.Shared.csproj (1)

9-9: Package reference versions correctly updated.

Both package references (Bit.CodeAnalyzers and Bit.SourceGenerators) have been updated from version '9.6.0-pre-08' to '9.6.0-pre-09', maintaining consistency with the overall version increment across the codebase.

Also applies to: 13-13

src/Bit.Build.props (1)

30-30: Central version definition correctly updated.

The ReleaseVersion property has been updated from '9.6.0-pre-08' to '9.6.0-pre-09'. This is the central version definition that likely propagates to other files and packages in the solution.

src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/Templates/Templates03GettingStartedPage.razor.cs (1)

40-40: Template installation command correctly updated.

The command for installing the Bit.Boilerplate project template has been updated to reference version '9.6.0-pre-09', ensuring users get the latest prerelease version.

src/BlazorUI/Demo/Bit.BlazorUI.Demo.Server/Bit.BlazorUI.Demo.Server.csproj (2)

8-11: Update PackageReference for Bit.CodeAnalyzers
The package version has been updated to "9.6.0-pre-09", which is consistent with the new pre-release version.


12-15: Update PackageReference for Bit.SourceGenerators
The version bump to "9.6.0-pre-09" ensures that this dependency is aligned with the new release.

src/Websites/Sales/src/Bit.Websites.Sales.Server/Bit.Websites.Sales.Server.csproj (2)

13-16: Update PackageReference for Bit.CodeAnalyzers
The version has been updated to "9.6.0-pre-09", matching the project-wide version update.


17-20: Update PackageReference for Bit.SourceGenerators
The version has been bumped to "9.6.0-pre-09", ensuring consistency across the solution.

src/Websites/Platform/src/Bit.Websites.Platform.Server/Bit.Websites.Platform.Server.csproj (2)

13-16: Update PackageReference for Bit.CodeAnalyzers
The package’s version update to "9.6.0-pre-09" is correctly applied in this project file.


17-20: Update PackageReference for Bit.SourceGenerators
The version bump to "9.6.0-pre-09" aligns with the overall release update.

src/Websites/Careers/src/Bit.Websites.Careers.Server/Bit.Websites.Careers.Server.csproj (2)

13-16: Update PackageReference for Bit.CodeAnalyzers
Updating to "9.6.0-pre-09" ensures all dependencies reflect the current release version.


17-20: Update PackageReference for Bit.SourceGenerators
The version update to "9.6.0-pre-09" has been applied appropriately for this dependency.

src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Bit.BlazorUI.Demo.Client.Core.csproj (3)

18-18: Update PackageReference for Bit.BlazorES2019
The version has been updated to "9.6.0-pre-09", reflecting the current release in this package reference.


20-23: Update PackageReference for Bit.CodeAnalyzers
The package version bump to "9.6.0-pre-09" is correctly implemented to keep dependencies consistent.


24-27: Update PackageReference for Bit.SourceGenerators
This change updates the version to "9.6.0-pre-09", ensuring alignment with the overall release version.

src/Websites/Careers/src/Bit.Websites.Careers.Shared/Bit.Websites.Careers.Shared.csproj (2)

9-12: Updated PackageReference for Bit.CodeAnalyzers.

The package version has been correctly updated from 9.6.0-pre-08 to 9.6.0-pre-09, which is consistent with the overall versioning change.


13-16: Updated PackageReference for Bit.SourceGenerators.

The version upgrade to 9.6.0-pre-09 is applied appropriately and aligns with the coordinated changes across the repository.

src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Maui/Bit.BlazorUI.Demo.Client.Maui.csproj (2)

88-91: Updated PackageReference for Bit.CodeAnalyzers.

The version change to 9.6.0-pre-09 is correctly implemented for the Maui client project.


92-96: Updated PackageReference for Bit.SourceGenerators.

This dependency now reflects the new version, ensuring the project’s packages are consistently versioned.

src/Websites/Platform/src/Bit.Websites.Platform.Shared/Bit.Websites.Platform.Shared.csproj (2)

9-12: Updated PackageReference for Bit.CodeAnalyzers.

The version bump to 9.6.0-pre-09 is applied properly, maintaining harmonization with the rest of the solution.


13-16: Updated PackageReference for Bit.SourceGenerators.

The upgrade to 9.6.0-pre-09 is consistent and appropriate across the platform shared project.

src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Windows/Bit.BlazorUI.Demo.Client.Windows.csproj (2)

32-35: Updated PackageReference for Bit.CodeAnalyzers.

The package version is now updated to 9.6.0-pre-09, which aligns with the latest prerelease conventions.


36-39: Updated PackageReference for Bit.SourceGenerators.

This update ensures that this Windows client project adheres to the new versioning standard.

src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/Templates/Templates03GettingStartedPage.razor (1)

158-159: Updated Version in Installation Command

The Bit Boilerplate template version has been updated to 9.6.0-pre-09 in both the hyperlink and the installation command. This change is consistent with the PR objectives.

src/Templates/BlazorEmpty/Bit.BlazorEmpty/BlazorEmpty/BlazorEmpty.csproj (4)

1-1: Template Generation Version Updated

The generated comment now indicates the project was created with version 9.6.0-pre-09, aligning with the new release.


22-23: Update Bit.BlazorUI Package Reference

The Bit.BlazorUI package reference has been updated to version 9.6.0-pre-09. This ensures consistency across all project templates.


24-27: Update Bit.CodeAnalyzers Package Reference

The package reference for Bit.CodeAnalyzers now uses version 9.6.0-pre-09, which meets the new pre-release requirements.


29-32: Update Bit.SourceGenerators Package Reference

The Bit.SourceGenerators package version has been updated to 9.6.0-pre-09, ensuring that all source generation tools are using the latest version.

src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Web/Bit.BlazorUI.Demo.Client.Web.csproj (3)

31-31: Update Bit.Bswup Package Reference

The version for Bit.Bswup has been updated to 9.6.0-pre-09, aligning this dependency with the updated release.


33-36: Update Bit.CodeAnalyzers Package Reference

The updated reference to Bit.CodeAnalyzers now uses version 9.6.0-pre-09 along with its asset settings, confirming the consistent dependency upgrade.


37-40: Update Bit.SourceGenerators Package Reference

The Bit.SourceGenerators package has been upgraded to version 9.6.0-pre-09, matching the other dependency updates.

src/Websites/Sales/src/Bit.Websites.Sales.Client/Bit.Websites.Sales.Client.csproj (1)

32-44: Update Package References for Sales Client

The package references for:

  • Bit.Bswup
  • Bit.BlazorUI
  • Bit.BlazorES2019
  • Bit.BlazorUI.Icons
  • Bit.BlazorUI.Assets
  • Bit.CodeAnalyzers
  • Bit.SourceGenerators

have been uniformly updated to version 9.6.0-pre-09. This comprehensive update ensures that all dependencies in the Sales client are in sync with the latest pre-release version.

src/Websites/Careers/src/Bit.Websites.Careers.Client/Bit.Websites.Careers.Client.csproj (1)

32-44: Update Package References for Careers Client

All updated package references—including those for Bit.Bswup, Bit.BlazorUI, Bit.BlazorES2019, Bit.BlazorUI.Icons, Bit.BlazorUI.Assets, Bit.CodeAnalyzers, and Bit.SourceGenerators—now use version 9.6.0-pre-09. This change keeps the Careers client dependencies consistent with the overall version upgrade.

src/Websites/Platform/src/Bit.Websites.Platform.Client/Bit.Websites.Platform.Client.csproj (1)

35-47: Version updates look good

All Bit platform package references have been consistently updated from version '9.6.0-pre-08' to '9.6.0-pre-09', which aligns perfectly with the PR objective of preparing for the 9.6.0-pre-09 pre-release.

src/Templates/Boilerplate/Bit.Boilerplate/src/Directory.Packages.props (2)

4-12: Version updates for core packages look good

All Bit platform package versions have been consistently updated from '9.6.0-pre-08' to '9.6.0-pre-09' in the centralized package versioning file, maintaining proper version alignment across dependencies.


58-58: Conditional package version updated correctly

The conditional package reference for Bit.Besql has also been updated to match the new version, ensuring consistency across all Bit packages regardless of their inclusion conditions.

src/Templates/BlazorEmpty/Bit.BlazorEmpty/BlazorEmpty.Client/BlazorEmpty.Client.csproj (4)

1-1: Template Comment Version Update Verified
The generated template comment has been correctly updated from v-9.6.0-pre-08 to v-9.6.0-pre-09, ensuring consistency in version declaration across the project.


20-21: Bit.BlazorUI Package Version Update
The version for the Bit.BlazorUI package has been successfully updated to 9.6.0-pre-09. This matches the intended release version and aligns with updates in other project files.


22-26: Bit.CodeAnalyzers Package Version Update
The Bit.CodeAnalyzers package version is updated to 9.6.0-pre-09 with the proper configuration of PrivateAssets and IncludeAssets. This update is consistent with the new versioning strategy.


27-30: Bit.SourceGenerators Package Version Update
The Bit.SourceGenerators package reference has been updated to 9.6.0-pre-09. Its configuration with PrivateAssets and IncludeAssets remains robust and adheres to best practices.

@msynk msynk merged commit fdbeb6e into bitfoundation:develop Mar 14, 2025
3 checks passed
@msynk msynk deleted the 10242-prerelease-v-9.6.0-pre-09 branch March 14, 2025 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prerelease v-9.6.0-pre-09
1 participant