init commit
This commit is contained in:
22
output/Libraries/BouncyCastle.Crypto/AssemblyInfo.cs
Normal file
22
output/Libraries/BouncyCastle.Crypto/AssemblyInfo.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System.Reflection;
|
||||
|
||||
internal class AssemblyInfo
|
||||
{
|
||||
private static string version = null;
|
||||
|
||||
public static string Version
|
||||
{
|
||||
get
|
||||
{
|
||||
if (version == null)
|
||||
{
|
||||
version = Assembly.GetExecutingAssembly().GetName().Version.ToString();
|
||||
if (version == null)
|
||||
{
|
||||
version = string.Empty;
|
||||
}
|
||||
}
|
||||
return version;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user