Version:
ProductVersionCompatibilityAttribute Class
Specifies a version number to use instead of the assembly's version when verifying SDK compatability for a specific product.
Inheritance Hierarchy
- object
- System.Attribute
- Inedo.Extensibility.ProductVersionCompatibilityAttribute
Syntax
public
sealed
class
ProductVersionCompatibilityAttribute : System.Attribute
Properties
|
Name |
Description |
|
Product
|
Gets the products this applies to.
|
|
Version
|
Gets the version to use for compatability verification instead of the referenced SDK's version.
|