mirror of
https://github.com/logos-co/velopack.git
synced 2026-08-31 05:31:16 +00:00
6 lines
244 B
C#
6 lines
244 B
C#
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: ComVisible(false)]
|
|
[assembly: CollectionBehavior(MaxParallelThreads = 1, DisableTestParallelization = true)]
|
|
[assembly: AssemblyMetadata("SquirrelAwareVersion", "1")] |