Giter VIP home page Giter VIP logo

Comments (7)

asbjornu avatar asbjornu commented on July 26, 2024

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?

from json-ld.net.

goofballLogic avatar goofballLogic commented on July 26, 2024

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

from json-ld.net.

asbjornu avatar asbjornu commented on July 26, 2024

@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/[email protected]
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?

from json-ld.net.

goofballLogic avatar goofballLogic commented on July 26, 2024

from json-ld.net.

asbjornu avatar asbjornu commented on July 26, 2024

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.

from json-ld.net.

stale avatar stale commented on July 26, 2024

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.

from json-ld.net.

asbjornu avatar asbjornu commented on July 26, 2024

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

from json-ld.net.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.