Skip to content

Published assemblies are stamped 1.0.0.0 instead of the release tag #60

Description

@kudima03

The publish workflow passes the release tag as -p:PackageVersion, which the
SDK reads only when writing the .nuspec.

AssemblyVersion, AssemblyFileVersion and AssemblyInformationalVersion are
defaulted from Version, which is never set, so it falls back to 1.0.0. Every
published assembly is therefore stamped 1.0.0.0 regardless of the tag it was
built from, while the package itself carries the correct version.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions