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-10 (#10245) #10246

Merged
merged 2 commits into from
Mar 14, 2025

Conversation

msynk
Copy link
Member

@msynk msynk commented Mar 14, 2025

closes #10245

Summary by CodeRabbit

  • Chores
    • Updated version numbers across all components and dependencies from 9.6.0-pre-09 to 9.6.0-pre-10, ensuring consistency in the release and tooling references.

@msynk msynk requested a review from ysmoradi March 14, 2025 11:24
Copy link

coderabbitai bot commented Mar 14, 2025

Important

Review skipped

Auto incremental reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

This pull request updates version strings from 9.6.0-pre-09 to 9.6.0-pre-10 across many files. The changes affect global version properties in JavaScript/TypeScript files, version comments in service worker scripts, and package references plus template version comments in various project files. No functional changes or modifications to control flow have been introduced.

Changes

File(s) Change Summary
src/Besql/.../bit-besql.js, src/BlazorUI/.../general.ts, src/Bswup/.../bit-bswup.ts, src/Bup/.../bit-bup.ts, src/Butil/.../butil.ts, src/Bswup/.../bit-bswup.progress.ts, src/Bswup/.../bit-bswup.sw-cleanup.ts Updated version strings on global objects and in scripts from 9.6.0-pre-09 to 9.6.0-pre-10.
src/.../service-worker*.js (including published variants) Updated version comments within service worker files from 9.6.0-pre-09 to 9.6.0-pre-10.
src/**/*.csproj, src/**/*.props, src/Templates/**, src/Websites/** Bumped package reference versions and updated template or header comments from 9.6.0-pre-09 to 9.6.0-pre-10.

Poem

I'm a rabbit in a code garden so bright,
Hopping to a new beat with version upgrades in sight.
From pre-nine to pre-ten, the numbers now gleam,
Each little change a hop in the software stream.
Carrots and code, together they rhyme—
A patch of fresh changes in CodeRabbit time!
🥕✨


🪧 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)

11-17: Spelling Consistency Check:
Within the externalAssets array, the URLs "Bit.Websites.Carrers.Server.styles.css" and "Bit.Websites.Carrers.Client.bundle.scp.css" appear to use "Carrers" instead of "Careers." Please verify whether this spelling is intentional. If not, consider correcting them for consistency.

📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between 022a70a and e5decb3.

📒 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 (58)
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Windows/Bit.BlazorUI.Demo.Client.Windows.csproj (1)

32-39: Updated Package Versions for Prerelease
The package references for Bit.CodeAnalyzers and Bit.SourceGenerators have been updated from 9.6.0-pre-09 to 9.6.0-pre-10 to align with the new prerelease. These changes ensure consistency across the project with the current versioning scheme.

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

1-1: Updated Service Worker Version Comment
The version comment has been updated to 9.6.0-pre-10, which reflects the latest prerelease version and maintains alignment with other version-related updates in the codebase.

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

1-1: Updated Template Version Header
The header comment has been updated to v-9.6.0-pre-10, ensuring that the auto-generated documentation accurately reflects the current version of the template.

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

1-1: Updated Published Service Worker Version Comment
The version comment is now 9.6.0-pre-10, ensuring consistency with the prerelease version throughout the service worker scripts and related files.

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

1-1: Updated Template Version in Directory.Build.props
The file header comment now reads v-9.6.0-pre-10, which aligns the project configuration with the new prerelease version and ensures accurate version tracking.

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

1-1: Version Comment Update Validated

The version comment has been correctly updated to 9.6.0-pre-10 in this service worker file. This change meets the PR objective of synchronizing version strings across the codebase.

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

1-1: Updated Version Comment

The version indication at the top of the file is now updated to 9.6.0-pre-10, ensuring consistency with the overall release version across various service worker implementations.

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

2-2: Version Comment Consistency

The version comment on line 2 has been updated to 9.6.0-pre-10, which aligns with the global version bump. This ensures that all templates reflect the same release information.

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

2-2: BitButil Version Update

The assignment of BitButil.version now reflects 9.6.0-pre-10, keeping the version consistent with the current release across all related components.

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

1-1: Template Version Comment Update

The header comment has been updated to v-9.6.0-pre-10 in the generated template. This change is consistent with the project-wide version update and ensures that build configurations identify this pre-release correctly.

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

1-1: Version Comment Update:
The version comment on line 1 has been updated from 9.6.0-pre-09 to 9.6.0-pre-10, which aligns this file with the overall repository version update. No further modifications are needed.

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

1-1: Template Version Update:
The generated comment in this file now correctly reflects the new template version (v-9.6.0-pre-10). This change supports version alignment across the project.

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

1-1: Version Comment Update:
The version comment on line 1 has been updated to 9.6.0-pre-10. This simple update ensures consistency with other service worker files in the repository.

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

1-1: Version Comment Update:
The version comment on line 1 is now updated to 9.6.0-pre-10, which keeps this file in sync with the new release version.

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

1-1: Version Comment Update:
The version comment on line 1 has been updated to 9.6.0-pre-10. This straightforward update ensures that the service worker adopts the latest version identifier.

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

1-1: Template Version Comment Update

The generated comment now reflects v-9.6.0-pre-10 instead of the previous version. This aligns with the overall version bump. Please verify that any tooling relying on this comment (if applicable) is updated accordingly.

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

1-1: Service Worker Version Comment Update

The version comment has been updated to 9.6.0-pre-10, which is consistent with the broader version update effort. No functional changes are involved.

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

2-2: BitBup Version String Update

The version for the BitBup object is now updated to 9.6.0-pre-10 to match the current release. This change maintains consistency across the project.

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

2-2: BitBesql Version Update

The version string for BitBesql is correctly set to 9.6.0-pre-10, ensuring uniform versioning across components.

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

1-1: Service Worker Version Update

The file’s comment now indicates 9.6.0-pre-10 for the Bit library version, which matches the other version updates in the PR.

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

1-1: Version String Update for Service Worker
The version string assigned to the service worker is updated to '9.6.0-pre-10', which aligns with the overall project bump. No functional changes were made.

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

1-1: Version String Update for BitBlazorUI
The version property for the BitBlazorUI object (and its mirror on the window object) has been updated to '9.6.0-pre-10', ensuring consistency with other project components.

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

2-2: Consistent Version Bump for BitBswup
The version of the BitBswup object is correctly updated to '9.6.0-pre-10' and is reflected on the window as well. This change is straightforward and consistent with the rest of the update.

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

1-1: Version Update for BitBup Progress Script
The version string in the progress script is updated to '9.6.0-pre-10' as expected. The change is isolated and does not affect any functionality.

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

1-1: Version Update for BitBswup Progress Module
The version string for the BitBswup progress module has been updated to '9.6.0-pre-10' on the window object, maintaining consistency across all related versioning changes.

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

1-1: Version updated correctly to 9.6.0-pre-10

The service worker version has been properly incremented from 9.6.0-pre-09 to 9.6.0-pre-10, which is consistent with the version updates across the codebase.

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

40-40: Boilerplate template version correctly updated

The Bit.Boilerplate package version has been properly updated from 9.6.0-pre-09 to 9.6.0-pre-10 in the installation command, keeping it in sync with the project's overall version update.

src/Bit.Build.props (1)

30-30: Core version property correctly updated

The ReleaseVersion property has been updated to 9.6.0-pre-10, which correctly sets the version for all packages built from this codebase. This change is crucial as it affects PackageVersion and PackageReleaseNotes which reference this property.

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

8-8: Package references properly updated

The package references for Bit.CodeAnalyzers and Bit.SourceGenerators have been correctly updated to version 9.6.0-pre-10, aligning with the project's overall version bump.

Also applies to: 12-12

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

8-11: Update PackageReference for Bit.CodeAnalyzers
The package version has been updated to 9.6.0-pre-10, which is consistent with the intended prerelease update.


12-15: Update PackageReference for Bit.SourceGenerators
The package version has been updated to 9.6.0-pre-10 as required.

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

13-16: Update PackageReference for Bit.CodeAnalyzers
The version change from 9.6.0-pre-09 to 9.6.0-pre-10 is applied correctly in this server project file.


17-20: Update PackageReference for Bit.SourceGenerators
The version has been updated to 9.6.0-pre-10, aligning with the coordinated version change across the projects.

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

18-18: Update PackageReference for Bit.BlazorES2019
The package version is updated to 9.6.0-pre-10, which matches the prerelease update scheme.


20-23: Update PackageReference for Bit.CodeAnalyzers
The version change to 9.6.0-pre-10 is correctly applied here.


24-27: Update PackageReference for Bit.SourceGenerators
This update to 9.6.0-pre-10 is consistent with the other project files and fulfills the prerelease version update requirement.

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

88-91: Update PackageReference for Bit.CodeAnalyzers
The package version has been updated to 9.6.0-pre-10 as part of the coordinated version bump.


92-96: Update PackageReference for Bit.SourceGenerators
The version is now set to 9.6.0-pre-10, ensuring consistency with the other modules.

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

13-16: Update PackageReference for Bit.CodeAnalyzers
The package version change to 9.6.0-pre-10 has been applied correctly.


17-20: Update PackageReference for Bit.SourceGenerators
The version update to 9.6.0-pre-10 is in line with the other project file updates.

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

31-37: Version References Updated Consistently

The package references for Bit.Bswup, Bit.CodeAnalyzers, and Bit.SourceGenerators have been updated to "9.6.0-pre-10" as expected. This change aligns with the overall pre-release version bump.

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

13-20: Consistent Package Version Bump

The updates to the package references for Bit.CodeAnalyzers and Bit.SourceGenerators (updated to "9.6.0-pre-10") are straightforward and consistent with the PR objectives. No further changes appear necessary here.

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

9-16: Version Bump Verified

The update of Bit.CodeAnalyzers and Bit.SourceGenerators to "9.6.0-pre-10" is correctly applied. The consistency across package references reinforces global version uniformity.

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

9-16: Consistent Update of Package References

Both Bit.CodeAnalyzers and Bit.SourceGenerators have been updated to "9.6.0-pre-10". This change is in line with the coordinated version updates across the solution.

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

1-1: Template Version and Dependency Updates Confirmed

The file’s header comment now correctly reflects the new template version "v-9.6.0-pre-10". Additionally, the package references for Bit.BlazorUI, Bit.CodeAnalyzers, and Bit.SourceGenerators have been updated accordingly, ensuring that the BlazorEmpty template remains in sync with the overall version upgrade.

Also applies to: 20-28

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

9-13: Version update looks good.

The package references for Bit.CodeAnalyzers and Bit.SourceGenerators have been updated from 9.6.0-pre-09 to 9.6.0-pre-10. This change is consistent with the version updates across the codebase.

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

158-159: Version references properly updated.

Documentation and installation commands have been correctly updated to reference the new version 9.6.0-pre-10 of the Bit Boilerplate template, ensuring consistency with other package updates in this release.

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

1-1: Template version comment updated.

The template version comment has been properly updated to reflect the new version v-9.6.0-pre-10.


22-32: Package references updated correctly.

All Bit package references have been consistently updated to version 9.6.0-pre-10, aligning with the version updates throughout the codebase.

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

35-47: All package references consistently updated.

All Bit package references have been updated from 9.6.0-pre-09 to 9.6.0-pre-10, maintaining consistency across the project. This includes:

  • Bit.Bswup
  • Bit.Butil
  • Bit.BlazorUI
  • Bit.BlazorES2019
  • Bit.BlazorUI.Assets
  • Bit.CodeAnalyzers
  • Bit.SourceGenerators
src/Websites/Sales/src/Bit.Websites.Sales.Client/Bit.Websites.Sales.Client.csproj (3)

32-36: Package reference versions updated correctly

The Bit platform package references have been updated from 9.6.0-pre-09 to 9.6.0-pre-10 as part of the coordinated version bump across the codebase.


37-40: CodeAnalyzers package version updated correctly

The Bit.CodeAnalyzers package version has been properly updated while maintaining the required asset inclusion configuration.


41-44: SourceGenerators package version updated correctly

The Bit.SourceGenerators package version has been properly updated while maintaining the required asset inclusion configuration.

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

32-36: Package reference versions updated correctly

The Bit platform package references have been updated from 9.6.0-pre-09 to 9.6.0-pre-10 as part of the coordinated version bump across the codebase.


37-40: CodeAnalyzers package version updated correctly

The Bit.CodeAnalyzers package version has been properly updated while maintaining the required asset inclusion configuration.


41-44: SourceGenerators package version updated correctly

The Bit.SourceGenerators package version has been properly updated while maintaining the required asset inclusion configuration.

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

4-12: Central package versions updated correctly

The version numbers for core Bit platform packages have been updated from 9.6.0-pre-09 to 9.6.0-pre-10 in the central package management file, ensuring consistency across the entire solution.


58-58: Conditional package version updated correctly

The Bit.Besql package version has been updated while maintaining the condition for inclusion based on the offlineDb parameter.

@msynk msynk merged commit 4e05bf9 into bitfoundation:develop Mar 14, 2025
3 checks passed
@msynk msynk deleted the 10245-prerelease-v-9.6.0-pre-10 branch March 14, 2025 13:15
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-10
1 participant