Skip to content

Commit

Permalink
Prepare release System.ClientModel (#40176)
Browse files Browse the repository at this point in the history
* prepare release

* run prepare release script

* add prerelease to install instructions
  • Loading branch information
m-nash authored Nov 22, 2023
1 parent 8b96eb1 commit 5e92024
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sdk/core/System.ClientModel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Release History

## 1.0.0-beta.1 (Unreleased)
## 1.0.0-beta.1 (2023-11-22)

### Features Added

- ModelReaderWriter APIs for reading and writing models in different formats.
- ModelReaderWriter APIs for reading and writing models in different formats.
2 changes: 1 addition & 1 deletion sdk/core/System.ClientModel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ it will be installed for you when you install one of the client libraries using
Install the client library for .NET with [NuGet](https://www.nuget.org/).

```dotnetcli
dotnet add package System.ClientModel
dotnet add package System.ClientModel --prerelease
```

### Prerequisites
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/System.ClientModel/src/System.ClientModel.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>Contains building blocks for clients that call cloud services.</Description>
Expand Down

0 comments on commit 5e92024

Please sign in to comment.