add all
This commit is contained in:
10
Packages/com.tivadar.best.http/Runtime/AssemblyInfo.cs
Normal file
10
Packages/com.tivadar.best.http/Runtime/AssemblyInfo.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("3.1.0")]
|
||||
[assembly: AssemblyCompany("Tivadar György Nagy")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2026 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
|
||||
Reference in New Issue
Block a user