File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed
sdk/storage/Azure.Storage.Blobs Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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" />
You can’t perform that action at this time.
0 commit comments