ryanheath / RavenDB-NodaTime

Noda Time support for RavenDB
Other
20 stars 14 forks source link

Switch to using PackageLicenseExpression #31

Closed lahma closed 7 months ago

lahma commented 7 months ago
ryanheath commented 7 months ago

Looks great!

Give me some time to get back to you.

// Ryan

lahma commented 7 months ago

Great thank you, if you don't mind approving the run of GH actions workflow I could see if I broke something 😉

lahma commented 7 months ago

I changed this to target oldest 5.4 (LTS) RavenDB version 5.4.1 which still compiles (5.4.0 did not), so people are not required to have latest installed but can override with own more recent version package reference.

lahma commented 7 months ago

Thank you for merging this, now release artifacts with proper build flags are available from GH Actions artifacts: https://github.com/ryanheath/RavenDB-NodaTime/actions/runs/7905310308

ryanheath commented 7 months ago

Yup, I have uploaded them to nuget, might take some time before they are visible.

Thanks!

// Ryan

lahma commented 7 months ago

Thank you again for maintaining this project and reviewing/accepting pull requests! 👍🏻

lahma commented 7 months ago

For some reason I see different results from https://nuget.info/packages/RavenDB.Client.NodaTime/5.4.1

image

compared to opening the linked GH Actions build artifacts with NuGet Package Explorer (detects the presence of .symbols.nupkg):

image

EDIT: could you also please upload the symbol packages?

ryanheath commented 7 months ago

Hmm, nuget.org does not accept the symbol packages, because the version exists already. We could fix it with a minor version bump ...

// Ryan

lahma commented 7 months ago

Not a deal-breaker, just noticed them missing. Maybe with next release with more content 🙂