ConsoleWrapperLogger

This commit is contained in:
2024-01-23 13:55:16 +06:00
parent 245f631ed5
commit 4b33339d3a
9 changed files with 71 additions and 33 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<!--package info-->
<PackageId>DTLib.Logging.Microsoft</PackageId>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>Timerix</Authors>
<Description>DTLib logger wrapper with dependency injection</Description>
<RepositoryType>GIT</RepositoryType>
@@ -29,6 +29,6 @@
<ProjectReference Include="..\DTLib.Logging\DTLib.Logging.csproj" />
</ItemGroup>
<ItemGroup Condition=" '$(Configuration)' != 'Debug' ">
<PackageReference Include="DTLib.Logging" Version="1.3.4" />
<PackageReference Include="DTLib.Logging" Version="1.3.5" />
</ItemGroup>
</Project>