Skip to content

Commit

Permalink
1.0.3-1
Browse files Browse the repository at this point in the history
  • Loading branch information
SALTWOOD committed Mar 9, 2024
1 parent 71a2820 commit d9198b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Network/Http/HttpServerAppBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class HttpServerAppBase : RunnableBase
public List<string> UriPrefixes { get; set; }
public Dictionary<HttpHandlerAttribute, MethodInfo> methods;

private HttpListener listener;
protected HttpListener listener;

public HttpServerAppBase(Dictionary<HttpHandlerAttribute, MethodInfo>? methods = null, ILoggerBuilder? loggerBuilder = null) : base(loggerBuilder)
{
Expand Down
2 changes: 1 addition & 1 deletion TeraIO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageIcon>TeraIO.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.3</Version>
<Version>1.0.3-1</Version>
<LangVersion>default</LangVersion>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
Expand Down

0 comments on commit d9198b9

Please sign in to comment.