File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public static bool IsPlainTextFile ( string fileExtension ) {
4545
4646 /// <summary>
4747 /// Determines whether the specified mime-type is considered an inline content type
48- /// that can be displayed directly in the browser .
48+ /// that can be displayed directly in most browsers .
4949 /// </summary>
5050 /// <param name="mimeType">The mime-type to evaluate.</param>
5151 /// <returns>
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public sealed class HttpServerConfiguration : IDisposable {
3939 public LogStream ? ErrorsLogsStream { get ; set ; } = LogStream . ConsoleOutput ;
4040
4141 /// <summary>
42- /// Gets or sets the server's action when it receives an HTTP request outside the localhost .
42+ /// Gets or sets the server's action when it receives an HTTP request outside the local host .
4343 /// </summary>
4444 /// <remarks>
4545 /// It is recommended to use <see cref="RequestListenAction.Drop"/> in this property when working
Original file line number Diff line number Diff line change 4747
4848 <!-- version info -->
4949 <PropertyGroup >
50- <AssemblyVersion >1.4.2 </AssemblyVersion >
51- <FileVersion >1.4.2 </FileVersion >
52- <Version >1.4.2 </Version >
50+ <AssemblyVersion >1.4.3 </AssemblyVersion >
51+ <FileVersion >1.4.3 </FileVersion >
52+ <Version >1.4.3 </Version >
5353 </PropertyGroup >
5454
5555 <!-- licensing, readme, signing -->
You can’t perform that action at this time.
0 commit comments