Skip to content

Conversation

@msynk
Copy link
Member

@msynk msynk commented Dec 17, 2025

closes #11894

Summary by CodeRabbit

  • Chores
    • Bumped pre-release version from 10.2.1-pre-01 to 10.2.1-pre-02 across all packages and dependencies.

✏️ Tip: You can customize this high-level summary in your review settings.

@msynk msynk requested a review from ysmoradi December 17, 2025 20:04
@coderabbitai
Copy link

coderabbitai bot commented Dec 17, 2025

Walkthrough

Version bump from 10.2.1-pre-01 to 10.2.1-pre-02 applied uniformly across build configuration, package references, public version properties, version strings in scripts, service worker headers, and documentation throughout the repository.

Changes

Cohort / File(s) Summary
Core Build & Release Configuration
src/Bit.Build.props
MSBuild ReleaseVersion property updated, affecting PackageVersion and pre-release version transformation
TypeScript/JavaScript Version Declarations
src/Besql/Bit.Besql/wwwroot/bit-besql.js, src/BlazorUI/Bit.BlazorUI/Scripts/general.ts, src/Bswup/Bit.Bswup/Scripts/bit-bswup.progress.ts, src/Bswup/Bit.Bswup/Scripts/bit-bswup.sw-cleanup.ts, src/Bswup/Bit.Bswup/Scripts/bit-bswup.sw.ts, src/Bswup/Bit.Bswup/Scripts/bit-bswup.ts, src/Butil/Bit.Butil/Scripts/butil.ts
Global version string updated in public version assignments
Service Worker Headers
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Web/wwwroot/service-worker.published.js, src/Bswup/Bit.Bswup.Demo/wwwroot/service-worker.*, src/Bswup/Bit.Bswup.NewDemo/Bit.Bswup.NewDemo.Client/wwwroot/service-worker.*, src/Bswup/FullDemo/Client/wwwroot/service-worker.*, src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Web/wwwroot/service-worker.published.js, src/Websites/*/src/*/wwwroot/service-worker.published.js
Version header comments updated in service worker files
C# Version Property
src/BlazorUI/Bit.BlazorUI/Info.cs
Public static Version property updated
MSBuild Targets
src/BlazorES2019/Bit.BlazorES2019/buildTransitive/Bit.BlazorES2019.targets
Content entries updated to reference newer pre-release package version paths
Demo & Template .csproj Files
src/BlazorUI/Demo/Bit.BlazorUI.Demo.Server/Bit.BlazorUI.Demo.Server.csproj, src/BlazorUI/Demo/Bit.BlazorUI.Demo.Shared/Bit.BlazorUI.Demo.Shared.csproj, src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Bit.BlazorUI.Demo.Client.Core.csproj, src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Maui/Bit.BlazorUI.Demo.Client.Maui.csproj, src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Web/Bit.BlazorUI.Demo.Client.Web.csproj, src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Windows/Bit.BlazorUI.Demo.Client.Windows.csproj, src/Templates/BlazorEmpty/Bit.BlazorEmpty/BlazorEmpty.Client/BlazorEmpty.Client.csproj, src/Templates/BlazorEmpty/Bit.BlazorEmpty/BlazorEmpty/BlazorEmpty.csproj
PackageReference versions updated for Bit.\* packages
Website Project .csproj Files
src/Websites/Careers/src/Bit.Websites.Careers.Client/Bit.Websites.Careers.Client.csproj, src/Websites/Careers/src/Bit.Websites.Careers.Server/Bit.Websites.Careers.Server.csproj, src/Websites/Careers/src/Bit.Websites.Careers.Shared/Bit.Websites.Careers.Shared.csproj, src/Websites/Platform/src/Bit.Websites.Platform.Client/Bit.Websites.Platform.Client.csproj, src/Websites/Platform/src/Bit.Websites.Platform.Server/Bit.Websites.Platform.Server.csproj, src/Websites/Platform/src/Bit.Websites.Platform.Shared/Bit.Websites.Platform.Shared.csproj, src/Websites/Sales/src/Bit.Websites.Sales.Client/Bit.Websites.Sales.Client.csproj, src/Websites/Sales/src/Bit.Websites.Sales.Server/Bit.Websites.Sales.Server.csproj, src/Websites/Sales/src/Bit.Websites.Sales.Shared/Bit.Websites.Sales.Shared.csproj
PackageReference versions updated for Bit.\* dependencies
Central Package Management
src/Templates/Boilerplate/Bit.Boilerplate/src/Directory.Packages.props
Central version management: all Bit.\* PackageVersion entries (Bit.Butil, Bit.BlazorUI, Bit.BlazorES2019, Bit.BlazorUI.Icons, Bit.BlazorUI.Assets, Bit.BlazorUI.Extras, Bit.Bswup, Bit.CodeAnalyzers, Bit.SourceGenerators, Bit.Besql) updated
Generated Headers & Comments
src/BlazorUI/Demo/Directory.Build.props, src/Websites/Careers/src/Directory.Build.props, src/Websites/Platform/src/Directory.Build.props, src/Websites/Sales/src/Directory.Build.props, src/Templates/Boilerplate/Bit.Boilerplate/.docs/19- Project Miscellaneous Files.md, src/Templates/Boilerplate/Bit.Boilerplate/README.md
Template-generated comments and documentation version references updated
Razor Templates
src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/Templates/Templates03GettingStartedPage.razor, src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/Templates/Templates03GettingStartedPage.razor.cs
Boilerplate installer command version updated in installation script

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

