diff --git a/.gitignore b/.gitignore index 879a55d..c4e6953 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ _ReSharper.* bin obj .vs -Configuration.json *.DotSettings *.binlog snippets_test/ diff --git a/README.md b/README.md index 93df18c..eae6216 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Aspose.BarCode Cloud SDK for .NET -[![.NET 10](https://img.shields.io/badge/.NET-10.0-512BD4)](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/actions/workflows/dotnet-core.yml) -[![License](https://img.shields.io/github/license/aspose-barcode-cloud/aspose-barcode-cloud-dotnet)](LICENSE) -[![.NET Core Linux](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/actions/workflows/dotnet-core.yml/badge.svg?branch=main)](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/actions/workflows/dotnet-core.yml) -[![.NET Framework Windows](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/actions/workflows/net-framework.yml/badge.svg?branch=main)](https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/actions/workflows/net-framework.yml) +[![.NET 10](https://img.shields.io/badge/.NET-10.0-512BD4)](https://github.com/aspose-barcode-cloud/Aspose.BarCode-Cloud-SDK-for-.NET/actions/workflows/dotnet-core.yml) +[![License](https://img.shields.io/github/license/aspose-barcode-cloud/Aspose.BarCode-Cloud-SDK-for-.NET)](LICENSE) +[![.NET Core Linux](https://github.com/aspose-barcode-cloud/Aspose.BarCode-Cloud-SDK-for-.NET/actions/workflows/dotnet-core.yml/badge.svg?branch=main)](https://github.com/aspose-barcode-cloud/Aspose.BarCode-Cloud-SDK-for-.NET/actions/workflows/dotnet-core.yml) +[![.NET Framework Windows](https://github.com/aspose-barcode-cloud/Aspose.BarCode-Cloud-SDK-for-.NET/actions/workflows/net-framework.yml/badge.svg?branch=main)](https://github.com/aspose-barcode-cloud/Aspose.BarCode-Cloud-SDK-for-.NET/actions/workflows/net-framework.yml) [![Nuget](https://img.shields.io/nuget/v/Aspose.BarCode-Cloud)](https://www.nuget.org/packages/Aspose.BarCode-Cloud/) - API version: 4.0 diff --git a/Tests/.gitignore b/Tests/.gitignore new file mode 100644 index 0000000..d289fd8 --- /dev/null +++ b/Tests/.gitignore @@ -0,0 +1,2 @@ +Configuration*.json +!Configuration.template.json diff --git a/Tests/test_data/Code128.jpeg b/Tests/test_data/Code128.jpeg index 6b9b53a..938524d 100644 Binary files a/Tests/test_data/Code128.jpeg and b/Tests/test_data/Code128.jpeg differ diff --git a/Tests/test_data/Code128.png b/Tests/test_data/Code128.png index 6b9b53a..938524d 100644 Binary files a/Tests/test_data/Code128.png and b/Tests/test_data/Code128.png differ diff --git a/Tests/test_data/Code39.jpeg b/Tests/test_data/Code39.jpeg index 353937f..9c556c4 100644 Binary files a/Tests/test_data/Code39.jpeg and b/Tests/test_data/Code39.jpeg differ diff --git a/Tests/test_data/Pdf417.png b/Tests/test_data/Pdf417.png index 603813a..a91d8c0 100644 Binary files a/Tests/test_data/Pdf417.png and b/Tests/test_data/Pdf417.png differ diff --git a/Tests/test_data/aztec.png b/Tests/test_data/aztec.png index 2bdcf14..9f49e63 100644 Binary files a/Tests/test_data/aztec.png and b/Tests/test_data/aztec.png differ diff --git a/Tests/test_data/combined.svg b/Tests/test_data/combined.svg new file mode 100644 index 0000000..1bbcffc --- /dev/null +++ b/Tests/test_data/combined.svg @@ -0,0 +1,270 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Tests/test_data/qr.png b/Tests/test_data/qr.png index c04b484..2556ac4 100644 Binary files a/Tests/test_data/qr.png and b/Tests/test_data/qr.png differ diff --git a/scripts/pack-nuget.bash b/scripts/pack-nuget.bash index 0f1bdac..26020f1 100755 --- a/scripts/pack-nuget.bash +++ b/scripts/pack-nuget.bash @@ -14,5 +14,5 @@ pushd "${SRC_DIR}" export RELEASE_BUILD=true dotnet build --warnaserror --configuration=Release Aspose.BarCode.Cloud.Sdk.csproj echo "Packing nuget package to \"${output_dir}\" ..." -dotnet pack --configuration=Release Aspose.BarCode.Cloud.Sdk.csproj --output="${output_dir}" +dotnet pack --configuration=Release Aspose.BarCode.Cloud.Sdk.csproj -p:PackageOutputPath="${output_dir}" popd diff --git a/src/Aspose.BarCode.Cloud.Sdk.csproj b/src/Aspose.BarCode.Cloud.Sdk.csproj index 871f437..3ab68f7 100644 --- a/src/Aspose.BarCode.Cloud.Sdk.csproj +++ b/src/Aspose.BarCode.Cloud.Sdk.csproj @@ -13,7 +13,7 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barcode when generating barcode images. Specify image width, height, border style, output image format and more. You can also set barcode attributes like font style, font color, background color, barcode type and the barcode text location. https://products.aspose.cloud/barcode/net/ - https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet + https://github.com/aspose-barcode-cloud/Aspose.BarCode-Cloud-SDK-for-.NET git true true @@ -28,7 +28,7 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barc Aspose 26.3.0.0 README.md - https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v26.3.0 + https://github.com/aspose-barcode-cloud/Aspose.BarCode-Cloud-SDK-for-.NET/releases/tag/v26.3.0 true LICENSE.txt true