Skip to content

Commit

Permalink
Increment version for core releases (#43225)
Browse files Browse the repository at this point in the history
* Increment package version after release of System.ClientModel

* Increment package version after release of Azure.Core.Experimental
  • Loading branch information
azure-sdk authored Apr 5, 2024
1 parent ea8b7db commit f819945
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
10 changes: 10 additions & 0 deletions sdk/core/Azure.Core.Experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 0.1.0-preview.34 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 0.1.0-preview.33 (2024-04-04)

- Added `IsProofOfPossessionEnabled` property to `PopTokenRequestContext` to support Proof of Possession tokens.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>Experimental types that might eventually move to Azure.Core</Description>
<AssemblyTitle>Microsoft Azure Client Pipeline Experimental Extensions</AssemblyTitle>
<Version>0.1.0-preview.33</Version>
<Version>0.1.0-preview.34</Version>
<PackageTags>Microsoft Azure Client Pipeline</PackageTags>
<Nullable>enable</Nullable>
<TargetFrameworks>$(RequiredTargetFrameworks);net461;net6.0</TargetFrameworks>
Expand Down
10 changes: 10 additions & 0 deletions sdk/core/System.ClientModel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.1.0-beta.4 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.1.0-beta.3 (2024-04-04)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/System.ClientModel/src/System.ClientModel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Contains building blocks for clients that call cloud services.</Description>
<Version>1.1.0-beta.3</Version>
<Version>1.1.0-beta.4</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.0.0</ApiCompatVersion>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit f819945

Please sign in to comment.