This is a uniform, repetitive version bump applied consistently across the codebase. All changes follow the same pattern (replacing version string from 10.2.1-pre-01 to 10.2.1-pre-02) with no logic modifications, control-flow changes, or functional alterations. The homogeneous nature of the changes minimizes review complexity.

Poem

🐰 A pre-release hop from oh-one to oh-two,
Versions bumped across the Bit-verse through and through,
No logic twisted, no control flows bent,
Just careful version strings, consistently sent!
Ten point two point one, the pre-release new,
Hopping down the repository, old skew to new!

Pre-merge checks and finishing touches

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. You can run @coderabbitai generate docstrings to improve docstring coverage.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The PR title 'Prerelease v-10.2.1-pre-02' directly reflects the main objective of updating all version strings across the codebase from 10.2.1-pre-01 to 10.2.1-pre-02.
Linked Issues check ✅ Passed The PR successfully implements the prerelease v-10.2.1-pre-02 requirement by updating version strings across all affected files including JavaScript, TypeScript, C# projects, and configuration files.
Out of Scope Changes check ✅ Passed All changes in the PR are strictly version bumps from 10.2.1-pre-01 to 10.2.1-pre-02 across consistent files, with no unrelated modifications or scope creep detected.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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

Comment @coderabbitai help to get the list of available commands and usage tips.

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: 2

📜 Review details

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Knowledge base: Disabled due to Reviews -> Disable Knowledge Base setting

📥 Commits

Reviewing files that changed from the base of the PR and between 830199a and 689e1e3.

