Skip to content

Commit

Permalink
Increment version for devspaces releases (Azure#31357)
Browse files Browse the repository at this point in the history
Increment package version after release of Azure.ResourceManager.DevSpaces
  • Loading branch information
azure-sdk authored and sofiar-msft committed Dec 7, 2022
1 parent b85b987 commit ddffa69
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion sdk/devspaces/Azure.ResourceManager.DevSpaces/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.0.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.1 (2022-09-22)

### Breaking Changes
Expand All @@ -20,4 +30,4 @@ The package name has been changed from `Microsoft.Azure.Management.DevSpaces` to

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.

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).
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).
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-beta.1</Version>
<Version>1.0.0-beta.2</Version>
<PackageId>Azure.ResourceManager.DevSpaces</PackageId>
<Description>Azure Resource Manager client SDK for Azure resource provider DevSpaces</Description>
<PackageTags>azure;management;arm;resource manager;devspaces</PackageTags>
Expand Down

0 comments on commit ddffa69

Please sign in to comment.