Skip to content

Commit e5c75ab

Browse files
Remove prerelease (#25263)
1 parent fc39acf commit e5c75ab

File tree

1 file changed

+1
-1
lines changed
  • sdk/schemaregistry/Azure.Data.SchemaRegistry

1 file changed

+1
-1
lines changed

sdk/schemaregistry/Azure.Data.SchemaRegistry/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Azure Schema Registry is a schema repository service hosted by Azure Event Hubs,
99
Install the Azure Schema Registry client library for .NET with [NuGet][nuget]:
1010

1111
```dotnetcli
12-
dotnet add package --prerelease Azure.Data.SchemaRegistry
12+
dotnet add package Azure.Data.SchemaRegistry
1313
```
1414

1515
### Prerequisites

0 commit comments

Comments
 (0)