Skip to content

Commit f007a13

Browse files
committed
Change namespace
1 parent 33a768e commit f007a13

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Grok.Net/Grok.Net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<PropertyGroup>
17-
<Version>1.0.0</Version>
17+
<Version>1.0.1</Version>
1818
</PropertyGroup>
1919

2020
<ItemGroup>

src/Grok.Net/Grok.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using System.Text;
77
using System.Text.RegularExpressions;
88

9-
namespace Grok.Net
9+
namespace GrokNet
1010
{
1111
public class Grok
1212
{

src/Grok.Net/GrokItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace Grok.Net
1+
namespace GrokNet
22
{
33
public sealed class GrokItem
44
{

src/Grok.Net/GrokResult.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System.Collections.Generic;
22
using System.Collections.ObjectModel;
33

4-
namespace Grok.Net
4+
namespace GrokNet
55
{
66
public sealed class GrokResult : ReadOnlyCollection<GrokItem>
77
{

0 commit comments

Comments
 (0)