Conversation
Updated `appsettings.json` to reflect version `3.5.0` and updated the `short_description` to highlight new features, including `.NET 10 support`, `EnumInput`, and `password-protected PDF viewer`. Added a new blog post file `2025-11-23-blazorbootstrap-3.5.0.md` to announce the release. The post includes: - New features: `Enum Input Component`, `PdfViewer` support for password-protected PDFs, and documentation updates. - Bug fixes: Corrected drag cursor for `SortableList` and fixed `ButtonSize` enum name in docs. - Upgrades: Multi-targeting for `.NET 10.0` and improved Google Map key handling. Links to documentation and demo websites were also included in the blog post.
Updated the NuGet package version from `3.4.0` to `3.5.0` across documentation files (`README.md`, `.mdx` files, `package.json`). Added documentation for the new **Enum Input** component, including links to its Docs and Demos, a new section in `README.md`, and an image showcasing the component. Updated sidebar badge text in `getting-started-server.mdx` and `getting-started-webassembly.mdx` to reflect the new version. Adjusted quick start instructions in `README.md` to use the updated NuGet package version. Ensured all references align with the latest release.
Updated the `<Version>` and `<PackageVersion>` properties in the `BlazorBootstrap.csproj` file from `3.4.0` to `3.5.0`. This version bump likely includes new features, bug fixes, or other improvements. Ensures package metadata reflects the latest version.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated
appsettings.jsonto reflect version3.5.0and updated theshort_descriptionto highlight new features, including.NET 10 support,EnumInput, andpassword-protected PDF viewer.Added a new blog post file
2025-11-23-blazorbootstrap-3.5.0.mdto announce the release. The post includes:Enum Input Component,PdfViewersupport for password-protected PDFs, and documentation updates.SortableListand fixedButtonSizeenum name in docs..NET 10.0and improved Google Map key handling.Links to documentation and demo websites were also included in the blog post.