Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 5ae1212

Browse files
committed
Put TypeConstants in ServiceStack namespace for easier discovery
1 parent 76079ef commit 5ae1212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.Text/TypeConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System.Reflection;
44
using System.Threading.Tasks;
55

6-
namespace ServiceStack.Text
6+
namespace ServiceStack
77
{
88
public static class TypeConstants
99
{

0 commit comments

Comments
 (0)