LaunchArgumentParser

This commit is contained in:
2023-02-03 20:46:01 +06:00
parent 702bc25dee
commit 66c53ef815
10 changed files with 178 additions and 27 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<!--package info-->
<PackageId>DTLib.Network</PackageId>
<Version>1.0.2</Version>
<Version>1.0.3</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.0.2" />
<PackageReference Include="DTLib.Dtsod" Version="1.0.3" />
</ItemGroup>
</Project>