Skip to content

Commit b6d0eb6

Browse files
authored
Update changelog for stable release (#52976)
* Update changelog for stable release * Remove prerelease flag * Update version
1 parent d2cbbe8 commit b6d0eb6

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

sdk/ai/Azure.AI.VoiceLive/CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Release History
22

3-
## 1.0.0-beta.5 (Unreleased)
4-
5-
### Features Added
3+
## 1.0.0 (2025-10-01)
64

75
### Breaking Changes
86

@@ -24,8 +22,6 @@
2422
- **VoiceProvider changes:**
2523
- Removed internal `ToBinaryData()` method
2624

27-
### Bugs Fixed
28-
2925
### Other Changes
3026

3127
- Improved API design by replacing `BinaryData` properties with strongly typed models for better type safety and developer experience

sdk/ai/Azure.AI.VoiceLive/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This section includes everything a developer needs to install the package and cr
2222
Install the client library for .NET with [NuGet](https://www.nuget.org/):
2323

2424
```dotnetcli
25-
dotnet add package Azure.AI.VoiceLive --prerelease
25+
dotnet add package Azure.AI.VoiceLive
2626
```
2727

2828
### Prerequisites

sdk/ai/Azure.AI.VoiceLive/src/Azure.AI.VoiceLive.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
See https://aka.ms/voicelivesdk-net for more information.
1818
</Description>
1919
<AssemblyTitle>Microsoft Azure.AI.VoiceLive client library</AssemblyTitle>
20-
<Version>1.0.0-beta.5</Version>
20+
<Version>1.0.0</Version>
2121
<PackageTags>Azure.AI.VoiceLive</PackageTags>
2222
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
2323
<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource>

0 commit comments

Comments
 (0)