From f2364d65a4da24b4f1d0ddbba06583caacc9af31 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 20:52:35 +0000 Subject: [PATCH 1/4] [fern-generated] Update SDK Generated by Fern CLI Version: unknown Generators: - fernapi/fern-csharp-sdk: 2.58.0 --- .fern/metadata.json | 6 +++--- .fern/replay.lock | 10 ++++++++++ .fernignore | 3 +++ .gitattributes | 1 + src/Vapi.Net/Core/Public/Version.cs | 2 +- src/Vapi.Net/Vapi.Net.csproj | 2 +- src/Vapi.Net/VapiClient.cs | 2 +- 7 files changed, 20 insertions(+), 6 deletions(-) create mode 100644 .fern/replay.lock create mode 100644 .gitattributes diff --git a/.fern/metadata.json b/.fern/metadata.json index 7a55a5f..fcc1ead 100644 --- a/.fern/metadata.json +++ b/.fern/metadata.json @@ -1,5 +1,5 @@ { - "cliVersion": "5.51.2", + "cliVersion": "5.74.2", "generatorName": "fernapi/fern-csharp-sdk", "generatorVersion": "2.58.0", "generatorConfig": { @@ -12,10 +12,10 @@ "simplify-object-dictionaries": true, "use-discriminated-unions": false }, - "originGitCommit": "5a015aa01196915bea6110904c69d5804f457ff5", + "originGitCommit": "4e11456408ec9d8f9d244007cc9c858439b75e01", "originGitCommitIsDirty": true, "invokedBy": "ci", "requestedVersion": "AUTO", "ciProvider": "unknown", - "sdkVersion": "2.0.0" + "sdkVersion": "0.0.0-fern-placeholder" } \ No newline at end of file diff --git a/.fern/replay.lock b/.fern/replay.lock new file mode 100644 index 0000000..2f0b806 --- /dev/null +++ b/.fern/replay.lock @@ -0,0 +1,10 @@ +# DO NOT EDIT MANUALLY - Managed by Fern Replay +version: "1.0" +generations: + - commit_sha: 6ee2f1cc74dd9f71a5250dc543072a20fe241e05 + tree_hash: b3aa526a34c3de7f3c7c338cd2e7525f57496081 + timestamp: 2026-07-15T20:52:27.731Z + cli_version: unknown + generator_versions: {} +current_generation: 6ee2f1cc74dd9f71a5250dc543072a20fe241e05 +patches: [] diff --git a/.fernignore b/.fernignore index 5cb78ee..a7e7196 100644 --- a/.fernignore +++ b/.fernignore @@ -3,3 +3,6 @@ .gitignore README.md changelog.md +.fern/replay.lock +.fern/replay.yml +.gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..74928d6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +.fern/replay.lock linguist-generated=true diff --git a/src/Vapi.Net/Core/Public/Version.cs b/src/Vapi.Net/Core/Public/Version.cs index 641bf59..38406f3 100644 --- a/src/Vapi.Net/Core/Public/Version.cs +++ b/src/Vapi.Net/Core/Public/Version.cs @@ -3,5 +3,5 @@ namespace Vapi.Net; [Serializable] internal class Version { - public const string Current = "2.0.0"; + public const string Current = "0.0.0-fern-placeholder"; } diff --git a/src/Vapi.Net/Vapi.Net.csproj b/src/Vapi.Net/Vapi.Net.csproj index 61b5c86..b6831bd 100644 --- a/src/Vapi.Net/Vapi.Net.csproj +++ b/src/Vapi.Net/Vapi.Net.csproj @@ -4,7 +4,7 @@ enable 12 enable - 2.0.0 + 0.0.0-fern-placeholder $(Version) $(Version) README.md diff --git a/src/Vapi.Net/VapiClient.cs b/src/Vapi.Net/VapiClient.cs index 1161491..2319874 100644 --- a/src/Vapi.Net/VapiClient.cs +++ b/src/Vapi.Net/VapiClient.cs @@ -15,7 +15,7 @@ public VapiClient(string? token = null, ClientOptions? clientOptions = null) { "X-Fern-Language", "C#" }, { "X-Fern-SDK-Name", "Vapi.Net" }, { "X-Fern-SDK-Version", Version.Current }, - { "User-Agent", "Vapi.Net/2.0.0" }, + { "User-Agent", "Vapi.Net/0.0.0-fern-placeholder" }, } ); foreach (var header in platformHeaders) From f5baa3b88a5eb3419346d94da6f995c1e7017542 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 20:52:36 +0000 Subject: [PATCH 2/4] [fern-autoversion] chore: update .fernignore with additional ignored files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add replay and gitattributes files to .fernignore so that Fern regeneration does not overwrite or manage these project-specific configuration files. Key changes: - Add `.fern/replay.lock` to .fernignore - Add `.fern/replay.yml` to .fernignore - Add `.gitattributes` to .fernignore 🌿 Generated with Fern --- .fern/metadata.json | 2 +- src/Vapi.Net/Core/Public/Version.cs | 2 +- src/Vapi.Net/Vapi.Net.csproj | 2 +- src/Vapi.Net/VapiClient.cs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.fern/metadata.json b/.fern/metadata.json index fcc1ead..a749252 100644 --- a/.fern/metadata.json +++ b/.fern/metadata.json @@ -17,5 +17,5 @@ "invokedBy": "ci", "requestedVersion": "AUTO", "ciProvider": "unknown", - "sdkVersion": "0.0.0-fern-placeholder" + "sdkVersion": "2.0.1" } \ No newline at end of file diff --git a/src/Vapi.Net/Core/Public/Version.cs b/src/Vapi.Net/Core/Public/Version.cs index 38406f3..1685a0d 100644 --- a/src/Vapi.Net/Core/Public/Version.cs +++ b/src/Vapi.Net/Core/Public/Version.cs @@ -3,5 +3,5 @@ namespace Vapi.Net; [Serializable] internal class Version { - public const string Current = "0.0.0-fern-placeholder"; + public const string Current = "2.0.1"; } diff --git a/src/Vapi.Net/Vapi.Net.csproj b/src/Vapi.Net/Vapi.Net.csproj index b6831bd..3d5ad0c 100644 --- a/src/Vapi.Net/Vapi.Net.csproj +++ b/src/Vapi.Net/Vapi.Net.csproj @@ -4,7 +4,7 @@ enable 12 enable - 0.0.0-fern-placeholder + 2.0.1 $(Version) $(Version) README.md diff --git a/src/Vapi.Net/VapiClient.cs b/src/Vapi.Net/VapiClient.cs index 2319874..43d480e 100644 --- a/src/Vapi.Net/VapiClient.cs +++ b/src/Vapi.Net/VapiClient.cs @@ -15,7 +15,7 @@ public VapiClient(string? token = null, ClientOptions? clientOptions = null) { "X-Fern-Language", "C#" }, { "X-Fern-SDK-Name", "Vapi.Net" }, { "X-Fern-SDK-Version", Version.Current }, - { "User-Agent", "Vapi.Net/0.0.0-fern-placeholder" }, + { "User-Agent", "Vapi.Net/2.0.1" }, } ); foreach (var header in platformHeaders) From 1ed94687e47d28b3debb3a178b964e89f2137e6a Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 20:52:36 +0000 Subject: [PATCH 3/4] [fern-replay] advance lockfile --- .fern/replay.lock | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.fern/replay.lock b/.fern/replay.lock index 2f0b806..9c92d51 100644 --- a/.fern/replay.lock +++ b/.fern/replay.lock @@ -6,5 +6,11 @@ generations: timestamp: 2026-07-15T20:52:27.731Z cli_version: unknown generator_versions: {} -current_generation: 6ee2f1cc74dd9f71a5250dc543072a20fe241e05 + - commit_sha: b7492de6fe4c7cb9579106f5e9476a935a8d1101 + tree_hash: 1680d51881c9a4e8f91f4d4fe682ab4c203b0003 + timestamp: 2026-07-15T20:52:28.042Z + cli_version: unknown + generator_versions: + fernapi/fern-csharp-sdk: 2.58.0 +current_generation: b7492de6fe4c7cb9579106f5e9476a935a8d1101 patches: [] From 55b49bd6980b969ab93644dd7c664ef37617efe8 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 20:52:37 +0000 Subject: [PATCH 4/4] chore: update .fernignore with additional ignored files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add replay and gitattributes files to .fernignore so that Fern regeneration does not overwrite or manage these project-specific configuration files. Key changes: - Add `.fern/replay.lock` to .fernignore - Add `.fern/replay.yml` to .fernignore - Add `.gitattributes` to .fernignore 🌿 Generated with Fern --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index c0fd984..fee6246 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,5 @@ +## [2.0.1] - 2026-07-15 + ## 2.0.0 - 2026-06-24 ### Breaking Changes * **`CartesiaExperimentalControlsSpeedZero`** has been renamed to **`CartesiaSpeedControlZero`**; update all references and the type argument in `CartesiaExperimentalControls.Speed` (`OneOf?`).