Update to v0.19 & update dependencies

This commit is contained in:
VaDiM
2025-09-04 20:04:50 +03:00
parent 7ce8b8c8ae
commit 6de33d0437
15 changed files with 212 additions and 69 deletions

View File

@ -3,13 +3,13 @@
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Version>0.18.0.0</Version>
<Version>0.19.0.0</Version>
<Copyright>Copyright © Perfare 2020-2022; Copyright © hozuki 2020</Copyright>
<DebugType>embedded</DebugType>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="System.Memory" Version="4.6.3" />
</ItemGroup>
<ItemGroup>