Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong Ma committed Nov 10, 2024
1 parent 61740e8 commit baaae18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# Release History

## 1.0.0 (Unreleased)

### Features Added

- Release SDK for MultiCloud

## 1.0.0-beta.5 (Unreleased)

### Features Added

- Release SDK for MultiCloud
- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
- Exposed `JsonModelWriteCore` for model serialization procedure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This library follows the [new Azure SDK guidelines](https://azure.github.io/azur
Install the Microsoft Azure Hybrid Connectivity management library for .NET with [NuGet](https://www.nuget.org/):

```dotnetcli
dotnet add package Azure.ResourceManager.HybridConnectivity
dotnet add package Azure.ResourceManager.HybridConnectivity --prerelease
```

### Prerequisites
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0</Version>
<Version>1.0.0-beta.5</Version>
<PackageId>Azure.ResourceManager.HybridConnectivity</PackageId>
<Description>Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.HybridConnectivity.</Description>
<PackageTags>azure;management;arm;resource manager;hybridconnectivity</PackageTags>
Expand Down

0 comments on commit baaae18

Please sign in to comment.