Skip to content

Commit

Permalink
Version updated to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Myster-Tee committed May 6, 2021
1 parent cdffcf0 commit 1173be1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TinfoilWebServer/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void Configure(IApplicationBuilder app, IRequestManager requestManager, I
{
var version = Assembly.GetExecutingAssembly().GetName().Version!;

logger.LogInformation($"Welcome to Tinfoil Web Server v{version.Major}.{version.Minor}.{version.Revision} (press CTRL+C to exit)");
logger.LogInformation($"Welcome to Tinfoil Web Server v{version.Major}.{version.Minor}.{version.Build} (press CTRL+C to exit)");

logger.LogInformation($"Server Host/IP:{GetCurrentComputerAddressesOrHosts().ToMultilineString()}");

Expand Down
2 changes: 1 addition & 1 deletion TinfoilWebServer/TinfoilWebServer.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"Logging": {
"LogLevel": {
"Default": "Debug"
"Default": "Information"
}
}
}
2 changes: 1 addition & 1 deletion TinfoilWebServer/TinfoilWebServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<UserSecretsId>437ef1a7-7fbd-490e-9580-9a3cf8c175d5</UserSecretsId>
<ApplicationIcon>Resources\Icon.ico</ApplicationIcon>
<StartupObject>TinfoilWebServer.Program</StartupObject>
<Version>1.1.0</Version>
<Version>1.2.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 1173be1

Please sign in to comment.