# LibTmux.Mcp.LibTmuxMcp.Version

- **Module:** LibTmux.Mcp.LibTmuxMcp
- **Package:** LibTmux.Mcp
- **Language:** .NET
- **Kind:** property
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux.Mcp/LibTmuxMcp.cs#L15
- **Page:** https://libtmux.org/en/dotnet/latest/mcp/reference/libtmux-mcp-libtmuxmcp-version/

Gets the version reported to a client.

An assembly version is four numbers, so a prerelease would arrive at the
client as "0.0.0.0" — which reads as unset rather than as an alpha. The
informational version is the one the package carries, and the build
metadata after "+" is a commit nobody asked for.
