website/docs/segments/cli/nbgv.mdx
Display the Nerdbank.GitVersioning version.
:::caution The Nerdbank.GitVersioning CLI can be a bit slow causing the prompt to feel slow. :::
import Config from '@site/src/components/Config.js';
<Config data={{ "type": "nbgv", "style": "powerline", "powerline_symbol": "\uE0B0", "foreground": "#ffffff", "background": "#3a579a", "template": " \uF1D2 {{ .Version }} " }}/>
:::note default template
{{ .Version }}
:::
| Name | Type | Description |
|---|---|---|
.Version | string | the current version |
.AssemblyVersion | string | the current assembly version |
.AssemblyInformationalVersion | string | the current assembly informational version |
.NuGetPackageVersion | string | the current nuget package version |
.ChocolateyPackageVersion | string | the current chocolatey package version |
.NpmPackageVersion | string | the current npm package version |
.SimpleVersion | string | the current simple version |