package versions updated

This commit is contained in:
Timerix22 2022-12-06 22:58:36 +06:00
parent 869bb1dea2
commit 2876855a3b
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<!--package info-->
<PackageId>DTLib.Dtsod</PackageId>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>Timerix</Authors>
<Description>Definitely not json</Description>
<RepositoryType>GIT</RepositoryType>

View File

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

View File

@ -27,7 +27,7 @@
<ProjectReference Include="..\DTLib\DTLib.csproj" />
</ItemGroup>
<ItemGroup Condition=" '$(Configuration)' != 'Debug' ">
<PackageReference Include="DTLib.Network" Version="1.0.0"/>
<PackageReference Include="DTLib.Network" Version="1.0.1" />
<PackageReference Include="DTLib.Logging" Version="1.0.0" />
</ItemGroup>