Add OSVersion to logs
This commit is contained in:
parent
3ad52cbecc
commit
75df78a2f7
2 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<Version>11.3.9.1</Version>
|
||||
<Version>11.3.10.1</Version>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Octokit" Version="10.0.0" />
|
||||
|
|
|
|||
|
|
@ -233,6 +233,7 @@ namespace AppScaffolding
|
|||
Version = BuildVersion.ToString(),
|
||||
ReleaseIdentifier,
|
||||
Configuration.OS,
|
||||
Environment.OSVersion,
|
||||
InteropFactory.InteropFunctionsType,
|
||||
Mode = mode,
|
||||
LogLevel_Verbose_Enabled = Log.Logger.IsVerboseEnabled(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue