-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAssemblyInfo.cs
More file actions
85 lines (78 loc) · 3.58 KB
/
Copy pathAssemblyInfo.cs
File metadata and controls
85 lines (78 loc) · 3.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
// Copyright (c) Herman Schoenfeld 2018 - Present. All rights reserved. (https://sphere10.com/products/blockchainsql)
// Author: Herman Schoenfeld <herman@sphere10.com>
//
// Distributed under the GPLv3 software license, see the accompanying file LICENSE
// or visit https://github.com/HermanSchoenfeld/blockchainsql/blob/master/LICENSE
//
// This notice must not be removed when duplicating this file or its contents, in whole or in part.
using System.Reflection;
using System.Runtime.InteropServices;
using Sphere10.Framework.Application;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyTitle("BlockchainSQL.Server")]
[assembly: AssemblyDescription("BlockchainSQL Server gives you the blockchain as an SQL database. Easily build your analytics and BI platform without ever worrying about protocols again.")]
[assembly: AssemblyCopyright("Copyright © Herman Schoenfeld 2008 - {CurrentYear}")]
[assembly: AssemblyProductDistribution(ProductDistribution.ReleaseCandidate)]
[assembly: AssemblyCompanyNumber("ABN 39600596316")]
[assembly: AssemblyCompany("Sphere 10 Software Pty Ltd")]
[assembly: AssemblyProduct("BlockchainSQL Server")]
[assembly: AssemblyCompanyLink("https://sphere10.com")]
[assembly: AssemblyProductCode("6F7A705B-FC8C-4AD7-908E-503335F0F78C")]
[assembly: AssemblyProductLink("https://sphere10.com/products/blockchainsql")]
//[assembly: AssemblyProductPurchaseLink("https://sphere10.com/products/blockchainsql")]
[assembly: AssemblyProductSecret("86161ec29378ab8685ced76027d51e488c0ac39c7ad7192371214a703e22c29f")]
//#if DEBUG
//[assembly: AssemblyProductDrmApi("http://localhost:5000/api/drm")]
//#else
//[assembly: AssemblyProductDrmApi("https://sphere10.com/api/drm")]
//#endif
//[assembly: AssemblyProductLicense(
// """
// {
// "authority": {
// "name": "Sphere 10 Software General Software Products",
// "dss": "ecdsa-secp256k1",
// "publicKey": "A0xL8HSZ7Cl9IYUx92/e34NPhYZHkQEaWcyU2BuJx/2T"
// },
// "license": {
// "Item": {
// "name": "BlockchainSQL Server v1 Trial",
// "productKey": "0000-0000-0000-0004",
// "productCode": "6f7a705b-fc8c-4ad7-908e-503335f0f78c",
// "featureLevel": "free",
// "expirationPolicy": "disable",
// "majorVersionApplicable": 1,
// "expirationDays": 90
// },
// "Signature": "MEQCIF7sBuxPsG+oTWlBZpc/JHkCz+8qb86DU4mxi/U5SruGAiAksP3GwGbg0s5MIzMqqkdfX2PwbsXts9zccNg1KKCJYQ=="
// },
// "command": {
// "Item": {
// "productKey": "0000-0000-0000-0004",
// "action": "enable"
// },
// "Signature": "MEQCIEQE23qgIOSWuPhP/BVckJ3i5+84x3vdG3e55fsZEA94AiA1TSdPcScUdWZfzpIt2vkMcS/7/1eo2/JEkoAEh6+R7w=="
// }
// }
// """)]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("AB05E2BD-F9EF-4088-A9D1-A47049A20146")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]