Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
PaketDependencyVersionInfo
Union Cases
Union Case | Description |
AnyVersion
Signature:
|
no explicit version |
GreaterOrEqual(PaketDependencyVersion)
Signature: PaketDependencyVersion
|
For example >= 2.0 |
GreaterOrEqualSafe(...)
Signature: PaketDependencyVersion
|
For example ~> 2.0 |