bagetter/BaGetter

Released assets don't have correct version

Closed this issue · 1 comments

Describe the bug

The binaries in the realeased assets don't have the corresponding version set.
They all have version 1.0.0.0.
This is also true for the binaries inside the nuget packages.

To Reproduce

  1. download assets
  2. check binaries

Expected behavior

All binaries should have the same version as the corresponding release/tag.

Screenshots

grafik

Additional context

Possible solutions:

I like passing the tag to dotnet publish. That way the build outputs also have the version set correctly.