Skip to content

Commit e75bef4

Browse files
committed
Improved configuration location and name
1 parent c0fcd2a commit e75bef4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/AngleSharp.Io/AngleSharp.Io.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<Reference Include="System.Xml" />
4848
</ItemGroup>
4949
<ItemGroup>
50-
<Compile Include="ConfigurationExtensions.cs" />
50+
<Compile Include="IoConfigurationExtensions.cs" />
5151
<Compile Include="Dom\WebSocketReadyState.cs" />
5252
<Compile Include="GeneralExtensions.cs" />
5353
<Compile Include="Dom\WebSocket.cs" />

src/AngleSharp.Io/ConfigurationExtensions.cs renamed to src/AngleSharp.Io/IoConfigurationExtensions.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
namespace AngleSharp.Io
1+
namespace AngleSharp
22
{
3+
using AngleSharp.Io;
34
using AngleSharp.Io.Network;
45
using System;
56
using System.Net.Http;
@@ -8,7 +9,7 @@
89
/// <summary>
910
/// Additional extensions for improved requesters.
1011
/// </summary>
11-
public static class ConfigurationExtensions
12+
public static class IoConfigurationExtensions
1213
{
1314
/// <summary>
1415
/// Adds a loader service that comes with all (improved) requesters.

0 commit comments

Comments
 (0)