Class UsesSemanticVersioningAttribute
- Namespace
- Cryville.EEW.ComponentModel
- Assembly
- Cryville.EEW.dll
Indicates that the attributed assembly uses semantic versioning.
[AttributeUsage(AttributeTargets.Assembly)]
public sealed class UsesSemanticVersioningAttribute : VersioningModelAttribute
- Inheritance
-
UsesSemanticVersioningAttribute
- Inherited Members
Methods
IsCompatible(Version, Version)
Determines whether the public interface of the assembly is compatible when updating from
fromVersion to toVersion.public override bool IsCompatible(Version fromVersion, Version toVersion)
Parameters
Returns
- bool
- Whether the public interface of the assembly is compatible when updating from
fromVersiontotoVersion.