diff --git a/YD_XinWei.Commons/bin/Debug/net6.0/YD_XinWei.Commons.dll b/YD_XinWei.Commons/bin/Debug/net6.0/YD_XinWei.Commons.dll index 2680e82..1960fb4 100644 Binary files a/YD_XinWei.Commons/bin/Debug/net6.0/YD_XinWei.Commons.dll and b/YD_XinWei.Commons/bin/Debug/net6.0/YD_XinWei.Commons.dll differ diff --git a/YD_XinWei.Commons/bin/Debug/net6.0/YD_XinWei.Commons.pdb b/YD_XinWei.Commons/bin/Debug/net6.0/YD_XinWei.Commons.pdb index 5284f53..12188c3 100644 Binary files a/YD_XinWei.Commons/bin/Debug/net6.0/YD_XinWei.Commons.pdb and b/YD_XinWei.Commons/bin/Debug/net6.0/YD_XinWei.Commons.pdb differ diff --git a/YD_XinWei.Commons/obj/Debug/net6.0/YD_XinWei.Commons.AssemblyInfo.cs b/YD_XinWei.Commons/obj/Debug/net6.0/YD_XinWei.Commons.AssemblyInfo.cs index 05b7c95..23670cb 100644 --- a/YD_XinWei.Commons/obj/Debug/net6.0/YD_XinWei.Commons.AssemblyInfo.cs +++ b/YD_XinWei.Commons/obj/Debug/net6.0/YD_XinWei.Commons.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("YD_XinWei.Commons")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+752e8450bc927a77c48d41a6a283e9bc09702552")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+dc262ec0f86c14b16059c84f412c1f71e8f999ff")] [assembly: System.Reflection.AssemblyProductAttribute("YD_XinWei.Commons")] [assembly: System.Reflection.AssemblyTitleAttribute("YD_XinWei.Commons")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/YD_XinWei.Commons/obj/Debug/net6.0/YD_XinWei.Commons.AssemblyInfoInputs.cache b/YD_XinWei.Commons/obj/Debug/net6.0/YD_XinWei.Commons.AssemblyInfoInputs.cache index 9a4651f..113cdfe 100644 --- a/YD_XinWei.Commons/obj/Debug/net6.0/YD_XinWei.Commons.AssemblyInfoInputs.cache +++ b/YD_XinWei.Commons/obj/Debug/net6.0/YD_XinWei.Commons.AssemblyInfoInputs.cache @@ -1 +1 @@ -88543b9d86fdd1d73a4ab5dd492e00b34a1ffaae4402297e26f90de2ee9c4014 +03677df9fbe6bfffea0082c975e1ef93021dd50ab9e83b42574831346ed0b1fd diff --git a/YD_XinWei.Commons/obj/Debug/net6.0/YD_XinWei.Commons.dll b/YD_XinWei.Commons/obj/Debug/net6.0/YD_XinWei.Commons.dll index 2680e82..1960fb4 100644 Binary files a/YD_XinWei.Commons/obj/Debug/net6.0/YD_XinWei.Commons.dll and b/YD_XinWei.Commons/obj/Debug/net6.0/YD_XinWei.Commons.dll differ diff --git a/YD_XinWei.Commons/obj/Debug/net6.0/YD_XinWei.Commons.pdb b/YD_XinWei.Commons/obj/Debug/net6.0/YD_XinWei.Commons.pdb index 5284f53..12188c3 100644 Binary files a/YD_XinWei.Commons/obj/Debug/net6.0/YD_XinWei.Commons.pdb and b/YD_XinWei.Commons/obj/Debug/net6.0/YD_XinWei.Commons.pdb differ diff --git a/YD_XinWei.Commons/obj/Debug/net6.0/ref/YD_XinWei.Commons.dll b/YD_XinWei.Commons/obj/Debug/net6.0/ref/YD_XinWei.Commons.dll index ea85776..989ee6a 100644 Binary files a/YD_XinWei.Commons/obj/Debug/net6.0/ref/YD_XinWei.Commons.dll and b/YD_XinWei.Commons/obj/Debug/net6.0/ref/YD_XinWei.Commons.dll differ diff --git a/YD_XinWei.Commons/obj/Debug/net6.0/refint/YD_XinWei.Commons.dll b/YD_XinWei.Commons/obj/Debug/net6.0/refint/YD_XinWei.Commons.dll index ea85776..989ee6a 100644 Binary files a/YD_XinWei.Commons/obj/Debug/net6.0/refint/YD_XinWei.Commons.dll and b/YD_XinWei.Commons/obj/Debug/net6.0/refint/YD_XinWei.Commons.dll differ diff --git a/YD_XinWei/Startup.cs b/YD_XinWei/Startup.cs index ebab4ad..a8b0d18 100644 --- a/YD_XinWei/Startup.cs +++ b/YD_XinWei/Startup.cs @@ -157,7 +157,7 @@ namespace YD_XinWei.Api string xmlFile = $"{Assembly.GetExecutingAssembly().GetName().Name}.xml"; string xmlPath = Path.Combine(AppContext.BaseDirectory, xmlFile); c.IncludeXmlComments(xmlPath, true); - c.IncludeXmlComments(Path.Combine(AppContext.BaseDirectory, "YD_XinWei.xml")); + c.IncludeXmlComments(Path.Combine(AppContext.BaseDirectory, "YD_XinWei.Api.xml")); //c.IncludeXmlComments(Path.Combine(AppContext.BaseDirectory, "YD_XinWei.Model.xml")); c.DocInclusionPredicate((docName, apiDes) => diff --git a/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.AssemblyInfo.cs b/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.AssemblyInfo.cs index 868c175..48cc9de 100644 --- a/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.AssemblyInfo.cs +++ b/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("YD_XinWei.Api")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+752e8450bc927a77c48d41a6a283e9bc09702552")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+dc262ec0f86c14b16059c84f412c1f71e8f999ff")] [assembly: System.Reflection.AssemblyProductAttribute("YD_XinWei.Api")] [assembly: System.Reflection.AssemblyTitleAttribute("YD_XinWei.Api")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.AssemblyInfoInputs.cache b/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.AssemblyInfoInputs.cache index 2f613e3..6f19482 100644 --- a/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.AssemblyInfoInputs.cache +++ b/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.AssemblyInfoInputs.cache @@ -1 +1 @@ -dee77e356e0bf6ea56b2806ff11782c74234817ea9aa8eff505bade5fa44cc77 +f27a190f1971429e810ac6eba4f1fd5386ffcf942db62d518a0da6168ecda63a diff --git a/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.csproj.AssemblyReference.cache b/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.csproj.AssemblyReference.cache index a622084..7a3e65c 100644 Binary files a/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.csproj.AssemblyReference.cache and b/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.csproj.AssemblyReference.cache differ diff --git a/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.dll b/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.dll index 7be9e4d..411c1a4 100644 Binary files a/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.dll and b/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.dll differ diff --git a/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.pdb b/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.pdb index 9094611..646b999 100644 Binary files a/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.pdb and b/YD_XinWei/obj/Debug/net6.0/YD_XinWei.Api.pdb differ diff --git a/YD_XinWei/obj/Debug/net6.0/apphost.exe b/YD_XinWei/obj/Debug/net6.0/apphost.exe index 624eabe..f00f345 100644 Binary files a/YD_XinWei/obj/Debug/net6.0/apphost.exe and b/YD_XinWei/obj/Debug/net6.0/apphost.exe differ diff --git a/YD_XinWei/obj/Debug/net6.0/ref/YD_XinWei.Api.dll b/YD_XinWei/obj/Debug/net6.0/ref/YD_XinWei.Api.dll index e8835c1..1eccbb4 100644 Binary files a/YD_XinWei/obj/Debug/net6.0/ref/YD_XinWei.Api.dll and b/YD_XinWei/obj/Debug/net6.0/ref/YD_XinWei.Api.dll differ diff --git a/YD_XinWei/obj/Debug/net6.0/refint/YD_XinWei.Api.dll b/YD_XinWei/obj/Debug/net6.0/refint/YD_XinWei.Api.dll index e8835c1..1eccbb4 100644 Binary files a/YD_XinWei/obj/Debug/net6.0/refint/YD_XinWei.Api.dll and b/YD_XinWei/obj/Debug/net6.0/refint/YD_XinWei.Api.dll differ