diff options
| author | ruki <[email protected]> | 2026-04-24 18:09:21 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-24 18:09:21 +0800 |
| commit | d38704f9fbaa1e80d609817c3e2bc18ac985e341 (patch) | |
| tree | 9d3aea7316f8c873ed0b4898858f39bb0787b284 | |
| parent | b42963bda9d10e9bdab116081bc136c2edffdda6 (diff) | |
| parent | 1b7e89f1fcaa11c418d6ba5c5a706dd13cad7bd5 (diff) | |
Merge pull request #7505 from Tornamic/dev
Add NuGet package repo to README
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | README_zh.md | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -341,6 +341,7 @@ Xmake can automatically fetch and install dependencies! * Nimble for nimlang (nimble::zip >1.3) * Cargo for rust (cargo::base64 0.13.0) * Zypper on openSUSE (zypper::libsfml2 2.5) +* NuGet (nuget::Humanizer.Core 2.14.1) ### Package management features diff --git a/README_zh.md b/README_zh.md index b48c4d630..7095af4fe 100644 --- a/README_zh.md +++ b/README_zh.md @@ -216,6 +216,7 @@ $ xmake f --menu * Portage on Gentoo/Linux (portage::libhandy) * Nimble for nimlang (nimble::zip >1.3) * Cargo for rust (cargo::base64 0.13.0) +* NuGet (nuget::Humanizer.Core 2.14.1) ### 包管理特性 |
