Skip to content

Commit 4025421

Browse files
authored
Increment version for elastic releases (#31355)
Increment package version after release of Azure.ResourceManager.Elastic
1 parent 3b021e9 commit 4025421

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

sdk/elastic/Azure.ResourceManager.Elastic/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 (2022-09-22)
414

515
### Breaking Changes
@@ -20,4 +30,4 @@ The package name has been changed from `Microsoft.Azure.Management.Elastic` to `
2030

2131
This package follows the [Azure SDK Design Guidelines for .NET](https://azure.github.io/azure-sdk/dotnet_introduction.html) which provide a number of core capabilities that are shared amongst all Azure SDKs, including the intuitive Azure Identity library, an HTTP Pipeline with custom policies, error-handling, distributed tracing, and much more.
2232

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

sdk/elastic/Azure.ResourceManager.Elastic/src/Azure.ResourceManager.Elastic.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.Elastic</PackageId>
55
<Description>Azure Resource Manager client SDK for Azure resource provider Elastic</Description>
66
<PackageTags>azure;management;arm;resource manager;elastic</PackageTags>

0 commit comments

Comments
 (0)