haplokuon / netDxf

.net dxf Reader-Writer
MIT License
981 stars 400 forks source link

Latest version on Nuget #365

Open ktheijs opened 2 years ago

ktheijs commented 2 years ago

I am using netDxf through Nuget and I see that it is falling behind quite a bit. I have an issue where I do arcs/splines/... ToPolyline() but it returns a wrong result when the Normal of that entity is not (0,0,1). I believe this issue has been fixed in one of the latest commits.

Would it be possible to create a new release that includes all the latest commits and make it available on Nuget?

GinoDerycke commented 2 years ago

Yes, I was wondering too how to get the latest version on Nuget. I like the package but I would prefer to be able to download the latest stable version from Nuget.

haplokuon commented 2 years ago

I do not publish anything outside Github. The packages at Nuget are not mine, you will have to contact its actual owner.

ktheijs commented 2 years ago

Do you know who that is? On Nuget is says that you 'Daniel Carvajal' is the owner.

haplokuon commented 2 years ago

As far as I know there are three at nuget and none of them says that I am the owner. Go to the nuget website and search for them.

JackClouseau commented 2 years ago

I think 'thieum' is the owner of netDXF. https://www.nuget.org/profiles/thieum

droid1700 commented 1 year ago

I contacted thieum. A new version was posted today

GinoDerycke commented 1 year ago

Great, thx! Will the updates now be done periodically again on Nuget?

djonasdev commented 1 year ago

As far as I know there are three at nuget and none of them says that I am the owner. Go to the nuget website and search for them.

Why don't you publish it on nuget?

DavidWishengrad commented 1 year ago

Hey Dojo,

That question is for those who are putting his code elsewhere. He wrote the code, has others that contribute here, publishes here and treats people well. That's more than enough.

Please consider using the search here. In your case with the word 'nuget'.

Also, has just recently noted that he is very busy.

Thank you for understanding. 👍

On Tue, Apr 18, 2023, 11:16 PM dojo90 @.***> wrote:

As far as I know there are three at nuget and none of them says that I am the owner. Go to the nuget website and search for them.

Why don't you publish it on nuget?

— Reply to this email directly, view it on GitHub https://github.com/haplokuon/netDxf/issues/365#issuecomment-1514187302, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABINBYBUHWZHEJJDUWUZNGDXB57MLANCNFSM5QJAISWA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

djonasdev commented 1 year ago

@DavidWishengrad Well, it is of course very complicated to integrate a "nuget deploy job" into the build pipeline. irony off

But of course everyone has a different opinion on how to publish and present their library.

Thanks for your feedback anyway.

haplokuon commented 1 year ago

@dojo90 Well, it is of course very complicated to download the netDxf project and press Build, irony off

If you are so interested in nuget why don't you do it? It is not like the MIT license does not allow it.