File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
+ 1.26.1 / 2024-03-14
3
+ ===================
4
+
5
+ * Fix ` UploadLarge ` breaking large files on upload
6
+
2
7
1.26.0 / 2024-02-26
3
8
=============
4
9
Original file line number Diff line number Diff line change 10
10
<GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
11
11
<RootNamespace >CloudinaryDotNet</RootNamespace >
12
12
<Authors >Cloudinary</Authors >
13
- <Version >1.26.0 </Version >
13
+ <Version >1.26.1 </Version >
14
14
<GeneratePackageOnBuild >false</GeneratePackageOnBuild >
15
15
<Description >Official client library for easily integrating with the Cloudinary service</Description >
16
16
<PackageTags >Image Video Responsive Web Utility CDN Performance Resize Crop Rotate Quality Watermark Gif Jpg Jpeg Bitmap PNG Tiff Webp Webm mp4 avi Filter Effect</PackageTags >
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ internal static class CloudinaryVersion
8
8
/// <summary>
9
9
/// Gets full version number of Cloudinary .NET SDK.
10
10
/// </summary>
11
- public static string Full => "1.26.0 " ;
11
+ public static string Full => "1.26.1 " ;
12
12
}
13
13
}
You can’t perform that action at this time.
0 commit comments