# Sandbox.Package.ApiVersion

```csharp
int ApiVersion { get; set; }
```

For game extension compatibility. Game targeting extensions are only compatible with that game
if the API Versions match.

Declared in [Sandbox.Package](/api/Sandbox.Package).
Assembly: `Sandbox.Engine`.
