diff --git a/codegen/Templates/csharp/README.mustache b/codegen/Templates/csharp/README.mustache index 69bd43e..159de25 100644 --- a/codegen/Templates/csharp/README.mustache +++ b/codegen/Templates/csharp/README.mustache @@ -38,6 +38,10 @@ To use these SDKs, you will need Client Id and Client Secret which can be looked The complete source code is available in this repository folder. You can either directly use it in your project via source code or get [NuGet distribution](https://www.nuget.org/packages/Aspose.BarCode-Cloud/) (recommended). +## AI Agent Skills + +This repository includes an AI-agent skill in [`skills/generate-and-scan-barcode-dotnet/SKILL.md`](skills/generate-and-scan-barcode-dotnet/SKILL.md). Point your coding agent to it when working with this SDK so it follows the repo workflow and SDK-specific API patterns. + ## Prerequisites To use Aspose.BarCode Cloud SDK for .NET you need to register an account with [Aspose Cloud](https://www.aspose.cloud) and lookup/create Client Secret and Client Id at [Cloud Dashboard](https://dashboard.aspose.cloud/applications). There is free quota available. For more details, see [Aspose Cloud Pricing](https://purchase.aspose.cloud/). diff --git a/codegen/Templates/dart/README.mustache b/codegen/Templates/dart/README.mustache index 2df8eb2..de73989 100644 --- a/codegen/Templates/dart/README.mustache +++ b/codegen/Templates/dart/README.mustache @@ -26,6 +26,10 @@ This repository contains Aspose.BarCode Cloud SDK for Dart source code. This SDK To use these SDKs, you will need Client Id and Client Secret which can be looked up at [Aspose Cloud Dashboard](https://dashboard.aspose.cloud/applications) (free registration in Aspose Cloud is required for this). +## AI Agent Skills + +This repository includes an AI-agent skill in [`skills/generate-and-scan-barcode-dart/SKILL.md`](skills/generate-and-scan-barcode-dart/SKILL.md). Point your coding agent to it when working with this SDK so it follows the repo workflow and SDK-specific API patterns. + ## Prerequisites To use Aspose.BarCode Cloud SDK for Dart you need to register an account with [Aspose Cloud](https://www.aspose.cloud) and lookup/create Client Secret and SID at [Cloud Dashboard](https://dashboard.aspose.cloud/applications). There is a free quota available. For more details, see [Aspose Cloud Pricing](https://purchase.aspose.cloud/). diff --git a/codegen/Templates/go/README.mustache b/codegen/Templates/go/README.mustache index d9a027c..fcb18ec 100644 --- a/codegen/Templates/go/README.mustache +++ b/codegen/Templates/go/README.mustache @@ -27,6 +27,10 @@ This repository contains Aspose.BarCode Cloud SDK for Go source code. This SDK a To use these SDKs, you will need Client Id and Client Secret which can be looked up at [Aspose Cloud Dashboard](https://dashboard.aspose.cloud/applications) (free registration in Aspose Cloud is required for this). +## AI Agent Skills + +This repository includes an AI-agent skill in [`skills/generate-and-scan-barcode-go/SKILL.md`](skills/generate-and-scan-barcode-go/SKILL.md). Point your coding agent to it when working with this SDK so it follows the repo workflow and SDK-specific API patterns. + ## Prerequisites To use Aspose.BarCode Cloud SDK for Go you need to register an account with [Aspose Cloud](https://www.aspose.cloud) and lookup/create Client Secret and SID at [Cloud Dashboard](https://dashboard.aspose.cloud/applications). There is a free quota available. For more details, see [Aspose Cloud Pricing](https://purchase.aspose.cloud/). diff --git a/codegen/Templates/java/README.mustache b/codegen/Templates/java/README.mustache index 6cc308e..13b6660 100644 --- a/codegen/Templates/java/README.mustache +++ b/codegen/Templates/java/README.mustache @@ -24,6 +24,10 @@ This repository contains Aspose.BarCode Cloud SDK for Java source code. This SDK allows you to work with Aspose.BarCode for Cloud REST APIs in your Java applications quickly and easily. +## AI Agent Skills + +This repository includes an AI-agent skill in [`skills/generate-and-scan-barcode-java/SKILL.md`](skills/generate-and-scan-barcode-java/SKILL.md). Point your coding agent to it when working with this SDK so it follows the repo workflow and SDK-specific API patterns. + ## Requirements Building the API client library requires: diff --git a/codegen/Templates/nodejs/docs/tsconfig.mustache b/codegen/Templates/nodejs/docs/tsconfig.mustache index a1cfdd7..84c2f42 100644 --- a/codegen/Templates/nodejs/docs/tsconfig.mustache +++ b/codegen/Templates/nodejs/docs/tsconfig.mustache @@ -35,6 +35,10 @@ To use these SDKs, you will need Client Id and Client Secret which can be looked The complete source code is available in this repository folder. You can either directly use it in your project via source code or get [nmpjs distribution](https://www.npmjs.com/package/aspose-barcode-cloud-node) (recommended). +## AI Agent Skills + +This repository includes an AI-agent skill in [`skills/generate-and-scan-barcode-node/SKILL.md`](skills/generate-and-scan-barcode-node/SKILL.md). Point your coding agent to it when working with this SDK so it follows the repo workflow and SDK-specific API patterns. + ### Install Aspose.BarCode for Cloud via NPM From the command line: diff --git a/codegen/Templates/php/README.mustache b/codegen/Templates/php/README.mustache index 91c2e17..c26ac5e 100644 --- a/codegen/Templates/php/README.mustache +++ b/codegen/Templates/php/README.mustache @@ -35,6 +35,10 @@ To use these SDKs, you will need Client Id and Client Secret which can be looked You can either directly use it in your project via source code or get [Packagist distribution](https://packagist.org/packages/aspose/barcode-cloud-php) (recommended). +## AI Agent Skills + +This repository includes an AI-agent skill in [`skills/generate-and-scan-barcode-php/SKILL.md`](skills/generate-and-scan-barcode-php/SKILL.md). Point your coding agent to it when working with this SDK so it follows the repo workflow and SDK-specific API patterns. + ## Installation ### Via Composer diff --git a/codegen/Templates/python/README.mustache b/codegen/Templates/python/README.mustache index 171dd4c..5ba83f1 100644 --- a/codegen/Templates/python/README.mustache +++ b/codegen/Templates/python/README.mustache @@ -34,6 +34,10 @@ To use these SDKs, you will need Client Id and Client Secret which can be looked The complete source code is available in this repository folder. You can either directly use it in your project via source code or get [from PyPi](https://pypi.org/project/{{projectName}}/) (recommended). +## AI Agent Skills + +This repository includes an AI-agent skill in [`skills/generate-and-scan-barcode-python/SKILL.md`](skills/generate-and-scan-barcode-python/SKILL.md). Point your coding agent to it when working with this SDK so it follows the repo workflow and SDK-specific API patterns. + ## Prerequisites To use Aspose.BarCode Cloud SDK for Python you need to register an account with [Aspose Cloud](https://www.aspose.cloud) and lookup/create Client Secret and Client Id at [Cloud Dashboard](https://dashboard.aspose.cloud/applications). There is free quota available. For more details, see [Aspose Cloud Pricing](https://purchase.aspose.cloud/). diff --git a/submodules/dart b/submodules/dart index 42e7d41..fb880cb 160000 --- a/submodules/dart +++ b/submodules/dart @@ -1 +1 @@ -Subproject commit 42e7d417461ecdfb6ddf160d344a8661b4b24db7 +Subproject commit fb880cbd24b0656889539cd2a9b41243cd7e1d61 diff --git a/submodules/dotnet b/submodules/dotnet index ae07429..b1a35d3 160000 --- a/submodules/dotnet +++ b/submodules/dotnet @@ -1 +1 @@ -Subproject commit ae07429cd418452350d520715e364f2657e322d0 +Subproject commit b1a35d35e8f48465844cf28e497b04b864c87284 diff --git a/submodules/go b/submodules/go index 1529278..95783e1 160000 --- a/submodules/go +++ b/submodules/go @@ -1 +1 @@ -Subproject commit 15292780f73b2dde7dd6eb40c1c88d3440346191 +Subproject commit 95783e1c407497aa0ad6e16085ac8d0ab57ede40 diff --git a/submodules/java b/submodules/java index 6344365..a2788cf 160000 --- a/submodules/java +++ b/submodules/java @@ -1 +1 @@ -Subproject commit 6344365765f57b83e92a9b250c15cd5e8b55d7a8 +Subproject commit a2788cf6c5418fe9d73bac376c7a8d9755f571e2 diff --git a/submodules/node b/submodules/node index d130bc4..5a2d6db 160000 --- a/submodules/node +++ b/submodules/node @@ -1 +1 @@ -Subproject commit d130bc4f193628aa47f8cd2427615886fcde960f +Subproject commit 5a2d6dbfeed3793d65a3b0c4682ad9d5af761af4 diff --git a/submodules/php b/submodules/php index 86bbbfe..e282df5 160000 --- a/submodules/php +++ b/submodules/php @@ -1 +1 @@ -Subproject commit 86bbbfe86e385523710726976c303c4d99c4677b +Subproject commit e282df545163c13d4f8df257713877c7946c7890 diff --git a/submodules/python b/submodules/python index f74bd27..26c5b2b 160000 --- a/submodules/python +++ b/submodules/python @@ -1 +1 @@ -Subproject commit f74bd27c628d93907bb7d460d0aabea6a317eb2c +Subproject commit 26c5b2bcbd9472882d3eadd17e5038137fbef20e