NetTopologySuite / NetTopologySuite.IO.GeoJSON

GeoJSON IO module for NTS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish a new version

HarelM opened this issue · comments

Is it possible to release a new official version?
I'm using 3.1.0-pre.193970619
from https://www.myget.org/F/nettopologysuite/api/v3/index.json
Which is currently down :-(

I now see that myget returned to work, but dotnet restore fails in my CI.
It is possible that the packages that were there are no longer there?

There are only 2 commits since the latest release I think. As far as I can see releasing is as easy are merging develop into master, perhaps a pull request has more success 🙂

I'll be happy to send a PR, but I'm not sure what's needed.
I don't have write permissions in this repo as far as I know.
The main item that was not released was the writable IAttributeTable for STJ.
I'm currently using it in my production environment, so I think it's safe to release it.

Since #125 and #129 were merged, does this warrant a new version now? I'd like to use an official package in my projects.

I've tried to create a develop => master PR, but have no permissions (Pull request creation failed. Validation failed: must be a collaborator).

@airbreather @FObermaier Any chance to merge dev to master and create a new version?

We attempt to sort out #130 the. we'll release.

@FObermaier Thanks for the info and fast response!
There's also this problem if you are looking into the coordinates sequence stuff:
NetTopologySuite/NetTopologySuite#356 (comment)
I ended up copying the data unfortunately...
But a new version is welcome anytime :-)

We attempt to sort out #130 the. we'll release.

For my part, if we don't hear back on that one in a timely manner, I think we should:

  1. Take the change as-is, with the same change to the equivalent on the STJ side
  2. Close #130 but ask for more specific details on #114
commented

If you are releasing a new version can you also please bump the Newtonsoft.Json dependency to 13.0.1? This would address this advisory issue Improper Handling of Exceptional Conditions in Newtonsoft.Json that shows in our dependency scanner. Many thanks!

At last.

THANKS!! Keep up the good work!

Fantastic, thank you!