name: 'Create the version string' description: 'Generates a version string of the form [branch-]1.2.3-NNNNNNNNNNN-CCCCCCC, where N is an incrementing value and C identifies the commit, with an optional branch prefix. Fields lengths are unspecified and may increase in future versions.' inputs: assemblyInfoPath: description: 'Path to a .NET style AssemblyInfo file containing the numeric version component.' required: true outputs: versionstring: description: 'The generated version string' runs: using: 'docker' image: 'Dockerfile'