NethermindEth / dotnet-libp2p

A libp2p implementation for .NET in C#.
MIT License
62 stars 24 forks source link

Rename; clean up; fix packaging #33

Closed flcl42 closed 1 year ago

flcl42 commented 1 year ago

@rubo I guess we can pass -p:VersionSuffix=preview.${{ github.run_number }} or like that to dotnet pack to make version increment.

rubo commented 1 year ago

I'd like to keep the preview number sequential and not releasing packages on every PR.

flcl42 commented 1 year ago

@rubo But "Publish" is a manual Action and it does not build on every PR

rubo commented 1 year ago

Right but we publish to different feeds that are not synced.

flcl42 commented 1 year ago

@rubo it's OK to publish under the same version until we will have non-preview version imho

rubo commented 1 year ago

it's OK to publish under the same version until we will have non-preview version imho

@flcl42 Switched to your suggestion until the first release.