Skip to content

Commit 5f051fa

Browse files
Denis-AverinIvan Kamkin
andauthored
Release 24.1 (#92)
* Update versions * Fix java template * Java pack version updated * listFromJson added to enum template * Update submodules --------- Co-authored-by: Ivan Kamkin <234-Ivan.Kamkin@users.noreply.git.saltov.dynabic.com>
1 parent c4c8cab commit 5f051fa

27 files changed

+32
-28
lines changed

codegen/Templates/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Aspose Pty Ltd
3+
Copyright (c) 2024 Aspose Pty Ltd
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

codegen/Templates/android/licenseInfo.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* --------------------------------------------------------------------------------
33
* <copyright company="Aspose">
4-
* Copyright (c) 2023 Aspose.BarCode for Cloud
4+
* Copyright (c) 2024 Aspose.BarCode for Cloud
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

codegen/Templates/csharp/Project.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barc
1515
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1616
<DebugType>embedded</DebugType>
1717
<PackageTags>Barcode Scan Recognize Generate QR DataMatrix AustraliaPost VIN MSI Aztec ISBN OPC Postnet Aspose Aspose.BarCode Aspose.BarCode-Cloud EAN13 ISSN PZN SingaporePost UPCA UPCE Code11 Code128 Code32 DotCode EAN14 EAN8 GS1DataMatrix</PackageTags>
18-
<Copyright>© Aspose Pty Ltd 2001-2023. All Rights Reserved.</Copyright>
18+
<Copyright>© Aspose Pty Ltd 2001-2024. All Rights Reserved.</Copyright>
1919
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2020
<PackageId>Aspose.BarCode-Cloud</PackageId>
2121
<Product>Aspose.BarCode Cloud SDK for .NET</Product>

codegen/Templates/csharp/partial_header.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright company="Aspose" file="{{#classname}}{{classname}}{{/classname}}{{^classname}}Configuration{{/classname}}.cs">
3-
// Copyright (c) 2023 Aspose.BarCode for Cloud
3+
// Copyright (c) 2024 Aspose.BarCode for Cloud
44
// </copyright>
55
// <summary>
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

codegen/Templates/csharp/requestModel.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{{#operation}}
33
// --------------------------------------------------------------------------------------------------------------------
44
// <copyright company="Aspose" file="{{nickname}}Request.cs">
5-
// Copyright (c) 2023 Aspose.BarCode for Cloud
5+
// Copyright (c) 2024 Aspose.BarCode for Cloud
66
// </copyright>
77
// <summary>
88
// Permission is hereby granted, free of charge, to any person obtaining a copy

codegen/Templates/dart/enum.mustache

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,8 @@ class {{classname}} {
3535
String toString() {
3636
return value == null ? "null" : value.toString();
3737
}
38+
39+
static List<{{classname}}> listFromJson(List<dynamic> json) {
40+
return json.map((value) => {{classname}}.fromJson(value)).toList();
41+
}
3842
}

codegen/Templates/go/partial_header.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* MIT License
33

4-
* Copyright (c) 2023 Aspose Pty Ltd
4+
* Copyright (c) 2024 Aspose Pty Ltd
55

66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

codegen/Templates/java/api.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public class {{classname}} {
269269
{{#operation}}
270270
// --------------------------------------------------------------------------------------------------------------------
271271
// <copyright company="Aspose" file="{{operationIdCamelCase}}Request.java">
272-
// Copyright (c) 2023 Aspose.BarCode for Cloud
272+
// Copyright (c) 2024 Aspose.BarCode for Cloud
273273
// </copyright>
274274
// <summary>
275275
// Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -299,7 +299,7 @@ import java.io.File;
299299
import java.util.List;
300300
import com.aspose.barcode.cloud.model.GeneratorParamsList;
301301
import com.aspose.barcode.cloud.model.ReaderParams;
302-
302+
import com.aspose.barcode.cloud.model.DecodeBarcodeType;
303303
/**
304304
* {{{summary}}}
305305
*/

codegen/Templates/java/licenseInfo.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright company="Aspose"{{#classname}} file="{{classname}}.java"{{/classname}}>
3-
// Copyright (c) 2023 Aspose.BarCode for Cloud
3+
// Copyright (c) 2024 Aspose.BarCode for Cloud
44
// </copyright>
55
// <summary>
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

codegen/Templates/nodejs/licenseInfo.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* MIT License
33

4-
* Copyright (c) 2023 Aspose Pty Ltd
4+
* Copyright (c) 2024 Aspose Pty Ltd
55

66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)