File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed
sdk/mobilenetwork/Azure.ResourceManager.MobileNetwork Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
1818Install 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments