Merged
Conversation
Updated `OperationResultTools` and `TinyHelpers` in `ChatGptPlayground.BusinessLayer.csproj`. In `ChatGptPlayground.csproj`, several packages were updated: - `LigerShark.WebOptimizer.Core` to `3.0.436` - `Microsoft.AspNetCore.OpenApi` to `9.0.4` - `MinimalHelpers.OpenApi` to `2.1.6` - `OperationResultTools.AspNetCore.Http` downgraded to `1.0.28` - `Swashbuckle.AspNetCore` upgraded to `8.1.1` - `TinyHelpers.AspNetCore` to `4.0.25` - `TinyHelpers.AspNetCore.Swashbuckle` to `4.0.19`
- Removed Twitter link and added Bluesky link in `_Layout.cshtml`. - Updated library versions in `libman.json`, including `bootstrap-icons`, `alpinejs`, and `marked`. - Changed `bootstrap-icons` provider to `jsdelivr`. - Updated `alpinejs` and `@alpinejs/persist` versions to `3.14.9` in relevant files. - Updated minification tool versions for improved performance. - Updated Bootstrap Icons from version `1.11.3` to `1.12.1`, added new `bluesky` icon, and modified calendar SVGs. - Updated `marked` library from v15.0.4 to v15.0.7 with new features for GFM support and added a license section. - Introduced new files: `bootstrap-icons.scss`, `readme.md`, and `bluesky.svg`.
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.
This pull request includes updates to several dependencies, enhancements to the
bootstrap-iconslibrary, and minor UI modifications. The most significant changes involve upgrading package versions, adding new icons, and replacing a social media link in the footer.Dependency Updates:
ChatGptPlayground.BusinessLayer.csprojandChatGptPlayground.csproj, includingOperationResultTools,TinyHelpers,LigerShark.WebOptimizer.Core, andSwashbuckle.AspNetCore, to their latest versions for improved functionality and bug fixes. [1] [2]Library Enhancements:
bootstrap-iconsto version 1.12.1 inlibman.jsonand associated files. This includes updates to the CSS, JSON, and license files, as well as the addition of a new "Bluesky" icon. [1] [2] [3] [4] [5] [6] [7]UI Modifications:
_Layout.cshtml.JavaScript Library Updates:
alpinejsand itspersistplugin to version 3.14.9 across multiple files, includingcdn.js,module.cjs.js,module.esm.js, andpackage.json. [1] [2] [3] [4]markedlibrary to version 15.0.7 inmarked.esm.js, with additional enhancements to support GFM (GitHub Flavored Markdown). [1] [2] [3] [4]