Skip to content

Commit

Permalink
Prep for release (#46512)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-redding authored Oct 9, 2024
1 parent dc0f1c6 commit a59a648
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 15 deletions.
10 changes: 3 additions & 7 deletions sdk/core/Azure.Core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Release History

## 1.45.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 1.44.1 (2024-10-09)

### Other Changes

- Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix ([#46134](https://github.com/Azure/azure-sdk-for-net/pull/46508)).

## 1.44.0 (2024-10-03)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/Azure.Core/src/Azure.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>This is the implementation of the Azure Client Pipeline</Description>
<AssemblyTitle>Microsoft Azure Client Pipeline</AssemblyTitle>
<Version>1.45.0-beta.1</Version>
<Version>1.44.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.44.0</ApiCompatVersion>
<PackageTags>Microsoft Azure Client Pipeline</PackageTags>
Expand Down
8 changes: 2 additions & 6 deletions sdk/core/System.ClientModel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 1.3.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 1.2.1 (2024-10-09)

### Bugs Fixed

### Other Changes
- Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix ([#46134](https://github.com/Azure/azure-sdk-for-net/pull/46508)).

## 1.2.0 (2024-10-03)

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.3.0-beta.1</Version>
<Version>1.2.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.2.0</ApiCompatVersion>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit a59a648

Please sign in to comment.