> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Version information (xbVersionInfo.exe)

> Version information (xbVersionInfo.exe)

Use this tool to show Gaming eXtensions Development Kit (GXDK) and XBOX One XDK version information for a binary file, the currently installed GXDK and XDK tools, or the currently installed Development Kits on your development PC.

| Column 1                                              |
| ----------------------------------------------------- |
| **xbversioninfo** \[/F:file] \[/Tools] \[/GXDK] \[/B] |

| Option  | Description                                                                                                                                                                                                                                                |
| ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| /F:file | Shows version information that tells you which dev kit was used to build this binary file. This operation is only valid against binary files that are built by using the dev kit. **NOTE:** **/F** can't be used with the **/GDK** or **/Tools** switches. |
| /Tools  | Shows version information for the currently installed Gaming eXtensions Development Kit (GXDK) and XDK tools.                                                                                                                                              |
| /GDK    | Shows version information for the currently installed dev kits.                                                                                                                                                                                            |
| /B      | Uses bare output format.                                                                                                                                                                                                                                   |

<a id="ID4EYB" />

## Example

```
XBVERSIONINFO /F:mygame.exe
XBVERSIONINFO /F:mygame.exe /B
XBVERSIONINFO /GDK
XBVERSIONINFO /GDK /B  
```

<a id="ID4E5B" />

## See also

[Command-line tools](/tools/tools-console/commandlinetools/commandlinetools)


## Related topics

- [Command-line tools for console development](/tools/tools-console/commandlinetools/commandlinetools.md)
- [Commandlinetools](/tools/tools-console/commandlinetools/index.md)
- [packageutil.exe](/build/core-features/common/packaging/deployment/packageutil.md)
- [XVersion](/reference/system/xgameruntimetypes/structs/xversion.md)
- [FourPartVersion](/reference/tools/xtf/xtfapi/structs/fourpartversion-xtfapi-xbox-windows-s.md)
