Faster cbor serialization with caching

This commit is contained in:
2025-07-03 18:13:02 +03:00
parent b27dfa0b0a
commit faf73e7798
10 changed files with 41 additions and 16 deletions
+6 -1
View File
@@ -17,7 +17,8 @@
<RepositoryUrl>https://github.com/YaslePoy/mROA</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>2.0.5</Version>
<Version>2.0.6</Version>
<PackageIcon>mroaLogo.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
@@ -30,6 +31,10 @@
<ItemGroup>
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
<None Update="mroaLogo.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>