Skip to content

Commit 8bc2904

Browse files
authored
Increment version for devspaces releases (#31357)
Increment package version after release of Azure.ResourceManager.DevSpaces
1 parent 4025421 commit 8bc2904

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

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

0 commit comments

Comments
 (0)