File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
sdk/ai/Azure.AI.VoiceLive Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.0.0-beta.5 (Unreleased)
4
-
5
- ### Features Added
3
+ ## 1.0.0 (2025-10-01)
6
4
7
5
### Breaking Changes
8
6
24
22
- ** VoiceProvider changes:**
25
23
- Removed internal ` ToBinaryData() ` method
26
24
27
- ### Bugs Fixed
28
-
29
25
### Other Changes
30
26
31
27
- Improved API design by replacing ` BinaryData ` properties with strongly typed models for better type safety and developer experience
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ This section includes everything a developer needs to install the package and cr
22
22
Install the client library for .NET with [ NuGet] ( https://www.nuget.org/ ) :
23
23
24
24
``` dotnetcli
25
- dotnet add package Azure.AI.VoiceLive --prerelease
25
+ dotnet add package Azure.AI.VoiceLive
26
26
```
27
27
28
28
### Prerequisites
Original file line number Diff line number Diff line change 17
17
See https://aka.ms/voicelivesdk-net for more information.
18
18
</Description >
19
19
<AssemblyTitle >Microsoft Azure.AI.VoiceLive client library</AssemblyTitle >
20
- <Version >1.0.0-beta.5 </Version >
20
+ <Version >1.0.0</Version >
21
21
<PackageTags >Azure.AI.VoiceLive</PackageTags >
22
22
<TargetFrameworks >$(RequiredTargetFrameworks)</TargetFrameworks >
23
23
<IncludeOperationsSharedSource >true</IncludeOperationsSharedSource >
You can’t perform that action at this time.
0 commit comments