versions updated

This commit is contained in:
Timerix22 2023-02-22 00:47:29 +06:00
parent 3833649f3a
commit 2e8c3c9e5a
5 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<!--package info-->
<PackageId>DTLib.Dtsod</PackageId>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<Authors>Timerix</Authors>
<Description>Definitely not json</Description>
<RepositoryType>GIT</RepositoryType>
@ -33,7 +33,7 @@
<ProjectReference Include="..\DTLib\DTLib.csproj" />
</ItemGroup>
<ItemGroup Condition=" '$(Configuration)' != 'Debug' ">
<PackageReference Include="DTLib" Version="1.1.0" />
<PackageReference Include="DTLib" Version="1.1.2" />
</ItemGroup>
<!--project files-->

View File

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

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<!--package info-->
<PackageId>DTLib.Network</PackageId>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<Authors>Timerix</Authors>
<Description>Some sick network protocols</Description>
<RepositoryType>GIT</RepositoryType>
@ -32,6 +32,6 @@
<ProjectReference Include="..\DTLib.Dtsod\DTLib.Dtsod.csproj" />
</ItemGroup>
<ItemGroup Condition=" '$(Configuration)' != 'Debug' ">
<PackageReference Include="DTLib.Dtsod" Version="1.1.0" />
<PackageReference Include="DTLib.Dtsod" Version="1.1.1" />
</ItemGroup>
</Project>

View File

@ -27,10 +27,10 @@
<ProjectReference Include="..\DTLib\DTLib.csproj" />
</ItemGroup>
<ItemGroup Condition=" '$(Configuration)' != 'Debug' ">
<PackageReference Include="DTLib" Version="1.1.1" />
<PackageReference Include="DTLib.Dtsod" Version="1.1.0" />
<PackageReference Include="DTLib.Network" Version="1.1.0" />
<PackageReference Include="DTLib.Logging" Version="1.1.0" />
<PackageReference Include="DTLib" Version="1.1.2" />
<PackageReference Include="DTLib.Dtsod" Version="1.1.1" />
<PackageReference Include="DTLib.Network" Version="1.1.1" />
<PackageReference Include="DTLib.Logging" Version="1.1.1" />
</ItemGroup>
<!--project files-->

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<!--package info-->
<PackageId>DTLib</PackageId>
<Version>1.1.1</Version>
<Version>1.1.2</Version>
<Authors>Timerix</Authors>
<Description>Library for all my C# projects</Description>
<RepositoryType>GIT</RepositoryType>