Skip to content

Commit

Permalink
Increment package version after release of Azure.Communication.Messag…
Browse files Browse the repository at this point in the history
…es (#46713)
  • Loading branch information
azure-sdk authored Oct 19, 2024
1 parent c7ffa2c commit d5acd65
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions sdk/communication/Azure.Communication.Messages/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.2.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.1.0 (2024-10-18)

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

<PropertyGroup>
<Description>
This client library enables working with the Microsoft Azure Communication Messages service.
</Description>
<AssemblyTitle>Azure Communication Messages Service</AssemblyTitle>
<Version>1.1.0</Version>
<Version>1.2.0-beta.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.0.0</ApiCompatVersion>
<ApiCompatVersion>1.1.0</ApiCompatVersion>
<PackageTags>Microsoft Azure Communication Messages Service;Microsoft;Azure;Azure Communication Service;Azure Communication Messages Service;Messages;Communication</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<IncludeOperationsSharedSource>true</IncludeOperationsSharedSource>
Expand Down

0 comments on commit d5acd65

Please sign in to comment.