Files
SuperVPN/output/Libraries/BouncyCastle.Crypto/Properties/AssemblyInfo.cs
2025-10-09 09:57:24 +09:00

19 lines
729 B
C#

using System;
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyFileVersion("1.8.19031.1")]
[assembly: AssemblyCompany("The Legion of the Bouncy Castle Inc.")]
[assembly: AssemblyInformationalVersion("1.8.5")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyDescription("Bouncy Castle Cryptography API")]
[assembly: AssemblyKeyFile("../BouncyCastle.snk")]
[assembly: AssemblyCopyright("Copyright (C) 2000-2019")]
[assembly: AssemblyProduct("Bouncy Castle for .NET")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyTitle("BouncyCastle.Crypto")]
[assembly: ComVisible(false)]
[assembly: CLSCompliant(true)]
[assembly: AssemblyVersion("1.8.5.0")]