Skip to content

Commit 9852582

Browse files
authored
Increment for beta.2 release (#16)
1 parent f150666 commit 9852582

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## 2.0.0-beta.2 (2024-06-06)
4+
5+
### Bugs fixed
6+
7+
- Addressed an assembly properties issue ([bf21eb5](https://github.com/openai/openai-dotnet/commit/bf21eb5ad367aaac418dbbf320f98187fee5089a))
8+
- Added migration guide to package ([f150666](https://github.com/openai/openai-dotnet/commit/f150666cd2ed552720207098b3b604a8e1ca73df))
9+
310
## 2.0.0-beta.1 (2024-06-06)
411

512
### Features Added
@@ -9,3 +16,4 @@ This is the official OpenAI client library for C# / .NET. It provides convenient
916
### Breaking Changes
1017

1118
If you are a user migrating from version 1.11.0 or earlier, we will soon share a migration guide to help you get started.
19+
- ***Addendum:** the [migration guide](https://github.com/openai/openai-dotnet/blob/main/MigrationGuide.md) is now available.*

src/OpenAI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PackageTags>OpenAI</PackageTags>
66

77
<VersionPrefix>2.0.0</VersionPrefix>
8-
<VersionSuffix>beta.1</VersionSuffix>
8+
<VersionSuffix>beta.2</VersionSuffix>
99

1010
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
1111
<LangVersion>latest</LangVersion>

0 commit comments

Comments
 (0)