Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
framework: net8.0
- dotnet-version: 9.0.x
framework: net9.0
- dotnet-version: 10.0.x
framework: net10.0

continue-on-error: true

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/net-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup .NET 10 SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: '10.0.x'

- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.1

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Nuget](https://img.shields.io/nuget/v/Aspose.BarCode-Cloud)](https://www.nuget.org/packages/Aspose.BarCode-Cloud/)

- API version: 4.0
- SDK version: 25.10.0
- SDK version: 25.11.0

## SDK and API Version Compatibility:

Expand Down
3 changes: 2 additions & 1 deletion Tests/Aspose.BarCode.Cloud.Sdk.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;net480;net481;net8.0;net9.0</TargetFrameworks>
<TargetFrameworks>net462;net480;net481;net8.0;net9.0;net10.0</TargetFrameworks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsNotAsErrors>NU1510</WarningsNotAsErrors>
<IsTestProject>true</IsTestProject>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion docs/DecodeBarcodeType.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Aspose.BarCode.Cloud.Sdk.Model.DecodeBarcodeType

See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType
See Aspose.BarCode.BarCodeRecognition.DecodeType

## Allowable values

Expand Down
4 changes: 2 additions & 2 deletions examples/GenerateQR/GenerateQR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.10.0" />
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.11.0" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions examples/ReadQR/ReadQR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.10.0" />
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.11.0" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions snippets/Snippets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.10.0" />
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.11.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion snippets/dependency.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.10.0" />
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.11.0" />
6 changes: 3 additions & 3 deletions src/Aspose.BarCode.Cloud.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barc
<PackageId>Aspose.BarCode-Cloud</PackageId>
<Product>Aspose.BarCode Cloud SDK for .NET</Product>
<PackageIcon>PackageIcon.png</PackageIcon>
<Version>25.10.0</Version>
<Version>25.11.0</Version>
<Authors>Aspose</Authors>
<AssemblyVersion>25.10.0.0</AssemblyVersion>
<AssemblyVersion>25.11.0.0</AssemblyVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v25.10.0</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v25.11.0</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
2 changes: 1 addition & 1 deletion src/Model/DecodeBarcodeType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Aspose.BarCode.Cloud.Sdk.Model
{

/// <summary>
/// See Aspose.BarCode.Aspose.BarCode.BarCodeRecognition.DecodeType
/// See Aspose.BarCode.BarCodeRecognition.DecodeType
/// </summary>
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum DecodeBarcodeType
Expand Down
Loading