Skip to content

Commit bf600cf

Browse files
Rename namespaces
1 parent 253ed55 commit bf600cf

File tree

279 files changed

+317
-315
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

279 files changed

+317
-315
lines changed

AForge.Tests.NetStandard/AForge.Imaging.Tests/IntegralImageTest.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
namespace FileFormat.AForge.Tests.NetStandard.AForge.Imaging.Tests
1+
namespace Openize.AForge.Tests.NetStandard.AForge.Imaging.Tests
22
{
33
using System.Drawing;
44
using System.Drawing.Imaging;
5-
using Imaing.NetStandard;
65
using NUnit.Framework;
6+
using Openize.AForge.Imaging.NetStandard;
77

88
[TestFixture]
99
public class IntegralImageTest

AForge.Tests.NetStandard/AForge.Imaging.Tests/UnmanagedImageTest.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
namespace FileFormat.AForge.Tests.NetStandard.AForge.Imaging.Tests
1+
namespace Openize.AForge.Tests.NetStandard.AForge.Imaging.Tests
22
{
33
using System.Collections.Generic;
44
using System.Drawing;
55
using System.Drawing.Imaging;
66
using Core.NetStandard;
7-
using Imaing.NetStandard;
87
using NUnit.Framework;
8+
using Openize.AForge.Imaging.NetStandard;
99

1010
[TestFixture]
1111
public class UnmanagedImageTest

AForge.Tests.NetStandard/AForge.Math.Tests/Geometry/ClosePointsMergingOptimizerTest.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
namespace FileFormat.AForge.Tests.NetStandard.AForge.Math.Tests.Geometry
1+
namespace Openize.AForge.Tests.NetStandard.AForge.Math.Tests.Geometry
22
{
3-
using FileFormat.AForge.Math.NetStandard.Geometry;
43
using NUnit.Framework;
4+
using Openize.AForge.Math.NetStandard.Geometry;
55

66
[TestFixture]
77
public class ClosePointsMergingOptimizerTest

AForge.Tests.NetStandard/AForge.Math.Tests/Geometry/FlatAnglesOptimizerTest.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
namespace FileFormat.AForge.Tests.NetStandard.AForge.Math.Tests.Geometry
1+
namespace Openize.AForge.Tests.NetStandard.AForge.Math.Tests.Geometry
22
{
3-
using FileFormat.AForge.Math.NetStandard.Geometry;
43
using NUnit.Framework;
4+
using Openize.AForge.Math.NetStandard.Geometry;
55

66
[TestFixture]
77
public class FlatAnglesOptimizerTest

AForge.Tests.NetStandard/AForge.Math.Tests/Geometry/GeometryToolsTest.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
namespace FileFormat.AForge.Tests.NetStandard.AForge.Math.Tests.Geometry
1+
namespace Openize.AForge.Tests.NetStandard.AForge.Math.Tests.Geometry
22
{
33
using Core.NetStandard;
4-
using FileFormat.AForge.Math.NetStandard.Geometry;
54
using NUnit.Framework;
5+
using Openize.AForge.Math.NetStandard.Geometry;
66

77
[TestFixture]
88
public class GeometryToolsTest

AForge.Tests.NetStandard/AForge.Math.Tests/Geometry/GrahamConvexHullTest.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
namespace FileFormat.AForge.Tests.NetStandard.AForge.Math.Tests.Geometry
1+
namespace Openize.AForge.Tests.NetStandard.AForge.Math.Tests.Geometry
22
{
33
using System.Collections.Generic;
44
using Core.NetStandard;
5-
using FileFormat.AForge.Math.NetStandard.Geometry;
65
using NUnit.Framework;
6+
using Openize.AForge.Math.NetStandard.Geometry;
77

88
[TestFixture]
99
public class GrahamConvexHullTest

AForge.Tests.NetStandard/AForge.Math.Tests/Geometry/LineSegmentTest.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
namespace FileFormat.AForge.Tests.NetStandard.AForge.Math.Tests.Geometry
1+
namespace Openize.AForge.Tests.NetStandard.AForge.Math.Tests.Geometry
22
{
33
using System;
44
using Core.NetStandard;
5-
using FileFormat.AForge.Math.NetStandard.Geometry;
65
using NUnit.Framework;
6+
using Openize.AForge.Math.NetStandard.Geometry;
77

88
[TestFixture]
99
public class LineSegmentTest

AForge.Tests.NetStandard/AForge.Math.Tests/Geometry/LineStraighteningOptimizerTest.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
namespace FileFormat.AForge.Tests.NetStandard.AForge.Math.Tests.Geometry
1+
namespace Openize.AForge.Tests.NetStandard.AForge.Math.Tests.Geometry
22
{
3-
using FileFormat.AForge.Math.NetStandard.Geometry;
43
using NUnit.Framework;
4+
using Openize.AForge.Math.NetStandard.Geometry;
55

66
[TestFixture]
77
public class LineStraighteningOptimizerTest

AForge.Tests.NetStandard/AForge.Math.Tests/Geometry/LineTest.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
namespace FileFormat.AForge.Tests.NetStandard.AForge.Math.Tests.Geometry
1+
namespace Openize.AForge.Tests.NetStandard.AForge.Math.Tests.Geometry
22
{
33
using Core.NetStandard;
4-
using FileFormat.AForge.Math.NetStandard.Geometry;
54
using NUnit.Framework;
5+
using Openize.AForge.Math.NetStandard.Geometry;
66

77
[TestFixture]
88
public class LineTest

AForge.Tests.NetStandard/AForge.Math.Tests/Geometry/ShapeOptimizerTestBase.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
namespace FileFormat.AForge.Tests.NetStandard.AForge.Math.Tests.Geometry
1+
namespace Openize.AForge.Tests.NetStandard.AForge.Math.Tests.Geometry
22
{
33
using System.Collections.Generic;
44
using Core.NetStandard;
5-
using FileFormat.AForge.Math.NetStandard.Geometry;
65
using NUnit.Framework;
6+
using Openize.AForge.Math.NetStandard.Geometry;
77

88
static class ShapeOptimizerTestBase
99
{

AForge.Tests.NetStandard/AForge.Math.Tests/Geometry/SimpleShapeCheckerTest.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
namespace FileFormat.AForge.Tests.NetStandard.AForge.Math.Tests.Geometry
1+
namespace Openize.AForge.Tests.NetStandard.AForge.Math.Tests.Geometry
22
{
33
using System.Collections.Generic;
44
using Core.NetStandard;
5-
using FileFormat.AForge.Math.NetStandard.Geometry;
65
using NUnit.Framework;
6+
using Openize.AForge.Math.NetStandard.Geometry;
77

88
[TestFixture]
99
public class SimpleShapeCheckerTest

AForge.Tests.NetStandard/AForge.Math.Tests/Matrix3x3Test.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
namespace FileFormat.AForge.Tests.NetStandard.AForge.Math.Tests
1+
namespace Openize.AForge.Tests.NetStandard.AForge.Math.Tests
22
{
33
using System;
4-
using FileFormat.AForge.Math.NetStandard;
54
using NUnit.Framework;
5+
using Openize.AForge.Math.NetStandard;
66

77
[TestFixture]
88
public class Matrix3x3Test

AForge.Tests.NetStandard/AForge.Math.Tests/Matrix4x4Test.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
namespace FileFormat.AForge.Tests.NetStandard.AForge.Math.Tests
1+
namespace Openize.AForge.Tests.NetStandard.AForge.Math.Tests
22
{
33
using System;
4-
using FileFormat.AForge.Math.NetStandard;
54
using NUnit.Framework;
5+
using Openize.AForge.Math.NetStandard;
66

77
[TestFixture]
88
public class Matrix4x4Test

AForge.Tests.NetStandard/AForge.Math.Tests/Metrics/MetricsTest.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
namespace FileFormat.AForge.Tests.NetStandard.AForge.Math.Tests.Metrics
1+
namespace Openize.AForge.Tests.NetStandard.AForge.Math.Tests.Metrics
22
{
33
using System;
4-
using FileFormat.AForge.Math.NetStandard.Metrics;
54
using NUnit.Framework;
5+
using Openize.AForge.Math.NetStandard.Metrics;
66

77
[TestFixture]
88
public class MetricsTest

AForge.Tests.NetStandard/AForge.Math.Tests/StatisticsTest.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
namespace FileFormat.AForge.Tests.NetStandard.AForge.Math.Tests
1+
namespace Openize.AForge.Tests.NetStandard.AForge.Math.Tests
22
{
3-
using FileFormat.AForge.Math.NetStandard;
43
using NUnit.Framework;
4+
using Openize.AForge.Math.NetStandard;
55

66
[TestFixture]
77
public class StatisticsTest

AForge.Tests.NetStandard/AForge.Math.Tests/ToolsTest.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
namespace FileFormat.AForge.Tests.NetStandard.AForge.Math.Tests
1+
namespace Openize.AForge.Tests.NetStandard.AForge.Math.Tests
22
{
3-
using FileFormat.AForge.Math.NetStandard;
43
using NUnit.Framework;
4+
using Openize.AForge.Math.NetStandard;
55

66
[TestFixture]
77
public class ToolsTest

AForge.Tests.NetStandard/AForge.Math.Tests/Vector3Test.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
namespace FileFormat.AForge.Tests.NetStandard.AForge.Math.Tests
1+
namespace Openize.AForge.Tests.NetStandard.AForge.Math.Tests
22
{
3-
using FileFormat.AForge.Math.NetStandard;
43
using NUnit.Framework;
4+
using Openize.AForge.Math.NetStandard;
55

66
[TestFixture]
77
public class Vector3Test

AForge.Tests.NetStandard/AForge.Tests/IntPointTest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace FileFormat.AForge.Tests.NetStandard.AForge.Tests
1+
namespace Openize.AForge.Tests.NetStandard.AForge.Tests
22
{
33
using Core.NetStandard;
44
using NUnit.Framework;

AForge.Tests.NetStandard/AForge.Tests/IntRangeTest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace FileFormat.AForge.Tests.NetStandard.AForge.Tests
1+
namespace Openize.AForge.Tests.NetStandard.AForge.Tests
22
{
33
using Core.NetStandard;
44
using NUnit.Framework;

AForge.Tests.NetStandard/AForge.Tests/PointTest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace FileFormat.AForge.Tests.NetStandard.AForge.Tests
1+
namespace Openize.AForge.Tests.NetStandard.AForge.Tests
22
{
33
using Core.NetStandard;
44
using NUnit.Framework;

AForge.Tests.NetStandard/AForge.Tests/RangeTest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace FileFormat.AForge.Tests.NetStandard.AForge.Tests
1+
namespace Openize.AForge.Tests.NetStandard.AForge.Tests
22
{
33
using Core.NetStandard;
44
using NUnit.Framework;

AForge.Tests.NetStandard/FileFormat.AForge.Tests.NetStandard.csproj renamed to AForge.Tests.NetStandard/Openize.AForge.Tests.NetStandard.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<ProjectReference Include="..\Sources\Core\FileFormat.AForge.Core.NetStandard.csproj" />
17-
<ProjectReference Include="..\Sources\imaging\FileFormat.AForge.Imaing.NetStandard.csproj" />
18-
<ProjectReference Include="..\Sources\Math\FileFormat.AForge.Math.NetStandard.csproj" />
16+
<ProjectReference Include="..\Sources\Core\Openize.AForge.Core.NetStandard.csproj" />
17+
<ProjectReference Include="..\Sources\Imaging\Openize.AForge.Imaging.NetStandard.csproj" />
18+
<ProjectReference Include="..\Sources\Math\Openize.AForge.Math.NetStandard.csproj" />
1919
</ItemGroup>
2020

2121
</Project>

FileFormat.AForge.sln renamed to Openize.AForge.sln

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,20 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.9.34728.123
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileFormat.AForge.Imaing.NetStandard", "Sources\imaging\FileFormat.AForge.Imaing.NetStandard.csproj", "{290E8464-5301-4C3F-B3AB-7D7D4B55C652}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Openize.AForge.Core.NetStandard", "Sources\Core\Openize.AForge.Core.NetStandard.csproj", "{91E7EA4E-0F78-45E0-A0F8-534116651D0B}"
77
EndProject
8-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileFormat.AForge.Core.NetStandard", "Sources\Core\FileFormat.AForge.Core.NetStandard.csproj", "{91E7EA4E-0F78-45E0-A0F8-534116651D0B}"
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Openize.AForge.Math.NetStandard", "Sources\Math\Openize.AForge.Math.NetStandard.csproj", "{32257DA7-0CDD-4FE9-87BD-20247625EB28}"
99
EndProject
10-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileFormat.AForge.Math.NetStandard", "Sources\Math\FileFormat.AForge.Math.NetStandard.csproj", "{32257DA7-0CDD-4FE9-87BD-20247625EB28}"
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Openize.AForge.Tests.NetStandard", "AForge.Tests.NetStandard\Openize.AForge.Tests.NetStandard.csproj", "{971D790B-4E2A-473A-976C-2ECF64371917}"
1111
EndProject
12-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileFormat.AForge.Tests.NetStandard", "AForge.Tests.NetStandard\FileFormat.AForge.Tests.NetStandard.csproj", "{971D790B-4E2A-473A-976C-2ECF64371917}"
12+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Openize.AForge.Imaging.NetStandard", "Sources\Imaging\Openize.AForge.Imaging.NetStandard.csproj", "{33E3D402-510B-46B4-9C67-19E3118FEC2F}"
1313
EndProject
1414
Global
1515
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1616
Debug|Any CPU = Debug|Any CPU
1717
Release|Any CPU = Release|Any CPU
1818
EndGlobalSection
1919
GlobalSection(ProjectConfigurationPlatforms) = postSolution
20-
{290E8464-5301-4C3F-B3AB-7D7D4B55C652}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21-
{290E8464-5301-4C3F-B3AB-7D7D4B55C652}.Debug|Any CPU.Build.0 = Debug|Any CPU
22-
{290E8464-5301-4C3F-B3AB-7D7D4B55C652}.Release|Any CPU.ActiveCfg = Release|Any CPU
23-
{290E8464-5301-4C3F-B3AB-7D7D4B55C652}.Release|Any CPU.Build.0 = Release|Any CPU
2420
{91E7EA4E-0F78-45E0-A0F8-534116651D0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2521
{91E7EA4E-0F78-45E0-A0F8-534116651D0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
2622
{91E7EA4E-0F78-45E0-A0F8-534116651D0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -33,6 +29,10 @@ Global
3329
{971D790B-4E2A-473A-976C-2ECF64371917}.Debug|Any CPU.Build.0 = Debug|Any CPU
3430
{971D790B-4E2A-473A-976C-2ECF64371917}.Release|Any CPU.ActiveCfg = Release|Any CPU
3531
{971D790B-4E2A-473A-976C-2ECF64371917}.Release|Any CPU.Build.0 = Release|Any CPU
32+
{33E3D402-510B-46B4-9C67-19E3118FEC2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33+
{33E3D402-510B-46B4-9C67-19E3118FEC2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
34+
{33E3D402-510B-46B4-9C67-19E3118FEC2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
35+
{33E3D402-510B-46B4-9C67-19E3118FEC2F}.Release|Any CPU.Build.0 = Release|Any CPU
3636
EndGlobalSection
3737
GlobalSection(SolutionProperties) = preSolution
3838
HideSolutionNode = FALSE

README.md

+14-12
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,35 @@
1-
# FileFormat.AForge
1+
# Openize.AForge
22

3-
**FileFormat.AForge** This is a fork of the [AForge.Net](https://github.com/andrewkirillov/AForge.NET) project, which includes the Imaging library. This version has been translated into the NetStandard 2.0 framework, and uses [Aspose.Drawing](https://docs.aspose.com/drawing/net/) as a graphics engine, which allows you to create cross-platform applications using lastest .Net platforms.
3+
**Openize.AForge** This is a fork of the [AForge.Net](https://github.com/andrewkirillov/AForge.NET) project, which includes the Imaging library. This version has been translated into the NetStandard 2.0 framework, and uses [Aspose.Drawing](https://docs.aspose.com/drawing/net/) as a graphics engine, which allows you to create cross-platform applications using lastest .Net platforms.
44

55
## Platform dependence
66

7-
FileFormat.AForge can be used to develop applications on Windows Desktop (x86, x64), Windows Server (x86, x64), Windows Azure, Windows Embedded (CE 6.0 R2), as well as Linux x64. The supported platforms include Net Core 3.1, Net6.0, Net7.0, Net8.0.
7+
Openize.AForge can be used to develop applications on Windows Desktop (x86, x64), Windows Server (x86, x64), Windows Azure, Windows Embedded (CE 6.0 R2), as well as Linux x64. The supported platforms include Net Core 3.1, Net6.0, Net7.0, Net8.0.
88

9-
## New Features & Enhancements in Version 24.9
10-
- First release
9+
## New Features & Enhancements in Version 25.2
10+
- Change FileFormat to Openize
11+
- Update Aspose.Drawing Engine
1112

12-
## Getting Started with FileFormat.AForge for .NET
1313

14-
Are you ready to give FileFormat.AForge a try? Simply execute
14+
## Getting Started with Openize.AForge for .NET
15+
16+
Are you ready to give Openize.AForge a try? Simply execute
1517

1618
```
17-
Install-Package FileFormat.AForge
19+
Install-Package Openize.AForge
1820
```
1921

2022
from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have AForge.Imaging.Net and want to upgrade the version, please execute
2123

2224
```
23-
Update-Package FileFormat.AForge
25+
Update-Package Openize.AForge
2426
```
2527

2628
to get the latest version.
2729

2830
## Product License
29-
- [FileFormat.AForge is distributed under LGPL license](http://www.gnu.org/licenses/lgpl.html)
30-
- [Aspose.Drawing .NET is distributed under Aspose EULA license](https://www.conholdate.app/viewer/view/my6hZebP2Hvz3brV/aspose_end-user-license-agreement_2023-11-20.pdf.pdf);
31+
- [Openize.AForge is distributed under LGPL license](http://www.gnu.org/licenses/lgpl.html)
32+
- [Aspose.Drawing .NET is distributed under Aspose EULA license](https://www.conholdate.app/viewer/view/4Y8UNm7laVFjMAd0r/aspose_end-user-license-agreement_2024-05-16.pdf);
3133

3234

3335
## Usage example
@@ -40,7 +42,7 @@ System.Drawing.AsposeDrawing.License license = new System.Drawing.AsposeDrawing.
4042
license.SetLicense("Aspose.Drawing.License.lic");
4143

4244
//Create grayscale filter
43-
var grayscaleFilter = new FileFormat.AForge.Imaging.Filters.Grayscale(0.2126, 0.7152, 0.0722);
45+
var grayscaleFilter = new Openize.AForge.Imaging.Filters.Grayscale(0.2126, 0.7152, 0.0722);
4446

4547
//open image
4648
using (var bmp = (Bitmap)Image.FromFile(@"sample.bmp"))

Sources/Core/Delegates.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
//
88

9-
namespace FileFormat.AForge.Core.NetStandard
9+
namespace Openize.AForge.Core.NetStandard
1010
{
1111
/// <summary>
1212
/// A delegate which is used by events notifying abount sent/received message.

Sources/Core/DoublePoint.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
//
88

9-
namespace FileFormat.AForge.Core.NetStandard
9+
namespace Openize.AForge.Core.NetStandard
1010
{
1111
using System;
1212

Sources/Core/DoubleRange.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
//
88

9-
namespace FileFormat.AForge.Core.NetStandard
9+
namespace Openize.AForge.Core.NetStandard
1010
{
1111
using System;
1212

Sources/Core/EventArgs.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
//
88

9-
namespace FileFormat.AForge.Core.NetStandard
9+
namespace Openize.AForge.Core.NetStandard
1010
{
1111
using System;
1212

Sources/Core/Exceptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
//
88

9-
namespace FileFormat.AForge.Core.NetStandard
9+
namespace Openize.AForge.Core.NetStandard
1010
{
1111
using System;
1212

Sources/Core/IntPoint.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
//
88

9-
namespace FileFormat.AForge.Core.NetStandard
9+
namespace Openize.AForge.Core.NetStandard
1010
{
1111
using System;
1212

Sources/Core/IntRange.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
//
88

9-
namespace FileFormat.AForge.Core.NetStandard
9+
namespace Openize.AForge.Core.NetStandard
1010
{
1111
using System;
1212

Sources/Core/Parallel.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
//
1111

12-
namespace FileFormat.AForge.Core.NetStandard
12+
namespace Openize.AForge.Core.NetStandard
1313
{
1414
using System;
1515
using System.Threading;

0 commit comments

Comments
 (0)