version dump and Publish configuration removal

This commit is contained in:
2024-01-07 20:58:37 +06:00
parent eef912d4c5
commit 47cc208cc8
9 changed files with 16 additions and 31 deletions

View File

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