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
commit 40cd341c413b060905646f9a400e9a081060f40d Author: chaokunyang <[email protected]> AuthorDate: Fri Sep 4 06:12:42 2026 +0000 🔄 synced local 'docs/grpc/' with remote 'docs/grpc/' --- docs/grpc/csharp.md | 4 ++-- docs/grpc/dart.md | 2 +- docs/grpc/rust.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/grpc/csharp.md b/docs/grpc/csharp.md index e96c3d9dd59..dc2048b01ce 100644 --- a/docs/grpc/csharp.md +++ b/docs/grpc/csharp.md @@ -39,7 +39,7 @@ Server project: ```xml <ItemGroup> - <PackageReference Include="Apache.Fory" Version="1.7.0" /> + <PackageReference Include="Apache.Fory" Version="1.7.1" /> <PackageReference Include="Grpc.AspNetCore" Version="2.71.0" /> </ItemGroup> ``` @@ -48,7 +48,7 @@ Client project: ```xml <ItemGroup> - <PackageReference Include="Apache.Fory" Version="1.7.0" /> + <PackageReference Include="Apache.Fory" Version="1.7.1" /> <PackageReference Include="Grpc.Core.Api" Version="2.71.0" /> <PackageReference Include="Grpc.Net.Client" Version="2.71.0" /> </ItemGroup> diff --git a/docs/grpc/dart.md b/docs/grpc/dart.md index 8c2f14db9ad..22e54183331 100644 --- a/docs/grpc/dart.md +++ b/docs/grpc/dart.md @@ -38,7 +38,7 @@ application that compiles or runs generated service companions: ```yaml dependencies: - fory: ^1.7.0 + fory: ^1.7.1 grpc: ^4.0.0 dev_dependencies: diff --git a/docs/grpc/rust.md b/docs/grpc/rust.md index bf96d36b559..b30d7ddf443 100644 --- a/docs/grpc/rust.md +++ b/docs/grpc/rust.md @@ -37,7 +37,7 @@ to build streaming responses or request streams. ```toml [dependencies] -fory = "1.7.0" +fory = "1.7.1" bytes = "1" tonic = { version = "0.14", features = ["transport"] } tokio = { version = "1", features = ["macros", "rt-multi-thread"] } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
