We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the assemblyVersion property only allows x.y format. It should be expanded to allow x.y.z format.
assemblyVersion
x.y
x.y.z
The text was updated successfully, but these errors were encountered:
It also supports receiving a JSON object that allows setting it to match the build number that comes from the version property. Is that useful to you?
version
https://github.com/AArnott/Nerdbank.GitVersioning/blob/01ebb81f18af1ce64659ad06267d86be96d1f8ad/src/NerdBank.GitVersioning/version.schema.json#L45-L54
Sorry, something went wrong.
Ah yes, that would work, thanks.
Bump docfx from 2.78.0 to 2.78.1 (#313)
325831e
Bumps [docfx](https://github.com/dotnet/docfx) from 2.78.0 to 2.78.1. - [Release notes](https://github.com/dotnet/docfx/releases) - [Changelog](https://github.com/dotnet/docfx/blob/main/RELEASENOTE.md) - [Commits](dotnet/docfx@v2.78.0...2.78.1) --- updated-dependencies: - dependency-name: docfx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
No branches or pull requests
Currently the
assemblyVersion
property only allowsx.y
format. It should be expanded to allowx.y.z
format.The text was updated successfully, but these errors were encountered: