FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · GeoJSON-Net/GeoJSON.Text · GitHub
GeoJSON-Net
/
GeoJSON.Text
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
17
Star
56
Code
Issues
11
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Apr 1, 2025
Merge pull request #32 from leojth/improve-position-reading
Show description for 44abb34
xfischer
authored
44abb34
View commit details
Copy full SHA for 44abb34
Browse repository at this point
Commits on Mar 26, 2025
Merge pull request #31 from Captainpast/main
Show description for d490b51
xfischer
authored
d490b51
View commit details
Copy full SHA for d490b51
Browse repository at this point
Commits on Feb 28, 2025
Restore support for serializer options when reading positions
Sokigo-TS
committed
e51f9b5
View commit details
Copy full SHA for e51f9b5
Browse repository at this point
Handle null altitudes when reading positions
Sokigo-TS
committed
0ec813b
View commit details
Copy full SHA for 0ec813b
Browse repository at this point
Commits on Feb 19, 2025
Define the type of CrsConverter
Captainpast
committed
a5e6693
View commit details
Copy full SHA for a5e6693
Browse repository at this point
using generic JsonStringEnumConverter for net8.0
Captainpast
committed
aa13a75
View commit details
Copy full SHA for aa13a75
Browse repository at this point
Commits on Nov 4, 2024
Update README.md
xfischer
authored
44366de
View commit details
Copy full SHA for 44366de
Browse repository at this point
bump version to 1.1.0, contributors
xfischer
committed
f2145ac
View commit details
Copy full SHA for f2145ac
Browse repository at this point
Commits on Oct 31, 2024
Merge pull request #27 from mus65/updatedeps
Show description for 2f669b3
janusw
authored
2f669b3
View commit details
Copy full SHA for 2f669b3
Browse repository at this point
Commits on Oct 28, 2024
fix Benchmark
mus65
committed
1da5537
View commit details
Copy full SHA for 1da5537
Browse repository at this point
Commits on Oct 27, 2024
Update GitHub actions and drop legacy .NET versions
mus65
committed
2f6a528
View commit details
Copy full SHA for 2f6a528
Browse repository at this point
Update dependencies and target frameworks and fix build warnings
mus65
committed
af9ab31
View commit details
Copy full SHA for af9ab31
Browse repository at this point
Commits on Apr 25, 2024
Merge pull request #25 from thompson-tomo/chore/#24_ConditionOnPackages
Show description for 3503033
xfischer
authored
3503033
View commit details
Copy full SHA for 3503033
Browse repository at this point
Merge pull request #22 from SpartaDeveloper93/main
Show description for c4b64c9
xfischer
authored
c4b64c9
View commit details
Copy full SHA for c4b64c9
Browse repository at this point
Commits on Apr 19, 2024
#24 Place conditions on STJ so only for net standard
thompson-tomo
committed
c76e812
View commit details
Copy full SHA for c76e812
Browse repository at this point
Commits on Oct 2, 2023
Fixed tests. Private "set" was causing issue
SpartaDeveloper93
committed
fe2d55b
View commit details
Copy full SHA for fe2d55b
Browse repository at this point
Fixed the support for test projects.
SpartaDeveloper93
committed
044a6ed
View commit details
Copy full SHA for 044a6ed
Browse repository at this point
Commits on May 2, 2023
Adding .net 7 to build matrix
Matt Hunt
committed
31ec322
View commit details
Copy full SHA for 31ec322
Browse repository at this point
Adding TypedFeatureCollection
Matt Hunt
committed
6b79dbc
View commit details
Copy full SHA for 6b79dbc
Browse repository at this point
Commits on Dec 2, 2022
Correcting string values for GeoJSONObjectType
matt-lethargic
committed
38aced9
View commit details
Copy full SHA for 38aced9
Browse repository at this point
Commits on Nov 17, 2022
Merge pull request #19 from mlaban/position-converter-options
Show description for a68257e
matt-lethargic
authored
a68257e
View commit details
Copy full SHA for a68257e
Browse repository at this point
Commits on Nov 16, 2022
Fix for PositionConverter.Read SerializerSerializer - Issue #18
Show description for b473174
mlaban
committed
b473174
View commit details
Copy full SHA for b473174
Browse repository at this point
Commits on Jan 26, 2022
Only .net core 3.1 is needed to build .net standard
Martin Boje Carpentier
committed
4aea7e6
View commit details
Copy full SHA for 4aea7e6
Browse repository at this point
Updated the release version variable
Martin Boje Carpentier
committed
d2a59b6
View commit details
Copy full SHA for d2a59b6
Browse repository at this point
Merge pull request #12 from GeoJSON-Net/bugfix/no-support-of-wildcard-directly
Show description for 2ba06a1
MartinCarpentier
authored
2ba06a1
View commit details
Copy full SHA for 2ba06a1
Browse repository at this point
Push package by id directly
Martin Boje Carpentier
committed
991b63e
View commit details
Copy full SHA for 991b63e
Browse repository at this point
Commits on Jan 11, 2022
There is no support for wildcard in the dotnet nuget push command, so i edited the command, to first retrieve the most recent nupkg package using Get-ChildItem which supports wildcards, and then pu…
Show description for 5026359
Martin Boje Carpentier
committed
5026359
View commit details
Copy full SHA for 5026359
Browse repository at this point
Merge branch 'main' of https://github.com/GeoJSON-Net/GeoJSON.Text
Martin Boje Carpentier
committed
220e601
View commit details
Copy full SHA for 220e601
Browse repository at this point
Merge pull request #11 from GeoJSON-Net/feature/dotnet-push-correct-path
Show description for b582584
matt-lethargic
authored
b582584
View commit details
Copy full SHA for b582584
Browse repository at this point
Commits on Jan 8, 2022
The nuget push input folder was incorrect
MartinCarpentier
committed
cbe8a16
View commit details
Copy full SHA for cbe8a16
Browse repository at this point
Commits on Jan 7, 2022
Merge pull request #8 from GeoJSON-Net/feature/update-release-script
Show description for 8824a55
MartinCarpentier
authored
8824a55
View commit details
Copy full SHA for 8824a55
Browse repository at this point
Commits on Jan 2, 2022
Updated the release action
Show description for aaefb08
MartinCarpentier
committed
aaefb08
View commit details
Copy full SHA for aaefb08
Browse repository at this point
Run release from ubuntu
Martin Boje Carpentier
committed
d8acc12
View commit details
Copy full SHA for d8acc12
Browse repository at this point
Commits on Dec 31, 2021
Merge pull request #7 from GeoJSON-Net/feature/only-net-standard20
Show description for 3feb5b3
MartinCarpentier
authored
3feb5b3
View commit details
Copy full SHA for 3feb5b3
Browse repository at this point
Commits on Dec 27, 2021
Updated code in regards to recommendations
Martin Boje Carpentier
committed
0dfb25c
View commit details
Copy full SHA for 0dfb25c
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL