Skip to content

Commit 2cef734

Browse files
authored
Release 21.12 (#30)
1 parent f5c299d commit 2cef734

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Nuget](https://img.shields.io/nuget/v/Aspose.BarCode-Cloud)](https://www.nuget.org/packages/Aspose.BarCode-Cloud/)
99

1010
- API version: 3.0
11-
- SDK version: 21.10.0
11+
- SDK version: 21.12.0
1212

1313
## Demo applications
1414

src/Aspose.BarCode.Cloud.Sdk.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barc
1717
<PackageId>Aspose.BarCode-Cloud</PackageId>
1818
<Product>Aspose.BarCode Cloud SDK for .NET</Product>
1919
<PackageIcon>PackageIcon.png</PackageIcon>
20-
<Version>21.10.0</Version>
20+
<Version>21.12.0</Version>
2121
<Authors>asposecloud</Authors>
22-
<AssemblyVersion>21.10.0.0</AssemblyVersion>
22+
<AssemblyVersion>21.12.0.0</AssemblyVersion>
2323
</PropertyGroup>
2424

2525
<ItemGroup>

src/Model/DecodeBarcodeType.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,12 @@ public enum DecodeBarcodeType
372372
/// <summary>
373373
/// Enum value CodablockF
374374
/// </summary>
375-
CodablockF
375+
CodablockF,
376+
377+
/// <summary>
378+
/// Enum value Mailmark
379+
/// </summary>
380+
Mailmark
376381

377382
}
378383
}

src/Model/EncodeBarcodeType.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,12 @@ public enum EncodeBarcodeType
367367
/// <summary>
368368
/// Enum value GS1CodablockF
369369
/// </summary>
370-
GS1CodablockF
370+
GS1CodablockF,
371+
372+
/// <summary>
373+
/// Enum value Mailmark
374+
/// </summary>
375+
Mailmark
371376

372377
}
373378
}

0 commit comments

Comments
 (0)