linked-data-dotnet/json-ld.net

Version 1.0.7 is missing on nuget.org

Closed this issue · 7 comments

Hi,

I want to use json-ld.net in my project on .net 3.0 however I cannot find the correct version.
On the nuget.org/json-ld.net the most recent version is 1.0.6.
This version have dependencies on release candidates (e.g. NETStandard.Library (>= 1.5.0-rc2-24027) which I do not want to use.
However, I found package version 1.0.7 on github.

Is there any reason it hasn't been published on nuget.org?

Thanks.

I actually don't quite understand how version 1.0.7 was published, since we have no tag created for it. It looks like we probably should create a 1.0.7 release for 8c0934b. Thoughts @goofballLogic?

I'm not sure @asbjornu we should probably shift the publishing to a pipeline process to avoid this.

@goofballLogic, I think most things are in place to publish a .nupkg to nuget.org when we push a git tag:

nuget-push-prod:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
needs: build
steps:
- uses: actions/download-artifact@v2
with:
name: nugets
- uses: actions/setup-dotnet@v1.8.2
with:
dotnet-version: 2.1.401
source-url: https://api.nuget.org/v3/index.json
env:
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_API_KEY }}
- run: dotnet nuget push nugets/*.nupkg --skip-duplicate

However, I'm unsure whether 8c0934b (HEAD of support/1.x) is in working order or not. Do you know?

nope. Haven't touched it in over a year.

Ok, same.

I understood there was a parallel effort underway to significantly refactor the library?

Yeah, that's ongoing in the main branch. Could you please take support/1.x for a spin, @andrewyakonyuk? If you give it thumbs up, I'll whip out a 1.0.7 release from it.

stale commented

This issue has been automatically marked as stale because it has not had recent activity. After 30 days from now, it will be closed if no further activity occurs. Thank you for your contributions.

I'm happy to inform you that json-ld.net version 1.0.7 is published on NuGet. Please give it for a spin!