From 72b2f374240de57f240a17ac3127229c289626ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Thu, 16 Sep 2021 11:40:58 +0300 Subject: [PATCH] Update Road-Map.md --- docs/en/Road-Map.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/Road-Map.md b/docs/en/Road-Map.md index 2f4ef9fa54..215f017a47 100644 --- a/docs/en/Road-Map.md +++ b/docs/en/Road-Map.md @@ -10,6 +10,7 @@ This version will focus on the following works: * Upgrading to .NET 6.0 ([#9004](https://github.com/abpframework/abp/issues/9004)) * Upgrading to Bootstrap 5.x ([#8922](https://github.com/abpframework/abp/issues/8922)) +* C# and JavaScript Static Client Proxy Generation ([#9864](https://github.com/abpframework/abp/issues/9864)) * Revisit the microservice demo solution ([#8385](https://github.com/abpframework/abp/issues/8385)) * Publishing distributed events as transactional ([#6126](https://github.com/abpframework/abp/issues/6126)) * Performance optimizations; Enabling .NET Trimming, using source generators and reducing reflection, etc.