Skip to content

Commit 0447a4f

Browse files
committed
feat: upstream v1.4.3
1 parent 502797b commit 0447a4f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/Helpers/MimeHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

src/Http/HttpServerConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/Sisk.Core.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
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 -->

0 commit comments

Comments
 (0)