# CurrentProjectFileVersion

Field in [Project](https://docs.yarnspinner.dev/api/csharp/yarn.compiler/yarn.compiler.project)

## Summary

The current version of `.yarnproject` file format.

```csharp
public const int CurrentProjectFileVersion = YarnSpinnerProjectVersion3;
```
