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-07 (#10222) #10224

Merged
merged 1 commit into from
Mar 10, 2025

Conversation

msynk
Copy link
Member

@msynk msynk commented Mar 10, 2025

closes #10222

Summary by CodeRabbit

  • Chores
    • Upgraded all package and dependency version identifiers to the new pre-release version 9.6.0-pre-07.
    • Aligned service worker annotations and installation instructions with the updated version for consistency across the project.

@msynk msynk requested a review from ysmoradi March 10, 2025 08:12
Copy link

coderabbitai bot commented Mar 10, 2025

Walkthrough

The changes update the version numbers used throughout the repository from 9.6.0-pre-06 to 9.6.0-pre-07. This update touches a variety of files including JavaScript/TypeScript version assignments, project files (csproj), build props, template files, and service worker scripts. In each case, only the version strings or version comments have been modified without impacting the underlying functionality, logic, or control flow of the code.

Changes

Files Change Summary
src/Besql/Bit.Besql/wwwroot/bit-besql.js Updated BitBesql.version and window property from '9.6.0-pre-06' to '9.6.0-pre-07'.
src/Bit.Build.props Updated <ReleaseVersion> from 9.6.0-pre-06 to 9.6.0-pre-07.
src/BlazorUI/Scripts/general.ts Updated BitBlazorUI version from '9.6.0-pre-06' to '9.6.0-pre-07'.
src/BlazorUI/Demo/.../*.csproj Updated package references (e.g., Bit.CodeAnalyzers, Bit.SourceGenerators, and in one case Bit.Bswup) from 9.6.0-pre-06 to 9.6.0-pre-07.
src/BlazorUI/Demo/Client/.../service-worker*.js Updated version comments from 9.6.0-pre-06 to 9.6.0-pre-07.
src/Bswup/Bit.Bswup/Scripts/*.ts Updated version strings for BitBswup components (e.g. progress, sw-cleanup, sw, main file) from 9.6.0-pre-06 to 9.6.0-pre-07.
src/Bup/Bit.Bup/Scripts/bit-bup*.ts and src/Butil/Bit.Butil/Scripts/butil.ts Updated version properties from '9.6.0-pre-06' to '9.6.0-pre-07'.
src/Templates/BlazorEmpty/Bit.BlazorEmpty/...csproj Updated package references (e.g., Bit.BlazorUI, Bit.CodeAnalyzers, Bit.SourceGenerators) from 9.6.0-pre-06 to 9.6.0-pre-07.
src/Templates/Boilerplate/Bit.Boilerplate/.../*.props Revised template version comments and package versions from 9.6.0-pre-06 to 9.6.0-pre-07.
src/Websites/Careers/.../*.csproj and service-worker scripts Updated package references and version comments from 9.6.0-pre-06 to 9.6.0-pre-07.
src/Websites/Platform/.../*.csproj, pages, and service-worker scripts Updated package references, template version strings, and service-worker version comments from 9.6.0-pre-06 to 9.6.0-pre-07.
src/Websites/Sales/.../*.csproj and service-worker scripts Updated package references and service-worker version comments from 9.6.0-pre-06 to 9.6.0-pre-07.

Poem

I’m a rabbit on the run,
Hopping to a version that’s new,
From pre-06 we’ve moved along,
Now pre-07 shines through.
In fields of code I joyfully play,
Leaping high with every line,
A hoppy update for a brighter day!

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

11-19: Asset URL Naming Consistency Check.
The external asset 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 is intentional.

📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between 10e1826 and fc1b416.

📒 Files selected for processing (47)
  • 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/Templates/Boilerplate/Bit.Boilerplate/src/Directory.Packages8.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 (60)
src/Bswup/FullDemo/Client/wwwroot/service-worker.js (1)

1-1: Update version comment.

The version comment at the top now reflects 9.6.0-pre-07, which aligns with the overall versioning update across the codebase.

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

2-2: Update BitButil version assignment.

The assignment to BitButil.version (and the corresponding window property) has been updated to '9.6.0-pre-07', ensuring consistency with other components.

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

1-1: Update service-worker version comment.

The version comment on the first line now reflects 9.6.0-pre-07, maintaining consistency with the new release version.

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

1-1: Update generated template version.

The comment now indicates that this file was generated by the bit-dual template v-9.6.0-pre-07, which is in line with the coordinated version bump.

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

1-1: Update published service-worker version comment.

The version comment is updated to 9.6.0-pre-07, ensuring that the published service-worker script reflects the new pre-release version.

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

1-1: Version Comment Updated
The version comment has been updated to "v-9.6.0-pre-07," which aligns with the PR objectives. No additional changes are needed.

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

1-1: Version Comment Updated
The version string in the comment is now updated to "9.6.0-pre-07." This change is consistent with the overall version bump and does not impact functionality.

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

1-2: Version Comment Updated
The Bit version comment has been appropriately updated to "9.6.0-pre-07" in this file, ensuring consistency across the project.

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

1-2: Version Comment Updated
The version information in the comment has been updated to "9.6.0-pre-07," in line with the other changes within the PR. No issues noted.

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

1-1: Version Comment Updated
The Bit version comment at the top of the file is updated to "9.6.0-pre-07." This change is consistent with the overall version bump and has no side effects.

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

1-1: Version Bump Updated Correctly.
The service worker’s version comment has been updated to 9.6.0-pre-07, which is consistent with the overall version update across the repository.

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

1-1: Version Update Confirmed.
The version comment is correctly updated to 9.6.0-pre-07, ensuring consistency with the rest of the project’s service worker implementations.

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

1-1: Directory.Build.props Version Comment Updated.
The comment now reflects v-9.6.0-pre-07, aligning the template version with the new pre-release.

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

1-1: Directory.Build.props Version Comment Updated.
The version comment has been updated to v-9.6.0-pre-07, ensuring that the Careers website configuration is up to date.

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

2-2: Service Worker Version Updated.
The version comment now reflects 9.6.0-pre-07, in line with the global version bump across the Bit platform.

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

1-1: Version Comment Update
The service worker’s version comment has been updated to "9.6.0-pre-07", which aligns with the overall prerelease update. No functional changes are affected by this metadata update.

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

2-2: BitBesql Version Update
The assignment to BitBesql.version now sets the value to "9.6.0-pre-07", ensuring consistency with the new release version across the project.

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

2-2: BitBup Version Update
The BitBup.version property is correctly updated to "9.6.0-pre-07". This change is straightforward and consistent with the overall prerelease versioning scheme.

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

1-1: BitBlazorUI Version Update
The version for the BitBlazorUI object has been modified to "9.6.0-pre-07", keeping it in line with the prerelease update across related components.

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

1-1: BitBswup Cleanup Script Version Update
The version string for bit-bswup.sw-cleanup is updated to "9.6.0-pre-07". This metadata update ensures that the cleanup script reflects the current version without affecting its functionality.

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

2-2: Version number updated correctly.

The version has been properly incremented from '9.6.0-pre-06' to '9.6.0-pre-07', which is consistent with the versioning changes throughout the repository.

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

1-1: Version update in template comment is correct.

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

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

1-1: Version number updated correctly.

The version assigned to window['bit-bup.progress version'] has been properly incremented from '9.6.0-pre-06' to '9.6.0-pre-07'.

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

41-41: Template installation command updated correctly.

The Bit.Boilerplate installation command has been properly updated to reference the new version '9.6.0-pre-07', ensuring users will install the correct version of the template.

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

177-178: Version updated correctly

The Bit Boilerplate version has been updated from '9.6.0-pre-06' to '9.6.0-pre-07' in both the hyperlink and installation command.

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

1-1: Version string updated correctly

The version string has been updated from '9.6.0-pre-06' to '9.6.0-pre-07' in the service worker.

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

1-1: Version string updated correctly

The version string has been updated from '9.6.0-pre-06' to '9.6.0-pre-07' in the progress handler.

src/Bit.Build.props (1)

30-30: Release version updated correctly

The ReleaseVersion property has been updated from '9.6.0-pre-06' to '9.6.0-pre-07', which will correctly cascade to PackageVersion and PackageReleaseNotes.

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

8-12: Version Update for Package References

The version numbers for both Bit.CodeAnalyzers and Bit.SourceGenerators have been correctly updated to 9.6.0-pre-07. This change is consistent with our prerelease versioning strategy and does not affect any other aspects of the project file.

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

8-12: Consistent Version Number Upgrade

The package references for Bit.CodeAnalyzers and Bit.SourceGenerators have been updated to 9.6.0-pre-07 as expected. The update is applied consistently, maintaining alignment with the overall prerelease changes.

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

13-20: Proper Version Upgrade in Server Project

The version updates for Bit.CodeAnalyzers (line 13~) and Bit.SourceGenerators (line 17~) to 9.6.0-pre-07 have been successfully applied. This ensures that our server project remains aligned with the prerelease versioning plan.

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

9-16: Shared Project Package Version Consistency

Both package references for Bit.CodeAnalyzers and Bit.SourceGenerators have been updated to 9.6.0-pre-07 as required. The changes are straightforward and consistent with similar updates across the solution.

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

19-26: Client Core Project Version Update

The package references for Bit.CodeAnalyzers (line 19~) and Bit.SourceGenerators (line 23~) have been properly updated to 9.6.0-pre-07. This update aligns with the global version change for this prerelease and maintains consistency across our client projects.

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

13-16: PackageReference for Bit.CodeAnalyzers Version Update

The version has been updated to 9.6.0-pre-07, which aligns with the prerelease bump across the repository.


17-20: PackageReference for Bit.SourceGenerators Version Update

The package version is now 9.6.0-pre-07, ensuring consistency with the other updated project files.

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

88-91: PackageReference for Bit.CodeAnalyzers Version Update

The version is updated to 9.6.0-pre-07 per the prerelease objective. This change is straightforward and maintains consistency.


93-96: PackageReference for Bit.SourceGenerators Version Update

The value has been bumped to 9.6.0-pre-07, which is in line with the other project updates in this prerelease.

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

9-12: PackageReference for Bit.CodeAnalyzers Version Update

The package reference has been updated to 9.6.0-pre-07, matching the versioning strategy for this prerelease.


13-16: PackageReference for Bit.SourceGenerators Version Update

The updated version 9.6.0-pre-07 ensures that all references are aligned across the repository.

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

13-16: PackageReference for Bit.CodeAnalyzers Version Update

The version bumped to 9.6.0-pre-07 is in sync with the overall prerelease update.


17-20: PackageReference for Bit.SourceGenerators Version Update

This update to 9.6.0-pre-07 reflects the intended version alignment across all projects.

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

9-12: PackageReference for Bit.CodeAnalyzers Version Update

The version change to 9.6.0-pre-07 ensures uniformity with the prerelease updates in the repository.


13-16: PackageReference for Bit.SourceGenerators Version Update

The updated package version 9.6.0-pre-07 is correctly applied, maintaining consistency across project files.

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

32-35: Update Bit.CodeAnalyzers Version
The package reference for Bit.CodeAnalyzers has been updated to the new prerelease version 9.6.0-pre-07. This update is correct and consistent with the prerelease naming.


36-39: Update Bit.SourceGenerators Version
The package reference for Bit.SourceGenerators has been updated to 9.6.0-pre-07 as expected for this prerelease update.

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

32-43: Consistent Dependency Version Updates
All package references within this project file—namely, for Bit.Bswup, Bit.Butil, Bit.BlazorUI, Bit.BlazorUI.Assets, Bit.CodeAnalyzers, and Bit.SourceGenerators—have been updated to 9.6.0-pre-07. The changes are clear, and the dependency versions are now consistent with the prerelease.

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

31-31: Update PackageReference Versions
The updated package references for Bit.Bswup, Bit.CodeAnalyzers, and Bit.SourceGenerators now point to 9.6.0-pre-07. The version bump is applied uniformly, and the existing configuration (including asset inclusion and private assets) remains intact.

Also applies to: 33-33, 37-37

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

32-40: Unified Version Upgrade for Sales Client
The module now updates the following package references to 9.6.0-pre-07: Bit.Bswup, Bit.BlazorUI, Bit.BlazorUI.Icons, Bit.BlazorUI.Assets, Bit.CodeAnalyzers, and Bit.SourceGenerators. These changes ensure that the Sales client is aligned with the new prerelease and all dependencies are consistent.

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

1-2: Template Version Comment Update
The header comment now reflects that this file was generated by the bit-empty template for version 9.6.0-pre-07. This helps maintain clarity on which template version was used for creation.


20-21: Update Bit.BlazorUI Package Version
The package reference for Bit.BlazorUI has been updated to 9.6.0-pre-07, ensuring the client project adopts the new prerelease version.


22-25: Update Bit.CodeAnalyzers Package Version
The Bit.CodeAnalyzers package reference is now set to 9.6.0-pre-07, with the correct configuration for PrivateAssets and included assets.


27-30: Update Bit.SourceGenerators Package Version
The Bit.SourceGenerators package reference has been updated to 9.6.0-pre-07, and the asset inclusion details remain consistent.

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

32-36: Package version updates look good.

Version updates from 9.6.0-pre-06 to 9.6.0-pre-07 for Bit.Bswup, Bit.BlazorUI, Bit.BlazorUI.Icons, and Bit.BlazorUI.Assets are consistent with the prerelease version bump.


36-43: Analyzer package version updates look good.

Version updates for the Bit.CodeAnalyzers and Bit.SourceGenerators packages align with the other package version changes for this prerelease.

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

1-1: Template version comment updated correctly.

The version in the template comment has been properly updated to match the new prerelease version.


22-32: Package reference versions updated correctly.

All Bit framework package references (Bit.BlazorUI, Bit.CodeAnalyzers, Bit.SourceGenerators) have been consistently updated to version 9.6.0-pre-07.

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

4-11: Core package versions updated correctly.

Version updates for all core BitPlatform packages (Bit.Butil, Bit.BlazorUI and related packages, Bit.Bswup, Bit.CodeAnalyzers, Bit.SourceGenerators) align with the prerelease version bump.


55-55: Conditional package version updated correctly.

The Bit.Besql package version has been updated to 9.6.0-pre-07 while maintaining its conditional inclusion logic.

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

4-11: Core package versions updated consistently for .NET 8 targets.

Version updates in this .NET 8-specific package props file match those in the .NET 9 version, maintaining consistency across target frameworks.


52-52: Conditional package version updated correctly for .NET 8.

The Bit.Besql package version for .NET 8 targets has been updated to match the version used in other configurations.

@msynk msynk merged commit 0f6ceba into bitfoundation:develop Mar 10, 2025
3 checks passed
@msynk msynk deleted the 10222-prerelease-v-9.6.0-pre-07 branch March 10, 2025 09:13
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-07
1 participant