Merged
Conversation
…project files to ensure IsPackable is set to false
Default IsPackable=false and only opt-in src projects, so release workflows can push all packed nupkgs without brittle name-based skips.
Add README.zh-CN.md for the original Chinese docs and convert README.md to an English landing page with a language switcher.
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 introduces several improvements to the documentation and the release process for the FasterKv.Cache project. The most significant changes include a complete rewrite and translation of the
README.mdto English, the addition of a comprehensive contributor guide, clarification of NuGet packaging defaults, and enhancements to the release workflow scripts for more robust artifact handling.Documentation Improvements:
README.mdto English, making the documentation more accessible to international users and updating the content for clarity and completeness.AGENTS.mdcontributor guide, covering build, test, code style, and repository-specific conventions for developers.NuGet Packaging Policy:
IsPackableproperty tofalseinDirectory.Build.props, enforcing an explicit opt-in for packaging library projects and preventing accidental publishing of non-library projects.Release Workflow Improvements:
release_stable.ymlandrelease_unstable.ymlGitHub Actions workflows to:.nupkgfiles for troubleshooting..nupkgfiles in the workspace root, skip symbol packages, and fail fast if no packages are found. [1] [2]