Skip to content

Commit 54ffbd8

Browse files
authored
Preparation for Azure.Containers.ContainerRegistry release 1.1.0 (#36159)
* Preparation for Azure.Containers.ContainerRegistry 1.1.0 release * Update changelog
1 parent 9e738e4 commit 54ffbd8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

sdk/containerregistry/Azure.Containers.ContainerRegistry/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Release History
22

3-
## 1.1.0-beta.10 (Unreleased)
3+
## 1.1.0 (2023-05-09)
4+
5+
- General availability release of `ContainerRegistryContentClient`.
46

57
### Breaking Changes
68

7-
- Added sanity check for manifest size at download time - if manifest is bigger than 4MB, `RequestFailedException` will be thrown.
9+
- Added sanity check for manifest size at download time: if the manifest is bigger than 4MB, `RequestFailedException` will be thrown.
810

911
## 1.1.0-beta.9 (2023-04-11)
1012

sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Azure.Containers.ContainerRegistry.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>This client library enables working with the Microsoft Azure Container Registry service to store and manage container images and deployment artifacts.</Description>
44
<AssemblyTitle>Microsoft Azure.Containers.ContainerRegistry client library</AssemblyTitle>
5-
<Version>1.1.0-beta.10</Version>
5+
<Version>1.1.0</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>1.0.0</ApiCompatVersion>
88
<PackageTags>Azure Container Registry;$(PackageCommonTags)</PackageTags>

0 commit comments

Comments
 (0)