Skip to content

Commit

Permalink
changelog link update
Browse files Browse the repository at this point in the history
  • Loading branch information
trrwilson committed Nov 5, 2024
1 parent d1fa796 commit 07839aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion sdk/openai/Azure.AI.OpenAI/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Relative to the prior GA release, this update restores preview surfaces, retarge
- This maps to the new `/realtime` beta endpoint and is thus marked with a new `[Experimental("OPENAI002")]` diagnostic tag.
- This is a very early version of the convenience surface and thus subject to significant change
- Documentation and samples will arrive soon; in the interim, see the scenario test files (in `/tests`) for basic usage
- You can also find an external sample employing this client, together with Azure OpenAI support, at https://github.com/Azure-Samples/aoai-realtime-audio-sdk/tree/main/dotnet/samples/console
- You can also find an external sample employing this client, together with Azure OpenAI support, at https://github.com/Azure-Samples/aoai-realtime-audio-sdk/tree/main/dotnet/samples

## 2.0.0 (2024-09-30)

Expand Down
1 change: 1 addition & 0 deletions sdk/openai/Azure.AI.OpenAI/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<AzureOpenAILibraryVersion>2.1.0-beta.2</AzureOpenAILibraryVersion>
<!--
During development, we may want to get ahead of the published Nuget package versions. These next property flags
allow you to replace Nuget package references with external assembly .dll references, or even the source code
Expand Down
10 changes: 2 additions & 8 deletions sdk/openai/Azure.AI.OpenAI/src/Azure.AI.OpenAI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
</Description>
<AssemblyTitle>Azure.AI.OpenAI Client Library</AssemblyTitle>
<PackageTags>Microsoft Azure OpenAI</PackageTags>
<Version>2.1.0-beta.2</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<DisableEnhancedAnalysis>true</DisableEnhancedAnalysis>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<GenerateAPIListing>true</GenerateAPIListing>
Expand All @@ -25,16 +27,8 @@
<When Condition="'$(GAServiceVersionLabel)' != ''">
<PropertyGroup>
<DefineConstants>AZURE_OPENAI_GA</DefineConstants>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix />
</PropertyGroup>
</When>
<Otherwise>
<PropertyGroup>
<VersionPrefix>2.1.0</VersionPrefix>
<VersionSuffix>beta.2</VersionSuffix>
</PropertyGroup>
</Otherwise>
</Choose>

<!-- Which Azure.Core library/code should we use? -->
Expand Down

0 comments on commit 07839aa

Please sign in to comment.