updated versions

This commit is contained in:
2022-12-16 10:09:45 +06:00
parent 253b1010cf
commit 5f7aface7b
5 changed files with 9 additions and 9 deletions

View File

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