We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74fc472 commit 73b841dCopy full SHA for 73b841d
fern/fern.config.json
@@ -1,4 +1,4 @@
1
{
2
"organization": "assemblyai",
3
- "version": "0.23.0-rc8"
4
-}
+ "version": "0.29.0"
+}
fern/generators.yml
@@ -29,17 +29,18 @@ groups:
29
csharp-sdk:
30
generators:
31
- name: fernapi/fern-csharp-sdk
32
- version: 0.0.9
+ version: 0.0.17
33
output:
34
location: nuget
35
package-name: AssemblyAI
36
api-key: ${NUGET_API_KEY}
37
github:
38
repository: AssemblyAI/assemblyai-csharp-sdk
39
- mode: pull-request
+ mode: push
40
+ branch: fern-bot/05-10-2024-1227PM
41
config:
- client-class-name: AssemblyAI
42
- smart-casing: true
+ namespace: AssemblyAI
43
+ client-class-name: AssemblyAIClient
44
java-sdk:
45
46
- name: fernapi/fern-java-sdk
0 commit comments