Skip to content

Commit 43be57c

Browse files
authored
Increment version for hybridconnectivity releases (Azure#47331)
1 parent 72e6152 commit 43be57c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@
10751075
# PRLabel: %HybridConnectivity
10761076
/sdk/hybridconnectivity/Azure.ResourceManager.*/ @alexmahonic
10771077

1078-
# ServiceLabel: %%HybridConnectivity %Mgmt
1078+
# ServiceLabel: %HybridConnectivity %Mgmt
10791079
# ServiceOwners: @alexmahonic
10801080

10811081
# ######## Eng Sys ########

sdk/hybridconnectivity/Azure.ResourceManager.HybridConnectivity/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.1.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0 (2024-11-29)
414

515
### Features Added

sdk/hybridconnectivity/Azure.ResourceManager.HybridConnectivity/src/Azure.ResourceManager.HybridConnectivity.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.0.0</Version>
3+
<Version>1.1.0-beta.1</Version>
4+
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
5+
<ApiCompatVersion>1.0.0</ApiCompatVersion>
46
<PackageId>Azure.ResourceManager.HybridConnectivity</PackageId>
57
<Description>Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.HybridConnectivity.</Description>
68
<PackageTags>azure;management;arm;resource manager;hybridconnectivity</PackageTags>

0 commit comments

Comments
 (0)