TransformStream

This commit is contained in:
2024-11-03 22:01:02 +05:00
parent fa9c5ac689
commit f2cdfc86b7
5 changed files with 73 additions and 6 deletions

View File

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