diff --git a/Samples/CSharp/ASPCore/WebAPISampleProject/Common/Common.csproj b/Samples/CSharp/ASPCore/WebAPISampleProject/Common/Common.csproj index 0d1e511..a33fb9d 100644 --- a/Samples/CSharp/ASPCore/WebAPISampleProject/Common/Common.csproj +++ b/Samples/CSharp/ASPCore/WebAPISampleProject/Common/Common.csproj @@ -7,7 +7,7 @@ - + diff --git a/Samples/CSharp/ASPCore/WebAPISampleProject/WebAPISampleProject.BinaryGo/WebAPISampleProject.BinaryGo.csproj b/Samples/CSharp/ASPCore/WebAPISampleProject/WebAPISampleProject.BinaryGo/WebAPISampleProject.BinaryGo.csproj index 418502f..93117b4 100644 --- a/Samples/CSharp/ASPCore/WebAPISampleProject/WebAPISampleProject.BinaryGo/WebAPISampleProject.BinaryGo.csproj +++ b/Samples/CSharp/ASPCore/WebAPISampleProject/WebAPISampleProject.BinaryGo/WebAPISampleProject.BinaryGo.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/Samples/CSharp/ASPCore/WebAPISampleProject/WebAPISampleProject.MemoryPack/WebAPISampleProject.MemoryPack.csproj b/Samples/CSharp/ASPCore/WebAPISampleProject/WebAPISampleProject.MemoryPack/WebAPISampleProject.MemoryPack.csproj index 500da97..2f1e8d5 100644 --- a/Samples/CSharp/ASPCore/WebAPISampleProject/WebAPISampleProject.MemoryPack/WebAPISampleProject.MemoryPack.csproj +++ b/Samples/CSharp/ASPCore/WebAPISampleProject/WebAPISampleProject.MemoryPack/WebAPISampleProject.MemoryPack.csproj @@ -7,7 +7,7 @@ - + diff --git a/Samples/CSharp/ASPCore/WebAPISampleProject/WebAPISampleProject.MessagePack/WebAPISampleProject.MessagePack.csproj b/Samples/CSharp/ASPCore/WebAPISampleProject/WebAPISampleProject.MessagePack/WebAPISampleProject.MessagePack.csproj index e5da6b4..ba01400 100644 --- a/Samples/CSharp/ASPCore/WebAPISampleProject/WebAPISampleProject.MessagePack/WebAPISampleProject.MessagePack.csproj +++ b/Samples/CSharp/ASPCore/WebAPISampleProject/WebAPISampleProject.MessagePack/WebAPISampleProject.MessagePack.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/Samples/CSharp/ASPCore/WebAPISampleProject/WebAPISampleProject.NewtonSoft.Json/WebAPISampleProject.NewtonSoft.Json.csproj b/Samples/CSharp/ASPCore/WebAPISampleProject/WebAPISampleProject.NewtonSoft.Json/WebAPISampleProject.NewtonSoft.Json.csproj index ac1fc24..0faaaca 100644 --- a/Samples/CSharp/ASPCore/WebAPISampleProject/WebAPISampleProject.NewtonSoft.Json/WebAPISampleProject.NewtonSoft.Json.csproj +++ b/Samples/CSharp/ASPCore/WebAPISampleProject/WebAPISampleProject.NewtonSoft.Json/WebAPISampleProject.NewtonSoft.Json.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/Samples/CSharp/ASPCore/WebAPISampleProject/WebAPISampleProject.System.Text.Json/WebAPISampleProject.System.Text.Json.csproj b/Samples/CSharp/ASPCore/WebAPISampleProject/WebAPISampleProject.System.Text.Json/WebAPISampleProject.System.Text.Json.csproj index 7f84102..7da9edc 100644 --- a/Samples/CSharp/ASPCore/WebAPISampleProject/WebAPISampleProject.System.Text.Json/WebAPISampleProject.System.Text.Json.csproj +++ b/Samples/CSharp/ASPCore/WebAPISampleProject/WebAPISampleProject.System.Text.Json/WebAPISampleProject.System.Text.Json.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/Samples/CSharp/ASPCore/WebAPISampleProject/WebAPISampleProject.System.Text.Xml/WebAPISampleProject.System.Text.Xml.csproj b/Samples/CSharp/ASPCore/WebAPISampleProject/WebAPISampleProject.System.Text.Xml/WebAPISampleProject.System.Text.Xml.csproj index b272592..7d410df 100644 --- a/Samples/CSharp/ASPCore/WebAPISampleProject/WebAPISampleProject.System.Text.Xml/WebAPISampleProject.System.Text.Xml.csproj +++ b/Samples/CSharp/ASPCore/WebAPISampleProject/WebAPISampleProject.System.Text.Xml/WebAPISampleProject.System.Text.Xml.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/Samples/CSharp/ASPCore/WebAPISampleProject/WebAPISampleProject.System.YamlDotNet/WebAPISampleProject.System.YamlDotNet.csproj b/Samples/CSharp/ASPCore/WebAPISampleProject/WebAPISampleProject.System.YamlDotNet/WebAPISampleProject.System.YamlDotNet.csproj index e497308..de9cde3 100644 --- a/Samples/CSharp/ASPCore/WebAPISampleProject/WebAPISampleProject.System.YamlDotNet/WebAPISampleProject.System.YamlDotNet.csproj +++ b/Samples/CSharp/ASPCore/WebAPISampleProject/WebAPISampleProject.System.YamlDotNet/WebAPISampleProject.System.YamlDotNet.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/src/CSharp/EasyMicroservices.Serialization.BinaryGo/BinaryGoExtensions.cs b/src/CSharp/EasyMicroservices.Serialization.BinaryGo/BinaryGoExtensions.cs index e2adb01..547e0f0 100644 --- a/src/CSharp/EasyMicroservices.Serialization.BinaryGo/BinaryGoExtensions.cs +++ b/src/CSharp/EasyMicroservices.Serialization.BinaryGo/BinaryGoExtensions.cs @@ -5,7 +5,7 @@ using EasyMicroservices.Serialization.Options; using EasyMicroservices.Serialization.BinaryGo.Providers; -namespace EasyMicroservices.Serialization +namespace Microsoft.Extensions.DependencyInjection { /// /// diff --git a/src/CSharp/EasyMicroservices.Serialization.BinaryGo/EasyMicroservices.Serialization.BinaryGo.csproj b/src/CSharp/EasyMicroservices.Serialization.BinaryGo/EasyMicroservices.Serialization.BinaryGo.csproj index 7c92301..d72100e 100644 --- a/src/CSharp/EasyMicroservices.Serialization.BinaryGo/EasyMicroservices.Serialization.BinaryGo.csproj +++ b/src/CSharp/EasyMicroservices.Serialization.BinaryGo/EasyMicroservices.Serialization.BinaryGo.csproj @@ -17,7 +17,7 @@ AnyCPU;x64;x86 EasyMicroservices true - 0.0.0.2 + 0.0.0.3 Serialize and deserialize wrapper EasyMicroservices@gmail.com Serialize,deserialize diff --git a/src/CSharp/EasyMicroservices.Serialization.DependencyInjection/EasyMicroservices.Serialization.DependencyInjection.csproj b/src/CSharp/EasyMicroservices.Serialization.DependencyInjection/EasyMicroservices.Serialization.DependencyInjection.csproj index 6b1394c..1daefde 100644 --- a/src/CSharp/EasyMicroservices.Serialization.DependencyInjection/EasyMicroservices.Serialization.DependencyInjection.csproj +++ b/src/CSharp/EasyMicroservices.Serialization.DependencyInjection/EasyMicroservices.Serialization.DependencyInjection.csproj @@ -17,7 +17,7 @@ AnyCPU;x64;x86 EasyMicroservices true - 0.0.0.1 + 0.0.0.2 Serialize and deserialize wrapper EasyMicroservices@gmail.com Serialize,deserialize diff --git a/src/CSharp/EasyMicroservices.Serialization.DependencyInjection/SerializationExtensions.cs b/src/CSharp/EasyMicroservices.Serialization.DependencyInjection/SerializationExtensions.cs index 3d455ba..d0cd1f3 100644 --- a/src/CSharp/EasyMicroservices.Serialization.DependencyInjection/SerializationExtensions.cs +++ b/src/CSharp/EasyMicroservices.Serialization.DependencyInjection/SerializationExtensions.cs @@ -1,8 +1,10 @@ -using System; +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. + +using System; using EasyMicroservices.Serialization.Options; -using Microsoft.Extensions.DependencyInjection; -namespace EasyMicroservices.Serialization.AspCore +namespace Microsoft.Extensions.DependencyInjection { /// /// diff --git a/src/CSharp/EasyMicroservices.Serialization.MemoryPack/EasyMicroservices.Serialization.MemoryPack.csproj b/src/CSharp/EasyMicroservices.Serialization.MemoryPack/EasyMicroservices.Serialization.MemoryPack.csproj index e708323..3c3aa24 100644 --- a/src/CSharp/EasyMicroservices.Serialization.MemoryPack/EasyMicroservices.Serialization.MemoryPack.csproj +++ b/src/CSharp/EasyMicroservices.Serialization.MemoryPack/EasyMicroservices.Serialization.MemoryPack.csproj @@ -17,7 +17,7 @@ AnyCPU;x64;x86 EasyMicroservices true - 0.0.0.2 + 0.0.0.3 Serialize and deserialize wrapper EasyMicroservice@gmail.com Serialize,deserialize diff --git a/src/CSharp/EasyMicroservices.Serialization.MemoryPack/MemoryPackExtensions.cs b/src/CSharp/EasyMicroservices.Serialization.MemoryPack/MemoryPackExtensions.cs index de3af33..262b122 100644 --- a/src/CSharp/EasyMicroservices.Serialization.MemoryPack/MemoryPackExtensions.cs +++ b/src/CSharp/EasyMicroservices.Serialization.MemoryPack/MemoryPackExtensions.cs @@ -2,7 +2,7 @@ using EasyMicroservices.Serialization.Options; using EasyMicroservices.Serialization.MemoryPack.Providers; -namespace EasyMicroservices.Serialization +namespace Microsoft.Extensions.DependencyInjection { /// /// diff --git a/src/CSharp/EasyMicroservices.Serialization.MessagePack/EasyMicroservices.Serialization.MessagePack.csproj b/src/CSharp/EasyMicroservices.Serialization.MessagePack/EasyMicroservices.Serialization.MessagePack.csproj index d706417..2eb351d 100644 --- a/src/CSharp/EasyMicroservices.Serialization.MessagePack/EasyMicroservices.Serialization.MessagePack.csproj +++ b/src/CSharp/EasyMicroservices.Serialization.MessagePack/EasyMicroservices.Serialization.MessagePack.csproj @@ -17,7 +17,7 @@ AnyCPU;x64;x86 EasyMicroservices true - 0.0.0.2 + 0.0.0.3 Serilize and deserilize wrapper EasyMicroservices@gmail.com Serilize,deserilize diff --git a/src/CSharp/EasyMicroservices.Serialization.MessagePack/MessagePackExtensions.cs b/src/CSharp/EasyMicroservices.Serialization.MessagePack/MessagePackExtensions.cs index ba9a597..e5ff4fa 100644 --- a/src/CSharp/EasyMicroservices.Serialization.MessagePack/MessagePackExtensions.cs +++ b/src/CSharp/EasyMicroservices.Serialization.MessagePack/MessagePackExtensions.cs @@ -2,7 +2,7 @@ using EasyMicroservices.Serialization.Options; using EasyMicroservices.Serialization.MessagePack.Providers; -namespace EasyMicroservices.Serialization +namespace Microsoft.Extensions.DependencyInjection { /// /// diff --git a/src/CSharp/EasyMicroservices.Serialization.NewtonSoft.Json/EasyMicroservices.Serialization.Newtonsoft.Json.csproj b/src/CSharp/EasyMicroservices.Serialization.NewtonSoft.Json/EasyMicroservices.Serialization.Newtonsoft.Json.csproj index 2bf81d6..eccd724 100644 --- a/src/CSharp/EasyMicroservices.Serialization.NewtonSoft.Json/EasyMicroservices.Serialization.Newtonsoft.Json.csproj +++ b/src/CSharp/EasyMicroservices.Serialization.NewtonSoft.Json/EasyMicroservices.Serialization.Newtonsoft.Json.csproj @@ -17,7 +17,7 @@ AnyCPU;x64;x86 EasyMicroservices true - 0.0.0.4 + 0.0.0.5 Serialize and deserialize wrapper EasyMicroservices@gmail.com Serialize,deserialize diff --git a/src/CSharp/EasyMicroservices.Serialization.NewtonSoft.Json/NewtonsoftJsonExtensions.cs b/src/CSharp/EasyMicroservices.Serialization.NewtonSoft.Json/NewtonsoftJsonExtensions.cs index fe73406..4d51959 100644 --- a/src/CSharp/EasyMicroservices.Serialization.NewtonSoft.Json/NewtonsoftJsonExtensions.cs +++ b/src/CSharp/EasyMicroservices.Serialization.NewtonSoft.Json/NewtonsoftJsonExtensions.cs @@ -2,7 +2,7 @@ using EasyMicroservices.Serialization.Options; using EasyMicroservices.Serialization.Newtonsoft.Json.Providers; -namespace EasyMicroservices.Serialization +namespace Microsoft.Extensions.DependencyInjection { /// /// diff --git a/src/CSharp/EasyMicroservices.Serialization.System.Text.Json/EasyMicroservices.Serialization.System.Text.Json.csproj b/src/CSharp/EasyMicroservices.Serialization.System.Text.Json/EasyMicroservices.Serialization.System.Text.Json.csproj index e320108..df117ca 100644 --- a/src/CSharp/EasyMicroservices.Serialization.System.Text.Json/EasyMicroservices.Serialization.System.Text.Json.csproj +++ b/src/CSharp/EasyMicroservices.Serialization.System.Text.Json/EasyMicroservices.Serialization.System.Text.Json.csproj @@ -17,7 +17,7 @@ AnyCPU;x64;x86 EasyMicroservices true - 0.0.0.5 + 0.0.0.6 Serialize and deserialize wrapper EasyMicroservice@gmail.com Serialize,deserialize diff --git a/src/CSharp/EasyMicroservices.Serialization.System.Text.Json/SystemTextJsonExtensions.cs b/src/CSharp/EasyMicroservices.Serialization.System.Text.Json/SystemTextJsonExtensions.cs index 854539b..6727f5d 100644 --- a/src/CSharp/EasyMicroservices.Serialization.System.Text.Json/SystemTextJsonExtensions.cs +++ b/src/CSharp/EasyMicroservices.Serialization.System.Text.Json/SystemTextJsonExtensions.cs @@ -2,7 +2,7 @@ using EasyMicroservices.Serialization.Options; using EasyMicroservices.Serialization.System.Text.Json.Providers; -namespace EasyMicroservices.Serialization +namespace Microsoft.Extensions.DependencyInjection { /// /// diff --git a/src/CSharp/EasyMicroservices.Serialization.System.Text.Xml/EasyMicroservices.Serialization.System.Text.Xml.csproj b/src/CSharp/EasyMicroservices.Serialization.System.Text.Xml/EasyMicroservices.Serialization.System.Text.Xml.csproj index e8ea97b..0c9403c 100644 --- a/src/CSharp/EasyMicroservices.Serialization.System.Text.Xml/EasyMicroservices.Serialization.System.Text.Xml.csproj +++ b/src/CSharp/EasyMicroservices.Serialization.System.Text.Xml/EasyMicroservices.Serialization.System.Text.Xml.csproj @@ -17,7 +17,7 @@ AnyCPU;x64;x86 EasyMicroservices true - 0.0.0.2 + 0.0.0.3 Serialize and deserialize wrapper EasyMicroservice@gmail.com Serialize,deserialize diff --git a/src/CSharp/EasyMicroservices.Serialization.System.Text.Xml/SystemTextXmlExtensions.cs b/src/CSharp/EasyMicroservices.Serialization.System.Text.Xml/SystemTextXmlExtensions.cs index a8d6a69..c7a88f3 100644 --- a/src/CSharp/EasyMicroservices.Serialization.System.Text.Xml/SystemTextXmlExtensions.cs +++ b/src/CSharp/EasyMicroservices.Serialization.System.Text.Xml/SystemTextXmlExtensions.cs @@ -2,7 +2,7 @@ using EasyMicroservices.Serialization.Options; using EasyMicroservices.Serialization.System.Text.Xml.Providers; -namespace EasyMicroservices.Serialization +namespace Microsoft.Extensions.DependencyInjection { /// /// diff --git a/src/CSharp/EasyMicroservices.Serialization.YamlDotNet/EasyMicroservices.Serialization.YamlDotNet.csproj b/src/CSharp/EasyMicroservices.Serialization.YamlDotNet/EasyMicroservices.Serialization.YamlDotNet.csproj index 707d525..d8c16cd 100644 --- a/src/CSharp/EasyMicroservices.Serialization.YamlDotNet/EasyMicroservices.Serialization.YamlDotNet.csproj +++ b/src/CSharp/EasyMicroservices.Serialization.YamlDotNet/EasyMicroservices.Serialization.YamlDotNet.csproj @@ -17,7 +17,7 @@ AnyCPU;x64;x86 EasyMicroservices true - 0.0.0.2 + 0.0.0.3 Serialize and deserialize wrapper EasyMicroservices@gmail.com Serialize,deserialize diff --git a/src/CSharp/EasyMicroservices.Serialization.YamlDotNet/YamlDotNetExtensions.cs b/src/CSharp/EasyMicroservices.Serialization.YamlDotNet/YamlDotNetExtensions.cs index 4972d14..189bd75 100644 --- a/src/CSharp/EasyMicroservices.Serialization.YamlDotNet/YamlDotNetExtensions.cs +++ b/src/CSharp/EasyMicroservices.Serialization.YamlDotNet/YamlDotNetExtensions.cs @@ -2,7 +2,7 @@ using EasyMicroservices.Serialization.Options; using EasyMicroservices.Serialization.YamlDotNet.Providers; -namespace EasyMicroservices.Serialization +namespace Microsoft.Extensions.DependencyInjection { /// /// diff --git a/src/CSharp/EasyMicroservices.Serialization/EasyMicroservices.Serialization.csproj b/src/CSharp/EasyMicroservices.Serialization/EasyMicroservices.Serialization.csproj index dcc8814..d36c7cb 100644 --- a/src/CSharp/EasyMicroservices.Serialization/EasyMicroservices.Serialization.csproj +++ b/src/CSharp/EasyMicroservices.Serialization/EasyMicroservices.Serialization.csproj @@ -17,7 +17,7 @@ AnyCPU;x64;x86 EasyMicroservices true - 0.0.0.2 + 0.0.0.3 Serialize and deserialize wrapper EasyMicroservices@gmail.com Serialize,deserialize