Uploaded image for project: 'Couchbase .NET client library'
  1. Couchbase .NET client library
  2. NCBC-3793

Automate SDK versioning in assembly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • backlog-3.0
    • None
    • None
    • None
    • 1

    Description

      ๐Ÿงต Story

      The SDK is currently given its version in the assembly through the <CouchbaseNetClientReleasedVersion> property in Directory.Build.Props, which has to be modified manually before each release.

      ๐Ÿ› ๏ธ Acceptance Criteria

      The goal is to automate this, either by providing the property at build time in the appropriate CI jobs or with a tool such as GitVersion.

      e.g.

      dotnet build [...] --property:CouchbaseNetClientReleasedVersion=3.5.3

      ๐Ÿ“š Resources

      • git describe --tags --abbrev=0 - Outputs the most recent tag
      • GitVersion - NuGet package utility for Git versioning

      ย 

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            emilien.bevierre Emilien Bevierre
            emilien.bevierre Emilien Bevierre
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty