Skip to content

Commit 0e03e3b

Browse files
authored
Prepare for Azure.ResourceManager.LoadTesting first stable (Azure#33805)
1 parent c4bcfb5 commit 0e03e3b

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

sdk/loadtestservice/Azure.ResourceManager.LoadTesting/CHANGELOG.md

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

3-
## 1.0.0-beta.3 (Unreleased)
3+
## 1.0.0 (2023-02-01)
44

5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
5+
This package is the first stable release of the Microsoft Azure Load Testing management client library.
126

137
## 1.0.0-beta.2 (2023-01-06)
148

sdk/loadtestservice/Azure.ResourceManager.LoadTesting/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This library follows the [new Azure SDK guidelines](https://azure.github.io/azur
1919
Install the Microsoft Azure Load Testing management library for .NET with [NuGet](https://www.nuget.org/):
2020

2121
```dotnetcli
22-
dotnet add package Azure.ResourceManager.LoadTesting --prerelease
22+
dotnet add package Azure.ResourceManager.LoadTesting
2323
```
2424

2525
### Prerequisites

sdk/loadtestservice/Azure.ResourceManager.LoadTesting/src/Azure.ResourceManager.LoadTesting.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.0.0-beta.3</Version>
3+
<Version>1.0.0</Version>
44
<PackageId>Azure.ResourceManager.LoadTesting</PackageId>
55
<Description>Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.LoadTestService.</Description>
66
<PackageTags>azure;management;arm;resource manager;loadtesting</PackageTags>

0 commit comments

Comments
 (0)