From e796b497daf703c1cc38046166bf88634b89b1bc Mon Sep 17 00:00:00 2001 From: Niels Swimberghe <3382717+Swimburger@users.noreply.github.com> Date: Fri, 13 Sep 2024 12:45:23 -0400 Subject: [PATCH] Make TranscriptParamsCloner public --- src/AssemblyAI/AssemblyAI.csproj | 8 ++++---- src/AssemblyAI/Core/CustomConstants.cs | 2 +- .../Transcripts/Types/TranscriptParamsCloner.cs | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/AssemblyAI/AssemblyAI.csproj b/src/AssemblyAI/AssemblyAI.csproj index 4a2f3a5..850eec4 100644 --- a/src/AssemblyAI/AssemblyAI.csproj +++ b/src/AssemblyAI/AssemblyAI.csproj @@ -9,10 +9,10 @@ AssemblyAI AssemblyAI AssemblyAI - 1.1.2 - 1.1.2.0 - 1.1.2.0 - 1.1.2 + 1.1.3 + 1.1.3.0 + 1.1.3.0 + 1.1.3 AssemblyAI C# .NET SDK AssemblyAI The AssemblyAI C# .NET SDK provides an easy-to-use interface for interacting with the AssemblyAI API, which supports async and real-time transcription, audio intelligence models, as well as the latest LeMUR models. diff --git a/src/AssemblyAI/Core/CustomConstants.cs b/src/AssemblyAI/Core/CustomConstants.cs index 3e0ac88..5786cad 100644 --- a/src/AssemblyAI/Core/CustomConstants.cs +++ b/src/AssemblyAI/Core/CustomConstants.cs @@ -6,5 +6,5 @@ internal static class CustomConstants /// This is used for the AssemblyAI User-Agent. /// If you update this, make sure to also update the version numbers in AssemblyAI.csproj /// - internal const string Version = "1.1.2"; + internal const string Version = "1.1.3"; } \ No newline at end of file diff --git a/src/AssemblyAI/Transcripts/Types/TranscriptParamsCloner.cs b/src/AssemblyAI/Transcripts/Types/TranscriptParamsCloner.cs index 5443e26..c04e482 100644 --- a/src/AssemblyAI/Transcripts/Types/TranscriptParamsCloner.cs +++ b/src/AssemblyAI/Transcripts/Types/TranscriptParamsCloner.cs @@ -5,7 +5,7 @@ namespace AssemblyAI.Transcripts; [Mapper(UseDeepCloning = true)] -internal static partial class TranscriptParamsCloner +public static partial class TranscriptParamsCloner { /// /// Deep clone TranscriptParams