Error Logging + Documentation

Exposing error logging and changing the default output stream. Setting projects to include documentation files generated from XMLDocs.
This commit is contained in:
Jordan Wages 2026-06-30 01:39:36 -05:00
commit eb4a511355
4 changed files with 7 additions and 5 deletions

View file

@ -6,10 +6,11 @@
<AssemblyName>CSMic.StandardLibrary</AssemblyName>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>2.1.0</Version>
<Version>2.1.1</Version>
<PackageId>CSMic.StandardLibrary</PackageId>
<PackageReadmeFile>README.md</PackageReadmeFile>
<LangVersion>latest</LangVersion>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>