Skip to content

Commit 1a6f1da

Browse files
Denis-AverinIvan Kamkin
andauthored
Release 22.8 (#45)
* Release 22.8 * Add README to nuget Co-authored-by: Ivan Kamkin <[email protected]>
1 parent 40e3f86 commit 1a6f1da

File tree

8 files changed

+11
-7
lines changed

8 files changed

+11
-7
lines changed

README.md

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

88
- API version: 3.0
9-
- SDK version: 22.7.0
9+
- SDK version: 22.8.0
1010

1111
## Demo applications
1212

1313
[Scan QR](https://products.aspose.app/barcode/scanqr) | [Generate Barcode](https://products.aspose.app/barcode/generate) | [Recognize Barcode](https://products.aspose.app/barcode/recognize)
1414
:---: | :---: | :---:
15-
[![ScanQR](https://products.aspose.app/barcode/scanqr/img/aspose_scanqr-app-48.png)](https://products.aspose.app/barcode/scanqr) | [![Generate](https://products.aspose.app/barcode/generate/img/aspose_generate-app-48.png)](https://products.aspose.app/barcode/generate) | [![Recognize](https://products.aspose.app/barcode/recognize/img/aspose_recognize-app-48.png)](https://products.aspose.app/barcode/recognize)
15+
[![ScanQR](https://raw.githubusercontent.com/aspose-barcode-cloud/aspose-barcode-cloud-codegen/main/img/aspose_scanqr-app-48.png)](https://products.aspose.app/barcode/scanqr) | [![Generate](https://raw.githubusercontent.com/aspose-barcode-cloud/aspose-barcode-cloud-codegen/main/img/aspose_generate-app-48.png)](https://products.aspose.app/barcode/generate) | [![Recognize](https://raw.githubusercontent.com/aspose-barcode-cloud/aspose-barcode-cloud-codegen/main/img/aspose_recognize-app-48.png)](https://products.aspose.app/barcode/recognize)
1616
[**Generate Wi-Fi QR**](https://products.aspose.app/barcode/wifi-qr) | [**Embed Barcode**](https://products.aspose.app/barcode/embed) | [**Scan Barcode**](https://products.aspose.app/barcode/scan)
17-
[![Wi-FiQR](https://products.aspose.app/barcode/embed/img/aspose_wifi-qr-app-48.png)](https://products.aspose.app/barcode/wifi-qr) | [![Embed](https://products.aspose.app/barcode/embed/img/aspose_embed-app-48.png)](https://products.aspose.app/barcode/embed) | [![Scan](https://products.aspose.app/barcode/embed/img/aspose_scan-app-48.png)](https://products.aspose.app/barcode/scan)
17+
[![Wi-FiQR](https://raw.githubusercontent.com/aspose-barcode-cloud/aspose-barcode-cloud-codegen/main/img/aspose_wifi-qr-app-48.png)](https://products.aspose.app/barcode/wifi-qr) | [![Embed](https://raw.githubusercontent.com/aspose-barcode-cloud/aspose-barcode-cloud-codegen/main/img/aspose_embed-app-48.png)](https://products.aspose.app/barcode/embed) | [![Scan](https://raw.githubusercontent.com/aspose-barcode-cloud/aspose-barcode-cloud-codegen/main/img/aspose_scan-app-48.png)](https://products.aspose.app/barcode/scan)
1818

1919
[Aspose.BarCode for Cloud](https://products.aspose.cloud/barcode/) is a REST API for Linear, 2D and postal barcode generation and recognition in the cloud. API recognizes and generates barcode images in a variety of formats. Barcode REST API allows to specify barcode image attributes like image width, height, border style and output image format in order to customize the generation process. Developers can also specify the barcode type and text attributes such as text location and font styles in order to suit the application requirements.
2020

Tests/JWTRequestHandlerTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public void TestTokenFetched()
4545
HttpWebRequest request = _requestFactory.Object.Create("http://some url/");
4646
jwtHandler.BeforeSend(request, new MemoryStream());
4747

48+
// assert
4849
Assert.Contains("Authorization", request.Headers.Keys);
4950
var auth = request.Headers["Authorization"];
5051
Assert.Greater(auth.Length, "Bearer ".Length);

Tests/TestsBase.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ private static Configuration LoadTestConfiguration()
4343
}
4444

4545
Configuration config = LoadFromEnv();
46+
4647
return config;
4748
}
4849

-9.68 KB
Loading
-9.35 KB
Loading

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.7.0" />
9+
<PackageReference Include="Aspose.BarCode-Cloud" Version="22.8.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.7.0" />
9+
<PackageReference Include="Aspose.BarCode-Cloud" Version="22.8.0" />
1010
</ItemGroup>
1111

1212
</Project>

src/Aspose.BarCode.Cloud.Sdk.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,16 @@ 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.7.0</Version>
21+
<Version>22.8.0</Version>
2222
<Authors>asposecloud</Authors>
23-
<AssemblyVersion>22.7.0.0</AssemblyVersion>
23+
<AssemblyVersion>22.8.0.0</AssemblyVersion>
24+
<PackageReadmeFile>README.md</PackageReadmeFile>
2425
</PropertyGroup>
2526

2627
<ItemGroup>
2728
<None Include="LICENSE.txt" Pack="true" PackagePath="" />
2829
<None Include="PackageIcon.png" Pack="true" PackagePath="" />
30+
<None Include="..\README.md" Pack="true" PackagePath=""/>
2931
</ItemGroup>
3032

3133
<ItemGroup>

0 commit comments

Comments
 (0)