# Minor

> The minor version of the major API level, such as 1 for API level 36.1. This value defaults to 0 when the release has no minor version.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public int Minor { get; }
```
