diff --git a/ElevenLabs-DotNet-Proxy/ElevenLabs-DotNet-Proxy.csproj b/ElevenLabs-DotNet-Proxy/ElevenLabs-DotNet-Proxy.csproj index 17cef2f..7608b23 100644 --- a/ElevenLabs-DotNet-Proxy/ElevenLabs-DotNet-Proxy.csproj +++ b/ElevenLabs-DotNet-Proxy/ElevenLabs-DotNet-Proxy.csproj @@ -24,6 +24,7 @@ Version 3.0.0 - Renamed ElevenLabsProxyStartup to ElevenLabsProxy +- Deprecated ValidateAuthentication Version 2.2.2 - Updated EndpointRouteBuilder with optional route prefix parameter Version 2.2.1 diff --git a/ElevenLabs-DotNet/ElevenLabs-DotNet.csproj b/ElevenLabs-DotNet/ElevenLabs-DotNet.csproj index 4ab9a69..9b6eb14 100644 --- a/ElevenLabs-DotNet/ElevenLabs-DotNet.csproj +++ b/ElevenLabs-DotNet/ElevenLabs-DotNet.csproj @@ -28,10 +28,12 @@ All copyrights, trademarks, logos, and assets are the property of their respecti 3.0.0 Version 3.0.0 +- Updated to .NET 8.0 - Added ability to specify fully customizable domain proxies - Added environment variable parsing for ELEVENLABS_API_KEY - Added SoundEffects API endpoints - Updated default models +- Fixed adding and editing voices Version 2.2.1 - Misc formatting changes Version 2.2.0