From ef1aa3579d7ec2a0d8e02f61c8ab3e5f86c57f83 Mon Sep 17 00:00:00 2001 From: Denis Averin Date: Fri, 30 May 2025 18:24:24 +0700 Subject: [PATCH 1/2] Update version to 24.13.0 --- README.md | 2 +- examples/GenerateQR/GenerateQR.csproj | 2 +- examples/ReadQR/ReadQR.csproj | 2 +- src/Aspose.BarCode.Cloud.Sdk.csproj | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d25ec57..61d7fd4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Nuget](https://img.shields.io/nuget/v/Aspose.BarCode-Cloud)](https://www.nuget.org/packages/Aspose.BarCode-Cloud/) - API version: 3.0 -- SDK version: 24.12.0 +- SDK version: 24.13.0 ## Demo applications diff --git a/examples/GenerateQR/GenerateQR.csproj b/examples/GenerateQR/GenerateQR.csproj index 2446034..c0b143f 100644 --- a/examples/GenerateQR/GenerateQR.csproj +++ b/examples/GenerateQR/GenerateQR.csproj @@ -7,7 +7,7 @@ - + diff --git a/examples/ReadQR/ReadQR.csproj b/examples/ReadQR/ReadQR.csproj index 2446034..c0b143f 100644 --- a/examples/ReadQR/ReadQR.csproj +++ b/examples/ReadQR/ReadQR.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/Aspose.BarCode.Cloud.Sdk.csproj b/src/Aspose.BarCode.Cloud.Sdk.csproj index 76c482f..4577a31 100644 --- a/src/Aspose.BarCode.Cloud.Sdk.csproj +++ b/src/Aspose.BarCode.Cloud.Sdk.csproj @@ -24,11 +24,11 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barc Aspose.BarCode-Cloud Aspose.BarCode Cloud SDK for .NET PackageIcon.png - 24.12.0 + 24.13.0 Aspose - 24.12.0.0 + 24.13.0.0 README.md - https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v24.12.0 + https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v24.13.0 true LICENSE.txt true From dfa2fe7b12007c45b020c840ce21b772cde16f20 Mon Sep 17 00:00:00 2001 From: Denis Averin Date: Sat, 31 May 2025 16:01:48 +0700 Subject: [PATCH 2/2] Change action branches from `main` to `v3` --- .github/workflows/build-examples.yml | 4 ++-- .github/workflows/check-badges.yml | 4 ++-- .github/workflows/dotnet-core.yml | 4 ++-- .github/workflows/net-framework.yml | 4 ++-- .github/workflows/pack.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-examples.yml b/.github/workflows/build-examples.yml index 095ce2a..64ced09 100644 --- a/.github/workflows/build-examples.yml +++ b/.github/workflows/build-examples.yml @@ -2,9 +2,9 @@ name: Build examples on: push: - branches: [ main ] + branches: [ v3 ] pull_request: - branches: [ main ] + branches: [ v3 ] jobs: build-examples: diff --git a/.github/workflows/check-badges.yml b/.github/workflows/check-badges.yml index eef6f26..1e39ee9 100644 --- a/.github/workflows/check-badges.yml +++ b/.github/workflows/check-badges.yml @@ -2,9 +2,9 @@ name: Check badges in README.md on: push: - branches: [ main ] + branches: [ v3 ] pull_request: - branches: [ main ] + branches: [ v3 ] jobs: check-badges: diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index ab09001..aa1dfff 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -2,9 +2,9 @@ name: .NET Core Linux on: push: - branches: [ main ] + branches: [ v3 ] pull_request: - branches: [ main ] + branches: [ v3 ] jobs: build-and-test: diff --git a/.github/workflows/net-framework.yml b/.github/workflows/net-framework.yml index c740ff1..4cc1de4 100644 --- a/.github/workflows/net-framework.yml +++ b/.github/workflows/net-framework.yml @@ -2,9 +2,9 @@ name: .NET Framework Windows on: push: - branches: [ main ] + branches: [ v3 ] pull_request: - branches: [ main ] + branches: [ v3 ] jobs: build-and-test: diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index 45cf2e5..0974d8d 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -2,9 +2,9 @@ name: Pack into Nuget package on: push: - branches: [ main ] + branches: [ v3 ] pull_request: - branches: [ main ] + branches: [ v3 ] jobs: pack-nuget: