Skip to content

Commit

Permalink
Update changelog and version for release (#38562)
Browse files Browse the repository at this point in the history
  • Loading branch information
annelo-msft authored Sep 7, 2023
1 parent 63f125b commit dc0056b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions sdk/core/Azure.Core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# Release History

## 1.35.0-beta.1 (Unreleased)
## 1.35.0 (2023-09-07)

### Features Added

-Added `ModelSerializer` which provides a public API to serialize and deserialize models. The new API works with any classes that implement `IModelSerializeable`.
- Expand the set of supported `DynamicData` property types to included heterogeneous arrays of allowed types.

### Breaking Changes

### Bugs Fixed

### Other Changes
- Added the nullability annotation to `NullableResponse<T>.Value` to indicate that it is a nullable type.

## 1.34.0 (2023-07-11)

Expand Down
4 changes: 2 additions & 2 deletions sdk/core/Azure.Core/src/Azure.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>This is the implementation of the Azure Client Pipeline</Description>
<AssemblyTitle>Microsoft Azure Client Pipeline</AssemblyTitle>
<Version>1.35.0-beta.1</Version>
<Version>1.35.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.34.0</ApiCompatVersion>
<PackageTags>Microsoft Azure Client Pipeline</PackageTags>
Expand Down

0 comments on commit dc0056b

Please sign in to comment.