Skip to content

Commit e891853

Browse files
ivankamkinDenis-AverinIvan Kamkin
authored
Release 22.10 (#50)
* Fix ToString() method * Pdf417MacroTerminator enum added * Change UA in check URLs * Add https://blog.aspose.cloud/categories/aspose.barcode-cloud-product-family/ as good URL Co-authored-by: Denis Averin <[email protected]> Co-authored-by: Ivan Kamkin <[email protected]>
1 parent 687152d commit e891853

File tree

9 files changed

+79
-5
lines changed

9 files changed

+79
-5
lines changed

README.md

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

99
- API version: 3.0
10-
- SDK version: 22.9.0
10+
- SDK version: 22.10.0
1111

1212
## Demo applications
1313

@@ -292,6 +292,7 @@ Class | Method | HTTP request | Description
292292
- [Model.PatchFormat](docs/PatchFormat.md)
293293
- [Model.Pdf417CompactionMode](docs/Pdf417CompactionMode.md)
294294
- [Model.Pdf417ErrorLevel](docs/Pdf417ErrorLevel.md)
295+
- [Model.Pdf417MacroTerminator](docs/Pdf417MacroTerminator.md)
295296
- [Model.Pdf417Params](docs/Pdf417Params.md)
296297
- [Model.PostalParams](docs/PostalParams.md)
297298
- [Model.PresetType](docs/PresetType.md)
@@ -308,3 +309,4 @@ Class | Method | HTTP request | Description
308309
- [Model.StructuredAppend](docs/StructuredAppend.md)
309310
- [Model.TextAlignment](docs/TextAlignment.md)
310311
- [Model.FileVersion](docs/FileVersion.md)
312+

docs/Pdf417MacroTerminator.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Aspose.BarCode.Cloud.Sdk.Model.Pdf417MacroTerminator
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
---- | ---- | ----------- | -----
7+

docs/Pdf417Params.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ Name | Type | Description | Notes
2424
**MacroAddressee** | **string** | Macro Pdf417 barcode addressee name | [optional]
2525
**MacroECIEncoding** | **ECIEncodings** | Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. | [optional]
2626
**Code128Emulation** | **Code128Emulation** | Function codeword for Code 128 emulation. Applied for MicroPDF417 only. Ignored for PDF417 and MacroPDF417 barcodes. | [optional]
27+
**Pdf417MacroTerminator** | **Pdf417MacroTerminator** | Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. | [optional]
2728

examples/GenerateQR/GenerateQR.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Aspose.BarCode-Cloud" Version="22.9.0" />
9+
<PackageReference Include="Aspose.BarCode-Cloud" Version="22.10.0" />
1010
</ItemGroup>
1111

1212
</Project>

examples/ReadQR/ReadQR.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Aspose.BarCode-Cloud" Version="22.9.0" />
9+
<PackageReference Include="Aspose.BarCode-Cloud" Version="22.10.0" />
1010
</ItemGroup>
1111

1212
</Project>

scripts/check-urls-in-file.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
'https://api.aspose.cloud/v3.0',
1919
'https://products.aspose.cloud/barcode/',
2020
'https://www.aspose.cloud',
21+
'https://blog.aspose.cloud/categories/aspose.barcode-cloud-product-family/',
2122
])
2223
BROKEN_URLS = collections.defaultdict(list)
2324

src/Aspose.BarCode.Cloud.Sdk.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barc
1818
<PackageId>Aspose.BarCode-Cloud</PackageId>
1919
<Product>Aspose.BarCode Cloud SDK for .NET</Product>
2020
<PackageIcon>PackageIcon.png</PackageIcon>
21-
<Version>22.9.0</Version>
21+
<Version>22.10.0</Version>
2222
<Authors>asposecloud</Authors>
23-
<AssemblyVersion>22.9.0.0</AssemblyVersion>
23+
<AssemblyVersion>22.10.0.0</AssemblyVersion>
2424
<PackageReadmeFile>README.md</PackageReadmeFile>
2525
</PropertyGroup>
2626

src/Model/Pdf417MacroTerminator.cs

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
// --------------------------------------------------------------------------------------------------------------------
2+
// <copyright company="Aspose" file="Pdf417MacroTerminator.cs">
3+
// Copyright (c) 2022 Aspose.BarCode for Cloud
4+
// </copyright>
5+
// <summary>
6+
// Permission is hereby granted, free of charge, to any person obtaining a copy
7+
// of this software and associated documentation files (the "Software"), to deal
8+
// in the Software without restriction, including without limitation the rights
9+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
// copies of the Software, and to permit persons to whom the Software is
11+
// furnished to do so, subject to the following conditions:
12+
//
13+
// The above copyright notice and this permission notice shall be included in all
14+
// copies or substantial portions of the Software.
15+
//
16+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
// SOFTWARE.
23+
// </summary>
24+
// --------------------------------------------------------------------------------------------------------------------
25+
26+
//
27+
// This source code was auto-generated by AsposeBarcodeCloudCodegen.
28+
//
29+
30+
using Newtonsoft.Json;
31+
using Newtonsoft.Json.Converters;
32+
33+
namespace Aspose.BarCode.Cloud.Sdk.Model
34+
{
35+
36+
/// <summary>
37+
///
38+
/// </summary>
39+
[JsonConverter(typeof(StringEnumConverter))]
40+
public enum Pdf417MacroTerminator
41+
{
42+
/// <summary>
43+
/// Enum value Auto
44+
/// </summary>
45+
Auto,
46+
47+
/// <summary>
48+
/// Enum value None
49+
/// </summary>
50+
None,
51+
52+
/// <summary>
53+
/// Enum value Set
54+
/// </summary>
55+
Set
56+
57+
}
58+
}

src/Model/Pdf417Params.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ public class Pdf417Params : IToString
6666
/// </summary>
6767
public Code128Emulation? Code128Emulation { get; set; }
6868

69+
/// <summary>
70+
/// Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417.
71+
/// </summary>
72+
public Pdf417MacroTerminator? Pdf417MacroTerminator { get; set; }
73+
6974
/// <summary>
7075
/// Height/Width ratio of 2D BarCode module.
7176
/// </summary>

0 commit comments

Comments
 (0)