-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Nuget package release for PDF Pig #842
Comments
There are nightly build published to nuget.org if you need something urgently? |
No nothing needed urgently. It's for a major release. The package that most people will get from nuget is the last major release. As it's a year old they don't get any of the amazing fixes and features that have been released in the last year. |
Unfortunately the major version release is still a couple of hours manual work for me. I'd dearly like to make it possible from GitHub actions, but the only thing I hate more than manual work is YAML. The steps are currently:
I don't have a good idea about the current stability of the nightly version at the moment which gives me pause. I'm guessing it is fine but there are so many changes it is hard to know. |
Ah totally understand. I can't help with the YAML. I can help with:
Would that help you get out a release? And stabilty of nightly builds people are currently been recommended to use the nightly builds because it's been a year since the last release. I guess that's stable enough... |
@EliotJones Any recent thoughts on releasing a new major version? Happy to use stable, but also keen on all the improvements made since then. Much like Dave's offer above, if there's anything I or another hopeful can do to help, let us know. We're currently using PdfPig for manual document creation (which it does better than many other solutions!), text/image extraction, and PDF page manipulation. So far the nightly build has been working well, but some folks are anxious about something tagged alpha even if it's working stably. |
Same here @EliotJones, more than happy to help |
I'd like to add two notes for a possible next release:
|
@cremor Are the additional dependencies mentioned the SkiaSharp dependency or something else? I've forgotten most of what has transpired since the last version. Afaict this is only a test project dependency. @BobLd I'm assuming one of the last 5 PRs addresses the issue mentioned. Are there other regressions reported we might need to address before a release? |
You can see the new dependencies if you compare those two pages: Since #878 is now fixed (thanks @BobLd!) I don't know of any more regressions. But I'd like to test the latested nightly build (which should then include this fix) tomorrow before you create a release. |
@cremor @EliotJones I fixed another regression in #883 and I'm not aware of any other |
The current nightly build (0.1.9-alpha-20240930-eb9a1) works fine for my use cases, thanks! |
Thanks for moving this along. Please let me know if I can help |
It's been almost a year since the last release.
Anything I can do to help get out a new release?
The text was updated successfully, but these errors were encountered: