jmecosta/sonar-fsharp-plugin

Include build number in version

Closed this issue · 2 comments

Version numbering should include build to distinguish the CI builds (for testers and developers only): {major}.{minor}.{patch}.{build}

This should be included in jar Name and at least in the info displayed in Sonarqube Server Marketplace (ie Update Center).

  • patch pom files
  • patch directory.build.props

Tagging should remain unchanged

fixed only for master branch with net45 (still AssemblyInfo.fs, not directory.build.props)

for dotnet build fixed directory.build.props in PR #30