📒 Files selected for processing (47)
  • src/Besql/Bit.Besql/wwwroot/bit-besql.js (1 hunks)
  • src/Bit.Build.props (1 hunks)
  • src/BlazorES2019/Bit.BlazorES2019/buildTransitive/Bit.BlazorES2019.targets (1 hunks)
  • src/BlazorUI/Bit.BlazorUI/Info.cs (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/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/.docs/19- Project Miscellaneous Files.md (4 hunks)
  • src/Templates/Boilerplate/Bit.Boilerplate/README.md (1 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.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. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: build and test for release
🔇 Additional comments (50)
src/Websites/Careers/src/Bit.Websites.Careers.Client/wwwroot/service-worker.published.js (1)

1-1: Version header correctly updated to prerelease 10.2.1-pre-02.

The service worker header comment has been appropriately updated to reflect the new prerelease version. This metadata ensures deployed instances are correctly identified and tracked.

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

1-1: Version header correctly updated.

The prerelease version bump from 10.2.1-pre-01 to 10.2.1-pre-02 in the service worker header comment is consistent with the PR objectives and broader version updates across the repository. No functional changes to the service worker.

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

9-13: LGTM! Version bump is consistent with the prerelease objectives.

The package version updates for Bit.CodeAnalyzers and Bit.SourceGenerators from 10.2.1-pre-01 to 10.2.1-pre-02 are correct and align with the PR's prerelease version bump objective.

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

14-22: LGTM! Prerelease version bump applied consistently.

The package version updates from 10.2.1-pre-01 to 10.2.1-pre-02 are consistent across all three Bit.* packages and align with the PR objectives.

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

32-43: LGTM! Version bumps are consistent.

All six Bit.* package references have been correctly and consistently updated to version 10.2.1-pre-02, matching the prerelease objective.

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

32-37: LGTM! Version bumps are correct and consistent.

The three package reference versions have been correctly updated from 10.2.1-pre-01 to 10.2.1-pre-02, aligning with the PR's objective to create prerelease v-10.2.1-pre-02.

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

8-12: Version bump is consistent across the codebase.

The prerelease version updates for Bit.CodeAnalyzers and Bit.SourceGenerators to 10.2.1-pre-02 are correctly formatted and consistently applied across all project files in the repository.

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

1-1: LGTM!

Version header correctly updated to 10.2.1-pre-02.

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

1-1: LGTM!

Version string correctly updated to 10.2.1-pre-02.

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

1-1: LGTM!

Template version header correctly updated to v-10.2.1-pre-02.

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

1-1: LGTM!

Template version header correctly updated to v-10.2.1-pre-02.

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

1-1: LGTM!

Version header correctly updated to 10.2.1-pre-02 in the published service worker.

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

46-46: LGTM!

Template installation command correctly updated to reference version 10.2.1-pre-02.

src/Templates/Boilerplate/Bit.Boilerplate/README.md (1)

5-5: LGTM!

Template version correctly updated to v-10.2.1-pre-02 in the README documentation.

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

31-31: LGTM!

Package references for Bit.Bswup, Bit.CodeAnalyzers, and Bit.SourceGenerators correctly updated to 10.2.1-pre-02.

Also applies to: 33-33, 37-37

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

1-1: LGTM! Version string updated correctly.

The version string has been properly updated to 10.2.1-pre-02, consistent with the pre-release objectives.

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

1-1: LGTM! Build props header updated correctly.

The generated header comment has been properly updated to reflect version v-10.2.1-pre-02.

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

2-2: LGTM! BitBesql version updated correctly.

The version string has been properly updated to 10.2.1-pre-02.

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

1-1: LGTM! Service worker version header updated correctly.

The bit version header has been properly updated to 10.2.1-pre-02.

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

1-1: LGTM! Bswup service worker version updated correctly.

The version string has been properly updated to 10.2.1-pre-02.

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

156-156: LGTM! Installation command version updated correctly.

The Bit Boilerplate template installation command has been properly updated to reference version 10.2.1-pre-02, ensuring users install the correct pre-release version.

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

1-1: LGTM! Service worker version header updated correctly.

The bit version header has been properly updated to 10.2.1-pre-02.

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

101-110: LGTM! Package references updated correctly.

All three NuGet package references have been properly updated to version 10.2.1-pre-02:

  • Bit.BlazorES2019
  • Bit.CodeAnalyzers
  • Bit.SourceGenerators

Verification confirms all Bit.* package references across the entire codebase use the consistent pre-release version, with no lingering references to the previous version.

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

1-1: Version header correctly updated.

The version comment accurately reflects the new prerelease version 10.2.1-pre-02.

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

1-1: Version property correctly updated.

The global version identifier accurately reflects the new prerelease version 10.2.1-pre-02.

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

1-1: Template header correctly updated.

The template version header accurately reflects the new prerelease version.


18-28: Package references correctly updated.

All Bit.* package references (BlazorUI, CodeAnalyzers, SourceGenerators) are consistently updated to version 10.2.1-pre-02.

src/BlazorUI/Bit.BlazorUI/Info.cs (1)

11-11: Public version property correctly updated.

The Info.Version property accurately reflects the new prerelease version 10.2.1-pre-02.

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

1-1: Template header correctly updated.

The template version header accurately reflects the new prerelease version.


21-31: Package references correctly updated.

All Bit.* package references (BlazorUI, CodeAnalyzers, SourceGenerators) are consistently updated to version 10.2.1-pre-02.

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

13-21: Package references correctly updated.

All Bit.* package references (BlazorES2019, CodeAnalyzers, SourceGenerators) are consistently updated to version 10.2.1-pre-02, while third-party dependencies remain unchanged.

src/Bit.Build.props (1)

30-30: Central ReleaseVersion property correctly updated.

The ReleaseVersion property accurately reflects the new prerelease version 10.2.1-pre-02. This property drives package versioning and release notes URLs throughout the build system.

src/BlazorES2019/Bit.BlazorES2019/buildTransitive/Bit.BlazorES2019.targets (1)

3-14: Package paths correctly updated for both target frameworks.

Both net9.0 and net10.0 NuGet package paths are consistently updated to reference version 10.2.1-pre-02. Verification confirms no remaining references to version 10.2.1-pre-01 exist in the repository.

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

4-12: LGTM! Version bump applied consistently.

The package version updates from 10.2.1-pre-01 to 10.2.1-pre-02 are uniform across all Bit.* packages in this central package management file. This ensures consistent versioning across the boilerplate template.

Also applies to: 90-90

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

2-2: LGTM! Service worker version header updated correctly.

The version comment has been updated to reflect the new prerelease version.

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

2-2: LGTM! Runtime version constant updated correctly.

The BitBswup version string has been updated to match the new prerelease version and is properly exposed via the window object for runtime tracking.

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

1-1: LGTM! Version header updated.

Version comment updated consistently with the prerelease bump.

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

1-1: LGTM! Version header updated.

Version comment updated consistently with the prerelease bump.

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

1-1: LGTM! Version header updated.

Version comment updated consistently with the prerelease bump.

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

1-1: LGTM! Template version header updated.

The autogenerated header comment has been updated to reflect the new template version.

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

14-22: LGTM! Package references updated consistently.

All Bit.* package references have been updated to 10.2.1-pre-02, with no remaining references to the old prerelease version throughout the repository.

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

32-40: LGTM! Version bump applied correctly.

All six package references have been consistently updated from 10.2.1-pre-01 to 10.2.1-pre-02, aligning with the prerelease objectives.

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

2-2: LGTM! Version string updated correctly.

The BitButil version has been updated to 10.2.1-pre-02, consistent with the prerelease version bump.

src/Templates/Boilerplate/Bit.Boilerplate/.docs/19- Project Miscellaneous Files.md (4)

224-224: LGTM! Documentation example updated correctly.

The .csproj PackageReference example now reflects the new prerelease version 10.2.1-pre-02.


234-234: LGTM! Directory.Packages.props example updated correctly.

The central package management example now shows version 10.2.1-pre-02.


245-246: LGTM! Package version examples updated correctly.

Both Bit.BlazorUI and Bit.Butil package version examples now reference 10.2.1-pre-02.


611-611: LGTM! Template version reference updated correctly.

The README example now correctly shows that this template was generated using bit-bp template v-10.2.1-pre-02.

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

9-16: LGTM! Build-time package versions updated correctly.

Both Bit.CodeAnalyzers and Bit.SourceGenerators have been consistently updated to 10.2.1-pre-02, aligning with the prerelease objectives.

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

35-47: LGTM! All package versions consistently updated.

All seven Bit.* package references have been correctly bumped to 10.2.1-pre-02, maintaining consistency across the project.

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

15-23: LGTM! Package versions correctly updated.

All three Bit.* package references have been properly bumped to 10.2.1-pre-02, consistent with the prerelease objective.

@msynk msynk merged commit c59e931 into bitfoundation:develop Dec 17, 2025
9 checks passed
@msynk msynk deleted the 11894-prerelease-v-10.2.1-pre-02 branch December 17, 2025 20:21
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-10.2.1-pre-02

1 participant