diff --git a/Faclon.Extend/Faclon.Extend.csproj b/Faclon.Extend/Faclon.Extend.csproj index 6237e14..06090c4 100644 --- a/Faclon.Extend/Faclon.Extend.csproj +++ b/Faclon.Extend/Faclon.Extend.csproj @@ -3,7 +3,7 @@ netstandard2.0;netstandard2.1 true - 1.0.0 + 1.0.1 bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml http://39.105.71.191/Falcon/Falcon.Extend http://39.105.71.191/Falcon/Falcon.Extend diff --git a/Faclon.Extend/ObjectCopyToOption.cs b/Faclon.Extend/ObjectCopyToOption.cs index 76f5d3c..cb5b82b 100644 --- a/Faclon.Extend/ObjectCopyToOption.cs +++ b/Faclon.Extend/ObjectCopyToOption.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.Text; -namespace Faclon.Extend +namespace Falcon.Extend { /// /// 对象复制选项 diff --git a/Faclon.Extend/ObjectExtend.cs b/Faclon.Extend/ObjectExtend.cs index d36921c..e52af1a 100644 --- a/Faclon.Extend/ObjectExtend.cs +++ b/Faclon.Extend/ObjectExtend.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using System.Text; -namespace Faclon.Extend +namespace Falcon.Extend { /// /// Object扩展 diff --git a/Faclon.Extend/StringExtend.cs b/Faclon.Extend/StringExtend.cs index 55328a4..adf05c9 100644 --- a/Faclon.Extend/StringExtend.cs +++ b/Faclon.Extend/StringExtend.cs @@ -1,4 +1,4 @@ -namespace Faclon.Extend +namespace Falcon.Extend { /// /// 字符串处理扩展 diff --git a/Faclon.ExtendTests/ObjectExtendTests.cs b/Faclon.ExtendTests/ObjectExtendTests.cs index 08404fd..0846320 100644 --- a/Faclon.ExtendTests/ObjectExtendTests.cs +++ b/Faclon.ExtendTests/ObjectExtendTests.cs @@ -1,10 +1,10 @@ using Microsoft.VisualStudio.TestTools.UnitTesting; -using Faclon.Extend; +using Falcon.Extend; using System; using System.Collections.Generic; using System.Text; -namespace Faclon.Extend.Tests +namespace Falcon.Extend.Tests { [TestClass()] public class ObjectExtendTests diff --git a/Faclon.ExtendTests/StringExtendTests.cs b/Faclon.ExtendTests/StringExtendTests.cs index 348e8b5..93cbff3 100644 --- a/Faclon.ExtendTests/StringExtendTests.cs +++ b/Faclon.ExtendTests/StringExtendTests.cs @@ -1,6 +1,6 @@ using Microsoft.VisualStudio.TestTools.UnitTesting; -namespace Faclon.Extend.Tests +namespace Falcon.Extend.Tests { [TestClass()] public class StringExtendTests diff --git a/Faclon.Extend.sln b/Falcon.Extend.sln similarity index 100% rename from Faclon.Extend.sln rename to Falcon.Extend.sln