Skip to content

Commit 568aa9d

Browse files
azure-sdkYao725
andauthored
Increment version for resourcemanager releases (Azure#29759)
* Increment package version after release of Azure.ResourceManager * update RM in packages.data.props Co-authored-by: Yao Kou <[email protected]>
1 parent f621b85 commit 568aa9d

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

eng/Packages.Data.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<PackageReference Update="Azure.Security.KeyVault.Certificates" Version="4.2.0" />
9999
<PackageReference Update="Azure.Storage.Blobs" Version="12.12.0" />
100100
<PackageReference Update="Azure.Storage.Queues" Version="12.10.0" />
101-
<PackageReference Update="Azure.ResourceManager" Version="1.1.2" />
101+
<PackageReference Update="Azure.ResourceManager" Version="1.2.0" />
102102

103103
<!-- Other approved packages -->
104104
<PackageReference Update="Microsoft.Azure.Amqp" Version="2.5.10" />

sdk/resourcemanager/Azure.ResourceManager/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.3.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.2.0 (2022-07-11)
414

515
### Other Changes

sdk/resourcemanager/Azure.ResourceManager/src/Azure.ResourceManager.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>1.2.0</Version>
4+
<Version>1.3.0-beta.1</Version>
55
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
6-
<ApiCompatVersion>1.1.2</ApiCompatVersion>
6+
<ApiCompatVersion>1.2.0</ApiCompatVersion>
77
<PackageId>Azure.ResourceManager</PackageId>
88
<Description>
99
Azure management SDK for Azure resources.

0 commit comments

Comments
 (0)