bagetter / BaGetter

A lightweight NuGet and symbol server
https://www.bagetter.com
MIT License
243 stars 53 forks source link

Released assets don't have correct version #109

Closed FroggieFrog closed 6 months ago

FroggieFrog commented 6 months ago

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:

Regenhardt commented 6 months ago

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