Skip to content

Commit fa2c26f

Browse files
authored
docs: update nuget badge (#241)
Since we have a stable release now, update nuget badge to indicate the latest stable and preview version
1 parent 8a376a6 commit fa2c26f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# OpenAI .NET API library
22

3-
[![NuGet version](https://img.shields.io/nuget/vpre/openai.svg)](https://www.nuget.org/packages/OpenAI/absoluteLatest)
3+
[![NuGet Version](https://img.shields.io/nuget/v/openai.svg)](https://www.nuget.org/packages/OpenAI)
4+
5+
[![NuGet Preview Version](https://img.shields.io/nuget/vpre/openai.svg)](https://www.nuget.org/packages/OpenAI/absoluteLatest)
46

57
The OpenAI .NET library provides convenient access to the OpenAI REST API from .NET applications.
68

0 commit comments

Comments
 (0)