Skip to content

Commit

Permalink
Fix AutoUploadParams missing properties
Browse files Browse the repository at this point in the history
  • Loading branch information
const-cloudinary committed Jun 8, 2022
1 parent d1bc146 commit 53e98db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CloudinaryDotNet/Actions/AssetsUpload/AutoUploadParams.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
namespace CloudinaryDotNet.Actions
{
/// <summary>
/// Parameters of video file uploading.
/// Parameters of auto file uploading.
/// </summary>
public class AutoUploadParams : RawUploadParams
public class AutoUploadParams : ImageUploadParams
{
/// <summary>
/// Gets get the type of auto asset for upload.
Expand Down

0 comments on commit 53e98db

Please sign in to comment.