This is an automated email from the ASF dual-hosted git repository.

chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 4d5f2af736 πŸ”„ synced local 'docs/guide/' with remote 'docs/guide/'
4d5f2af736 is described below

commit 4d5f2af7368a5e533bfa7008844400cf1abc4dd9
Author: chaokunyang <[email protected]>
AuthorDate: Tue Mar 10 09:53:03 2026 +0000

    πŸ”„ synced local 'docs/guide/' with remote 'docs/guide/'
---
 docs/guide/csharp/index.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/docs/guide/csharp/index.md b/docs/guide/csharp/index.md
index b18e414e21..68642df537 100644
--- a/docs/guide/csharp/index.md
+++ b/docs/guide/csharp/index.md
@@ -37,6 +37,16 @@ Apache Foryβ„’ C# is a high-performance, cross-language 
serialization runtime fo
 - .NET SDK 8.0+
 - C# language version 12+
 
+### Install from NuGet
+
+Reference the single `Apache.Fory` package. It includes the runtime and the 
source generator for `[ForyObject]` types.
+
+```xml
+<ItemGroup>
+  <PackageReference Include="Apache.Fory" Version="0.1.0" />
+</ItemGroup>
+```
+
 ### Basic Example
 
 ```csharp


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to