Add C# dotnet exact EXI codec implementation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
ChiKyun Kim
2025-09-10 13:02:58 +09:00
parent 35af323ff0
commit 90dc39fbe8
34 changed files with 2839 additions and 14 deletions

View File

@@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © 2024")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d4af6cfc14c30bb82cc3612032a11c0bbc381065")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fe368f2d23641061368bcd6a69da3991990085d6")]
[assembly: System.Reflection.AssemblyProductAttribute("V2GDecoderNet")]
[assembly: System.Reflection.AssemblyTitleAttribute("V2GDecoderNet")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]