Skip to content

Commit a8711b0

Browse files
authored
Prepare for Azure.Core 1.10 release (Azure#19217)
1 parent 2c0cc4e commit a8711b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sdk/core/Azure.Core.Experimental/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 0.1.0-preview.10 (Unreleased)
3+
## 0.1.0-preview.10 (2021-03-09)
44

55

66
## 0.1.0-preview.9 (2021-02-09)

sdk/core/Azure.Core/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.10.0-beta.1 (Unreleased)
3+
## 1.10.0 (2021-03-09)
44

55
- Added `CloudEvent` type based on the [CloudEvent spec](https://github.com/cloudevents/spec/blob/master/spec.md).
66

sdk/core/Azure.Core/src/Azure.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>This is the implementation of the Azure Client Pipeline</Description>
44
<AssemblyTitle>Microsoft Azure Client Pipeline</AssemblyTitle>
5-
<Version>1.10.0-beta.1</Version>
5+
<Version>1.10.0</Version>
66
<ApiCompatVersion>1.9.0</ApiCompatVersion>
77
<PackageTags>Microsoft Azure Client Pipeline</PackageTags>
88
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)