Skip to content

Commit ae07429

Browse files
authored
Update Readme and links (#122)
1 parent 712baf6 commit ae07429

12 files changed

Lines changed: 279 additions & 8 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ _ReSharper.*
44
bin
55
obj
66
.vs
7-
Configuration.json
87
*.DotSettings
98
*.binlog
109
snippets_test/

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Aspose.BarCode Cloud SDK for .NET
22

3-
[![.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)
4-
[![License](https://img.shields.io/github/license/aspose-barcode-cloud/aspose-barcode-cloud-dotnet)](LICENSE)
5-
[![.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)
6-
[![.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)
3+
[![.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)
4+
[![License](https://img.shields.io/github/license/aspose-barcode-cloud/Aspose.BarCode-Cloud-SDK-for-.NET)](LICENSE)
5+
[![.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)
6+
[![.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)
77
[![Nuget](https://img.shields.io/nuget/v/Aspose.BarCode-Cloud)](https://www.nuget.org/packages/Aspose.BarCode-Cloud/)
88

99
- API version: 4.0

Tests/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Configuration*.json
2+
!Configuration.template.json

Tests/test_data/Code128.jpeg

-551 Bytes
Loading

Tests/test_data/Code128.png

-551 Bytes
Loading

Tests/test_data/Code39.jpeg

318 Bytes
Loading

Tests/test_data/Pdf417.png

92 Bytes
Loading

Tests/test_data/aztec.png

-251 Bytes
Loading

Tests/test_data/combined.svg

Lines changed: 270 additions & 0 deletions
Loading

Tests/test_data/qr.png

27 Bytes
Loading

0 commit comments

Comments
 (0)