Skip to content

Commit d025d4e

Browse files
authored
Release 22.3: Bump version (#39)
* Release 22.3: Bump version * Fixing tests
1 parent 126c3eb commit d025d4e

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![Nuget](https://img.shields.io/nuget/v/Aspose.BarCode-Cloud)](https://www.nuget.org/packages/Aspose.BarCode-Cloud/)
1010

1111
- API version: 3.0
12-
- SDK version: 22.1.1
12+
- SDK version: 22.3.0
1313

1414
## Demo applications
1515

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.1.1" />
9+
<PackageReference Include="Aspose.BarCode-Cloud" Version="22.3.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.1.1" />
9+
<PackageReference Include="Aspose.BarCode-Cloud" Version="22.3.0" />
1010
</ItemGroup>
1111

1212
</Project>

scripts/check-urls-in-file.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414
'http://localhost:12345',
1515
'http://localhost:12345/v3.0',
1616
'http://some',
17+
'https://api.aspose.cloud/connect/token',
1718
'https://api.aspose.cloud/v3.0',
19+
'https://products.aspose.cloud/barcode/',
1820
'https://www.aspose.cloud',
19-
'https://api.aspose.cloud/connect/token',
2021
])
2122
BROKEN_URLS = collections.defaultdict(list)
2223

src/Aspose.BarCode.Cloud.Sdk.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ 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.1.1</Version>
21+
<Version>22.3.0</Version>
2222
<Authors>asposecloud</Authors>
23-
<AssemblyVersion>22.1.1.0</AssemblyVersion>
23+
<AssemblyVersion>22.3.0.0</AssemblyVersion>
2424
</PropertyGroup>
2525

2626
<ItemGroup>

0 commit comments

Comments
 (0)