Skip to content

Commit 8facddc

Browse files
prepare release for mobile network (Azure#38488)
1 parent 78d59b6 commit 8facddc

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

sdk/mobilenetwork/Azure.ResourceManager.MobileNetwork/CHANGELOG.md

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

3-
## 1.0.0-beta.3 (Unreleased)
3+
## 1.0.0 (2023-09-05)
44

5-
### Features Added
6-
7-
### Breaking Changes
5+
This package is the first stable release of the Azure Mobile Network management library.
86

9-
### Bugs Fixed
7+
### Features Added
108

11-
### Other Changes
9+
- Updated api-version to `2023-06-01`.
1210

1311
## 1.0.0-beta.2 (2023-05-30)
1412

sdk/mobilenetwork/Azure.ResourceManager.MobileNetwork/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ This library follows the [new Azure SDK guidelines](https://azure.github.io/azur
1111
- Better error-handling.
1212
- Support uniform telemetry across all languages.
1313

14-
## Getting started
14+
## Getting started
1515

1616
### Install the package
1717

1818
Install the Microsoft Azure MobileNetwork management library for .NET with [NuGet](https://www.nuget.org/):
1919

2020
```dotnetcli
21-
dotnet add package Azure.ResourceManager.MobileNetwork --prerelease
21+
dotnet add package Azure.ResourceManager.MobileNetwork
2222
```
2323

2424
### Prerequisites

sdk/mobilenetwork/Azure.ResourceManager.MobileNetwork/src/Azure.ResourceManager.MobileNetwork.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.MobileNetwork</PackageId>
55
<Description>Azure Resource Manager client SDK for Azure resource provider MobileNetwork.</Description>
66
<PackageTags>azure;management;arm;resource manager;mobilenetwork</PackageTags>

0 commit comments

Comments
 (0)