Skip to content

AssemblyVersion moves on every patch release #64

Description

@kudima03

.github/workflows/publish-nuget.yml packs with -p:Version=${{ github.ref_name }} only. Version seeds AssemblyVersion, so assembly identity shifts on every patch release (X.Y.0X.Y.0.0, X.Y.1X.Y.1.0) and releases stop being drop-in replacements.

Fix: pin AssemblyVersion to the major and set FileVersion explicitly — it defaults from AssemblyVersion, not from Version.

Upstream: kudima03/Pure.Primitives.Abstractions#152

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