Skip to content

Commit daa0d21

Browse files
authored
[OnlineExperimentation] Update CHANGELOG.md with release date. (Azure#50535)
* Update CHANGELOG.md with release date. * Add --prerelease flag to installation command in README.md.
1 parent 25250c4 commit daa0d21

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
# Release History
22

3-
## 1.0.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.1 (2025-06-10)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- Initial release of Azure Online Experimentation client library for .NET, supports service version `2025-05-31-preview`.

sdk/onlineexperimentation/Azure.Analytics.OnlineExperimentation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Azure Online Experimentation is a managed service that enables developers to cre
1111
Install the Azure Online Experimentation client library for .NET with [NuGet](https://www.nuget.org/):
1212

1313
```dotnetcli
14-
dotnet add package Azure.Analytics.OnlineExperimentation
14+
dotnet add package Azure.Analytics.OnlineExperimentation --prerelease
1515
```
1616

1717
### Prerequisites

0 commit comments

Comments
 (0)