diff --git a/config/csharp.yaml b/config/csharp.yaml
index d812e21e..b3b00209 100644
--- a/config/csharp.yaml
+++ b/config/csharp.yaml
@@ -1,6 +1,7 @@
changelog:
- 1.5.0 (2024-07-19):
- fix nuget package (closes \#131)
+ - add *Async() methods (closes \#132)
- 1.4.0 (2024-06-11):
- .net 5.0 support
- 1.3.1 (2024-02-19):
diff --git a/templates/csharp/ApiClient.mustache b/templates/csharp/ApiClient.mustache
index 3143202a..4fa83096 100644
--- a/templates/csharp/ApiClient.mustache
+++ b/templates/csharp/ApiClient.mustache
@@ -352,7 +352,7 @@ namespace {{packageName}}.Client
/// Content type.
/// Cancellation Token.
/// The Task instance.
- public async System.Threading.Tasks.Task