ReplaceRestrictedChars

This commit is contained in:
2023-03-22 14:22:25 +06:00
parent 48eab00a37
commit b86e565077
6 changed files with 31 additions and 26 deletions

View File

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