Skip to content

Commit

Permalink
Add OSVersion to logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcrackan committed May 13, 2024
1 parent 3ad52cb commit 75df78a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Source/AppScaffolding/AppScaffolding.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
1 change: 1 addition & 0 deletions Source/AppScaffolding/LibationScaffolding.cs
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ private static void logStartupState(Configuration config)
Version = BuildVersion.ToString(),
ReleaseIdentifier,
Configuration.OS,
Environment.OSVersion,
InteropFactory.InteropFunctionsType,
Mode = mode,
LogLevel_Verbose_Enabled = Log.Logger.IsVerboseEnabled(),
Expand Down

0 comments on commit 75df78a

Please sign in to comment.