Hopefully I fixed ASPNetStileEndpoint
This commit is contained in:
parent
3b8aa80fb6
commit
a910a8eea2
|
@ -6,9 +6,9 @@
|
||||||
<PackageId>Tesses.Http</PackageId>
|
<PackageId>Tesses.Http</PackageId>
|
||||||
<Author>Mike Nolan</Author>
|
<Author>Mike Nolan</Author>
|
||||||
<Company>Tesses</Company>
|
<Company>Tesses</Company>
|
||||||
<Version>1.0.4</Version>
|
<Version>1.0.5</Version>
|
||||||
<AssemblyVersion>1.0.4</AssemblyVersion>
|
<AssemblyVersion>1.0.5</AssemblyVersion>
|
||||||
<FileVersion>1.0.4</FileVersion>
|
<FileVersion>1.0.5</FileVersion>
|
||||||
<Description>A Web Server/Client</Description>
|
<Description>A Web Server/Client</Description>
|
||||||
<PackageTags>HTTP, WebServer, WebClient</PackageTags>
|
<PackageTags>HTTP, WebServer, WebClient</PackageTags>
|
||||||
<RepositoryUrl>https://gitlab.tesses.cf/tesses50/tesses.http</RepositoryUrl>
|
<RepositoryUrl>https://gitlab.tesses.cf/tesses50/tesses.http</RepositoryUrl>
|
||||||
|
|
|
@ -13,11 +13,11 @@ using System.Reflection;
|
||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Tesses")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("Tesses")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyDescriptionAttribute("A Web Server/Client")]
|
[assembly: System.Reflection.AssemblyDescriptionAttribute("A Web Server/Client")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.4")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.5")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.4")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.5")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("Tesses.Http")]
|
[assembly: System.Reflection.AssemblyProductAttribute("Tesses.Http")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("Tesses.Http")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("Tesses.Http")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.4")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.5")]
|
||||||
[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://gitlab.tesses.cf/tesses50/tesses.http")]
|
[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://gitlab.tesses.cf/tesses50/tesses.http")]
|
||||||
|
|
||||||
// Generated by the MSBuild WriteCodeFragment class.
|
// Generated by the MSBuild WriteCodeFragment class.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
076d106603f408e4613a6142e111320b1ab1515f
|
ea07fdbaf83ce17f44af407f1148f1a51ba82f26
|
||||||
|
|
Loading…
Reference in New Issue