mirror of
https://github.com/logos-co/velopack.git
synced 2026-09-02 14:41:09 +00:00
7 lines
253 B
C#
7 lines
253 B
C#
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
using Xunit;
|
|
|
|
[assembly: ComVisible(false)]
|
|
[assembly: CollectionBehavior(MaxParallelThreads=1, DisableTestParallelization=true)]
|
|
[assembly: AssemblyMetadata("SquirrelAwareVersion", "1")] |