Skip to content

Commit 925e3ec

Browse files
authored
Increment package version after release of Azure.ResourceManager.DependencyMap (#50016)
1 parent 643713b commit 925e3ec

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

sdk/dependencymap/Azure.ResourceManager.DependencyMap/CHANGELOG.md

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

3+
## 1.0.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0-beta.1 (2025-05-14)
414

515
### Features Added
@@ -14,4 +24,4 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur
1424

1525
This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues).
1626

17-
> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet).
27+
> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet).

sdk/dependencymap/Azure.ResourceManager.DependencyMap/src/Azure.ResourceManager.DependencyMap.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<Version>1.0.0-beta.1</Version>
3+
<Version>1.0.0-beta.2</Version>
44
<PackageId>Azure.ResourceManager.DependencyMap</PackageId>
55
<Description>Azure Resource Manager client SDK for Azure resource provider DependencyMap.</Description>
66
<PackageTags>azure;management;arm;resource manager;dependencymap</PackageTags>

0 commit comments

Comments
 (0)