Skip to content

Commit 1332636

Browse files
authored
[Storage] CSE v2.1 Prepare for Release 2024-09-25 (Azure#46275)
* update changelog * updated csproj * point to package reference
1 parent 9ca7740 commit 1332636

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

sdk/storage/Azure.Storage.Blobs/CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
# Release History
22

3-
## 12.23.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
- Integrated decryption for CSE v2.1
3+
## 12.22.1 (2024-09-25)
114

125
### Other Changes
6+
- Integrated decryption for CSE v2.1
137

148
## 12.22.0 (2024-09-18)
159

sdk/storage/Azure.Storage.Blobs/src/Azure.Storage.Blobs.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>$(RequiredTargetFrameworks);netstandard2.1;net6.0</TargetFrameworks>
44
</PropertyGroup>
55
<PropertyGroup>
66
<AssemblyTitle>Microsoft Azure.Storage.Blobs client library</AssemblyTitle>
7-
<Version>12.23.0-beta.1</Version>
7+
<Version>12.22.1</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
99
<ApiCompatVersion>12.22.0</ApiCompatVersion>
1010
<DefineConstants>BlobSDK;$(DefineConstants)</DefineConstants>
@@ -30,7 +30,8 @@
3030
<PackageReference Include="System.Text.Json" />
3131
</ItemGroup>
3232
<ItemGroup>
33-
<ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Azure.Storage.Common\src\Azure.Storage.Common.csproj" />
33+
<PackageReference Include="Azure.Storage.Common" VersionOverride="12.21.0"/>
34+
<!-- <ProjectReference Include="$(MSBuildThisFileDirectory)..\..\Azure.Storage.Common\src\Azure.Storage.Common.csproj" /> -->
3435
</ItemGroup>
3536
<ItemGroup>
3637
<Compile Include="$(AzureCoreSharedSources)AuthorizationChallengeParser.cs" LinkBase="Shared\Core" />

0 commit comments

Comments
 (0)