Skip to content

Commit 74bd456

Browse files
committed
Undo undesired changes
1 parent 0ddf117 commit 74bd456

File tree

4 files changed

+1092
-461
lines changed

4 files changed

+1092
-461
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# AssemblyAI API Spec
2+
23
## What is in this repository?
34

45
This repository contains
@@ -19,5 +20,6 @@ npm run-script lint
1920
We use Fern to generate some of the AssemblyAI SDKs.
2021

2122
Tagging a release on this repository will update the:
22-
- [Java SDK](https://github.com/AssemblyAI/assemblyai-java-sdk)
23-
- [Ruby SDK](https://github.com/AssemblyAI/assemblyai-ruby-sdk)
23+
24+
- [Java SDK](https://github.com/AssemblyAI/assemblyai-java-sdk)
25+
- [Ruby SDK](https://github.com/AssemblyAI/assemblyai-ruby-sdk)

fern/fern.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"organization": "assemblyai",
3-
"version": "0.28.0"
3+
"version": "0.29.0"
44
}

fern/generators.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,22 @@ groups:
2929
csharp-sdk:
3030
generators:
3131
- name: fernapi/fern-csharp-sdk
32-
version: 0.0.9
32+
version: 0.0.17
3333
output:
3434
location: nuget
3535
package-name: AssemblyAI
3636
api-key: ${NUGET_API_KEY}
3737
github:
3838
repository: AssemblyAI/assemblyai-csharp-sdk
39-
mode: pull-request
39+
mode: push
40+
branch: fern-bot/05-10-2024-1227PM
4041
config:
41-
client-class-name: AssemblyAI
42-
smart-casing: true
42+
namespace: AssemblyAI
43+
client-class-name: AssemblyAIClient
4344
java-sdk:
4445
generators:
4546
- name: fernapi/fern-java-sdk
46-
version: 0.8.7
47+
version: 0.9.2
4748
output:
4849
location: maven
4950
coordinate: com.assemblyai:assemblyai-java

0 commit comments

Comments
 (0)