Skip to content

Commit

Permalink
Increment package version after release of Azure.AI.OpenAI (#45666)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Aug 24, 2024
1 parent a54f815 commit aa2a6e7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions sdk/openai/Azure.AI.OpenAI/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 2.0.0-beta.4 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 2.0.0-beta.3 (2024-08-23)

This change updates the library for compatibility with the latest `2.0.0-beta.9` of the `OpenAI` package and the `2024-07-01-preview` Azure OpenAI service API version label, as published on 8/5.
Expand Down
4 changes: 2 additions & 2 deletions sdk/openai/Azure.AI.OpenAI/src/Azure.AI.OpenAI.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>
Azure OpenAI's official extension package for using OpenAI's .NET library with the Azure OpenAI Service.
</Description>
<AssemblyTitle>Azure.AI.OpenAI Client Library</AssemblyTitle>
<Version>2.0.0-beta.3</Version>
<Version>2.0.0-beta.4</Version>
<PackageTags>Microsoft Azure OpenAI</PackageTags>
<DisableEnhancedAnalysis>true</DisableEnhancedAnalysis>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
Expand Down

0 comments on commit aa2a6e7

Please sign in to comment.