Files
ChunilENG/Packages/com.tivadar.best.http/Runtime/AssemblyInfo.cs
정영민 2dd5d814a7 update
2025-02-20 09:59:37 +09:00

11 lines
600 B
C#

using System.Reflection;
[assembly: AssemblyVersion("3.0.0")]
[assembly: AssemblyCompany("Tivadar György Nagy")]
[assembly: AssemblyCopyright("Copyright © 2023 Tivadar György Nagy")]
[assembly: AssemblyDescription("Best HTTP is a versatile and efficient HTTP client library for Unity, designed for making HTTP requests, handling responses, and providing advanced features such as asynchronous requests, compression, timing analysis, and more.")]
#if BESTHTTP_WITH_BURST
[assembly: Unity.Burst.BurstCompile(CompileSynchronously = true, OptimizeFor = Unity.Burst.OptimizeFor.Performance)]
#endif