Skip to content

Commit

Permalink
Increment version for resourcemanager releases (#24987)
Browse files Browse the repository at this point in the history
* Increment package version after release of Azure.ResourceManager

* update version in data props

* update proj references back

* move azure resourcemanager for visibility in core tests

* bump install version in readme

Co-authored-by: m-nash <prognash@gmail.com>
  • Loading branch information
azure-sdk and m-nash authored Oct 28, 2021
1 parent 0a11e36 commit 4da1be2
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
6 changes: 1 addition & 5 deletions eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
<PackageReference Update="Azure.Security.KeyVault.Certificates" Version="4.2.0" />
<PackageReference Update="Azure.Storage.Blobs" Version="12.10.0" />
<PackageReference Update="Azure.Storage.Queues" Version="12.8.0" />
<PackageReference Update="Azure.ResourceManager" Version="1.0.0-beta.5" />

<!-- Other approved packages -->
<PackageReference Update="Microsoft.Azure.Amqp" Version="2.5.6" />
Expand Down Expand Up @@ -122,11 +123,6 @@
<PackageReference Update="Newtonsoft.Json" Version="10.0.3" />
</ItemGroup>

<!-- Packages intended for Management libraries only -->
<ItemGroup Condition="'$(IsMgmtSubLibrary)' == 'true'">
<PackageReference Update="Azure.ResourceManager" Version="1.0.0-alpha.20211025.2" />
</ItemGroup>

<!-- Packages intended for Extensions libraries only -->
<ItemGroup Condition="'$(IsExtensionClientLibrary)' == 'true'">
<PackageReference Update="Microsoft.AspNetCore.DataProtection" Version="2.1.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<ProjectReference Include="$(AzureCoreTestFramework)" />
<ProjectReference Include="..\src\Azure.ResourceManager.Communication.csproj" />
<ProjectReference Include="..\..\..\resources\Azure.ResourceManager.Resources\src\Azure.ResourceManager.Resources.csproj" />
<ProjectReference Include="..\..\..\resourcemanager\Azure.ResourceManager\src\Azure.ResourceManager.csproj" />
</ItemGroup>
<ItemGroup>
<!--<PackageReference Include="Azure.ResourceManager.Resources" />-->
<PackageReference Include="Azure.ResourceManager.Resources" />
<PackageReference Include="Microsoft.Azure.AutoRest.CSharp" VersionOverride="$(MgmtAutorestVersion)" PrivateAssets="All" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion sdk/core/Azure.Core/tests/Azure.Core.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(AzureCoreTestFramework)" />
<ProjectReference Include="..\..\..\resourcemanager\Azure.ResourceManager\src\Azure.ResourceManager.csproj" />
<PackageReference Include="Azure.ResourceManager" />
<ProjectReference Include="..\src\Azure.Core.csproj" />
<ProjectReference Include="..\..\Microsoft.Azure.Core.NewtonsoftJson\src\Microsoft.Azure.Core.NewtonsoftJson.csproj" />
<PackageReference Include="Azure.Security.KeyVault.Secrets" />
Expand Down
10 changes: 10 additions & 0 deletions sdk/resourcemanager/Azure.ResourceManager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.0.0-beta.6 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.5 (2021-10-28)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/resourcemanager/Azure.ResourceManager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur
Install the Azure Resources management library for .NET with [NuGet](https://www.nuget.org/):

```PowerShell
Install-Package Azure.ResourceManager -Version 1.0.0-beta.1
Install-Package Azure.ResourceManager -Version 1.0.0-beta.5
```

### Prerequisites
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.0-beta.5</Version>
<Version>1.0.0-beta.6</Version>
<PackageId>Azure.ResourceManager</PackageId>
<Description>
Azure management SDK for Azure resources.
Expand Down

0 comments on commit 4da1be2

Please sign in to comment.