Page 2 of 2

Re: Get GdPicture.NET as a (set of) NuGet packages

Posted: Fri Mar 26, 2021 12:52 am
by dblalock
Would really like this as well.

Re: Get GdPicture.NET as a (set of) NuGet packages

Posted: Tue Mar 30, 2021 3:52 pm
by Hugo
Hi there,

Thanks for all mentioning you need this.

Our developers are aware of your request. We have made a few attempts at implementing this.

I will let you know here when I have more news.

Regards,
Hugo

Re: Get GdPicture.NET as a (set of) NuGet packages

Posted: Tue Jun 08, 2021 12:16 am
by accudave
Hugo,
I would be willing to share a full solution.

It's not rocket science and I have been using it in a private NuGet feed for sometime now. It includes solutions for both the x86 and x64 binaries as well as native binaries and works well with packages.config, PackageReference, and is transitive across projects.

Let me know if this would be of interest to your team.

It took a bit to figure it out, but it works and would be a benefit to anyone who uses GdPicture.NET.

Re: Get GdPicture.NET as a (set of) NuGet packages

Posted: Tue Jun 08, 2021 12:21 am
by Jojoshua
accudave wrote:
Tue Jun 08, 2021 12:16 am
Hugo,
I would be willing to share a full solution.

It's not rocket science and I have been using it in a private NuGet feed for sometime now. It includes solutions for both the x86 and x64 binaries as well as native binaries and works well with packages.config, PackageReference, and is transitive across projects.

Let me know if this would be of interest to your team.

It took a bit to figure it out, but it works and would be a benefit to anyone who uses GdPicture.NET.
We came up with an implementation as well. I'm curious to compare solutions. Do you have a github repo to share?

Re: Get GdPicture.NET as a (set of) NuGet packages

Posted: Mon Sep 27, 2021 12:08 pm
by VPKLTony
We are waiting for this as well.

Re: Get GdPicture.NET as a (set of) NuGet packages

Posted: Thu Oct 28, 2021 2:40 pm
by Hugo
Hi there,

I would like to bring more information here regarding the feature request about providing GdPicture as a NuGet Package.
Our developpers have started development on this and we are working on it currently to get this available shortly.

I hope to be able to bring more information regarding this in the near future when our developpers have made more progress.

Regards,
Hugo Cudd
Technical Support

Re: Get GdPicture.NET as a (set of) NuGet packages

Posted: Sun Dec 26, 2021 5:23 pm
by proit
Hi there

Do you have any new regarding NuGet Packages?

Thank you and a happy new year!
Michael

Re: Get GdPicture.NET as a (set of) NuGet packages

Posted: Tue Jan 04, 2022 5:53 pm
by Hugo
Hi there,

The latest news regarding this is that you can expect this sometime within the next month or 2.
I cannot provide you with a specific ETA as of right now but our developpers who are working on this are confident to be able to have this done by the end of January.

I'll get back on this here at a later date.

Regards
Hugo Cudd
Technical Support

Re: Get GdPicture.NET as a (set of) NuGet packages

Posted: Thu Jan 06, 2022 5:31 pm
by Hugo
Hi,

We are pleased to announce GdPicture and Docuvieware are now available as a NuGet packages.
You may find this here for GdPicture:
https://www.nuget.org/packages/GdPicture/
And here for Docuvieware:
https://www.nuget.org/packages/DocuVieware/

If you experience any issues do not hesitate to get back to us here.

Have a nice day.

Hugo Cudd
Technical Support

Re: Get GdPicture.NET as a (set of) NuGet packages

Posted: Thu Jan 06, 2022 5:43 pm
by proit
This is freaking awesome!! Thank you so much!

Re: Get GdPicture.NET as a (set of) NuGet packages

Posted: Wed Jan 12, 2022 8:06 pm
by accudave
This is a great step forward.

May I suggest the GdPicture.NET team also break them down by feature area, like we have in our private NuGet repository. I have been using GdPicture from our own private repositories for almost two years now in this manner and it works really well, especially since it is such a large SDK. It is not necessary to deploy all of the SDK if major portions are unused.

Capture.PNG

Of course each package can define its other dependencies and pull them in automatically.