Skip to content

Commit

Permalink
Increment version for hybridconnectivity releases (#47331)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Nov 26, 2024
1 parent 72e6152 commit 43be57c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@
# PRLabel: %HybridConnectivity
/sdk/hybridconnectivity/Azure.ResourceManager.*/ @alexmahonic

# ServiceLabel: %%HybridConnectivity %Mgmt
# ServiceLabel: %HybridConnectivity %Mgmt
# ServiceOwners: @alexmahonic

# ######## Eng Sys ########
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.1.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0 (2024-11-29)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0</Version>
<Version>1.1.0-beta.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.0.0</ApiCompatVersion>
<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 43be57c

Please sign in to comment.