d
This commit is contained in:
parent
44f9b53c48
commit
e426228195
@ -175,7 +175,7 @@ namespace YD_AllHeartRates.Api
|
|||||||
string xmlFile = $"{Assembly.GetExecutingAssembly().GetName().Name}.xml";
|
string xmlFile = $"{Assembly.GetExecutingAssembly().GetName().Name}.xml";
|
||||||
string xmlPath = Path.Combine(AppContext.BaseDirectory, xmlFile);
|
string xmlPath = Path.Combine(AppContext.BaseDirectory, xmlFile);
|
||||||
c.IncludeXmlComments(xmlPath, true);
|
c.IncludeXmlComments(xmlPath, true);
|
||||||
c.IncludeXmlComments(Path.Combine(AppContext.BaseDirectory, "YD_AllHeartRates.xml"));
|
c.IncludeXmlComments(Path.Combine(AppContext.BaseDirectory, "YD_AllHeartRates.Api.xml"));
|
||||||
//c.IncludeXmlComments(Path.Combine(AppContext.BaseDirectory, "YD_AllHeartRates.Model.xml"));
|
//c.IncludeXmlComments(Path.Combine(AppContext.BaseDirectory, "YD_AllHeartRates.Model.xml"));
|
||||||
|
|
||||||
c.DocInclusionPredicate((docName, apiDes) =>
|
c.DocInclusionPredicate((docName, apiDes) =>
|
||||||
|
@ -14,7 +14,7 @@ using System.Reflection;
|
|||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("YD_AllHeartRates.Api")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("YD_AllHeartRates.Api")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ff3aab8117edbb84706b070a1390fbb2a1b1d69e")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+44f9b53c48c7b4790e7f0532bbe24b6e67246cec")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("YD_AllHeartRates.Api")]
|
[assembly: System.Reflection.AssemblyProductAttribute("YD_AllHeartRates.Api")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("YD_AllHeartRates.Api")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("YD_AllHeartRates.Api")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
@ -1 +1 @@
|
|||||||
2dc7306af9ae0f65989e76e39502b36f26827aadcbcab09155326990e013abd9
|
e54af12c87efd1bf9f27519116005badd1c731e6eaa236506c4a2e90ab15f0b9
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user