Skip to content

Commit c261b8c

Browse files
Ivan KamkinIvan Kamkin
authored andcommitted
Formatting
1 parent 73926a3 commit c261b8c

File tree

9 files changed

+1
-9
lines changed

9 files changed

+1
-9
lines changed

src/Aspose.BarCode.Cloud.Sdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barc
4848

4949
<ItemGroup>
5050
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
51-
<PackageReference Include="System.Text.Json" Version="8.0.5" />
51+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
5252
</ItemGroup>
5353

5454
<ItemGroup>

src/Model/BarcodeImageFormat.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11

22
using System.Text.Json.Serialization;
33

4-
54
namespace Aspose.BarCode.Cloud.Sdk.Model
65
{
76

src/Model/CodeLocation.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11

22
using System.Text.Json.Serialization;
33

4-
54
namespace Aspose.BarCode.Cloud.Sdk.Model
65
{
76

src/Model/DecodeBarcodeType.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11

22
using System.Text.Json.Serialization;
33

4-
54
namespace Aspose.BarCode.Cloud.Sdk.Model
65
{
76

src/Model/EncodeBarcodeType.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11

22
using System.Text.Json.Serialization;
33

4-
54
namespace Aspose.BarCode.Cloud.Sdk.Model
65
{
76

src/Model/EncodeDataType.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11

22
using System.Text.Json.Serialization;
33

4-
54
namespace Aspose.BarCode.Cloud.Sdk.Model
65
{
76

src/Model/GraphicsUnit.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11

22
using System.Text.Json.Serialization;
33

4-
54
namespace Aspose.BarCode.Cloud.Sdk.Model
65
{
76

src/Model/RecognitionImageKind.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11

22
using System.Text.Json.Serialization;
33

4-
54
namespace Aspose.BarCode.Cloud.Sdk.Model
65
{
76

src/Model/RecognitionMode.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11

22
using System.Text.Json.Serialization;
33

4-
54
namespace Aspose.BarCode.Cloud.Sdk.Model
65
{
76

0 commit comments

Comments
 (0)