Class Build
Neon build constants.
Namespace: Neon
Assembly: Neon.Common.dll
Syntax
public static class Build
Fields
Company
The company name to use for all Neon assemblies.
Declaration
public const string Company = "NEONFORGE LLC"
Field Value
Type | Description |
---|---|
string |
Configuration
The build configuration.
Declaration
public const string Configuration = "Release"
Field Value
Type | Description |
---|---|
string |
Copyright
The copyright statement to be included in all assemblies.
Declaration
public const string Copyright = "Copyright © 2005-2023 by NEONFORGE LLC. All rights reserved."
Field Value
Type | Description |
---|---|
string |
NeonSdkVersion
The released library/package version.
note
WARNING: Do not rename this constant without updating the relevant release scripts to match.
Declaration
public const string NeonSdkVersion = "4.0.4"
Field Value
Type | Description |
---|---|
string |
ProductLicense
The product license.
Declaration
public const string ProductLicense = "Apache License, Version 2.0"
Field Value
Type | Description |
---|---|
string |
ProductLicenseUrl
The product license URL.
Declaration
public const string ProductLicenseUrl = "http://www.apache.org/licenses/LICENSE-2.0"
Field Value
Type | Description |
---|---|
string |
ProductName
The product name.
Declaration
public const string ProductName = "NEONSDK"
Field Value
Type | Description |
---|---|
string |
Trademark
Trademark statement.
Declaration
public const string Trademark = "NEONSDK, NEONKUBE, and NEONDESKTOP are trademarks of NEONFORGE LLC"
Field Value
Type | Description |
---|---|
string |