File tree Expand file tree Collapse file tree 6 files changed +13
-7
lines changed Expand file tree Collapse file tree 6 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1+ 2025-11-18 Version: 6.0.0
2+ - Update API AddImage: update request parameters body.Size' format has changed.
3+ - Update API GetImage: update response parameters Body.Size' format has changed.
4+ - Update API ListImages: update response parameters Body.Images.$.Size' format has changed.
5+
6+
172025-11-06 Version: 5.1.0
28- Support API CreateImageBuild.
39
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ public class AddImageRequestLabels : TeaModel {
124124 /// </summary>
125125 [ NameInMap ( "Size" ) ]
126126 [ Validation ( Required = false ) ]
127- public int ? Size { get ; set ; }
127+ public long ? Size { get ; set ; }
128128
129129 [ NameInMap ( "SourceId" ) ]
130130 [ Validation ( Required = false ) ]
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ public class GetImageResponseBodyLabels : TeaModel {
127127 /// </summary>
128128 [ NameInMap ( "Size" ) ]
129129 [ Validation ( Required = false ) ]
130- public int ? Size { get ; set ; }
130+ public long ? Size { get ; set ; }
131131
132132 /// <summary>
133133 /// <para>镜像来源 ID</para>
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ public class ListImagesResponseBodyImagesLabels : TeaModel {
134134 /// </summary>
135135 [ NameInMap ( "Size" ) ]
136136 [ Validation ( Required = false ) ]
137- public int ? Size { get ; set ; }
137+ public long ? Size { get ; set ; }
138138
139139 /// <summary>
140140 /// <para>镜像来源 ID</para>
Original file line number Diff line number Diff line change 2020[ assembly: ComVisible ( false ) ]
2121
2222// The following GUID is for the ID of the typelib if this project is exposed to COM
23- [ assembly: Guid ( "7acd0180-bae8 -11f0-ac87-9f5858da3021 " ) ]
23+ [ assembly: Guid ( "bb7f49f0-c429 -11f0-81b2-276d2f7e11da " ) ]
2424
2525// Version information for an assembly consists of the following four values:
2626//
2929// Build Number
3030// Revision
3131//
32- [ assembly: AssemblyVersion ( "5.0.2 .0" ) ]
33- [ assembly: AssemblyFileVersion ( "5.1 .0.0" ) ]
32+ [ assembly: AssemblyVersion ( "6 .0" ) ]
33+ [ assembly: AssemblyFileVersion ( "6.0 .0.0" ) ]
Original file line number Diff line number Diff line change 77 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
88 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
99 <AssemblyName >AlibabaCloud.SDK.AIWorkSpace20210204</AssemblyName >
10- <Version >5.1 .0</Version >
10+ <Version >6.0 .0</Version >
1111 <LangVersion >5</LangVersion >
1212 <Authors >Alibaba Cloud</Authors >
1313 <Description >Alibaba Cloud AIWorkSpace (20210204) SDK Library for .NET</Description >
You can’t perform that action at this time.
0 commit comments