Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxmind/GeoIP2-dotnet
MaxMind GeoIP2 .NET API
https://github.com/maxmind/GeoIP2-dotnet
geoip geoip2 maxmind mmdb
Last synced: 5 days ago
JSON representation
MaxMind GeoIP2 .NET API
- Host: GitHub
- URL: https://github.com/maxmind/GeoIP2-dotnet
- Owner: maxmind
- License: apache-2.0
- Created: 2013-09-03T15:56:10.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T13:55:20.000Z (about 1 month ago)
- Last Synced: 2024-11-01T21:06:27.700Z (10 days ago)
- Topics: geoip, geoip2, maxmind, mmdb
- Language: C#
- Homepage: https://www.nuget.org/packages/MaxMind.GeoIP2
- Size: 4.56 MB
- Stars: 350
- Watchers: 31
- Forks: 78
- Open Issues: 2
-
Metadata Files:
- Readme: README.dev.md
- License: LICENSE
Awesome Lists containing this project
README
## Running Unit Tests on Linux
1. Install dotnet core, cli, and sdk
2. `MAXMIND_TEST_BASE_DIR="$PWD/GeoIP2.UnitTests" CONFIGURATION=Debug dev-bin`## Publishing to NuGet
1. Review open issues and PRs to see if any can easily be fixed, closed, or
merged.
2. Bump copyright year in `README.md` and the `AssemblyInfo.cs` files, if
necessary.
3. Review `releasenotes.md` for completeness and correctness. Update its release
date.
4. Run dev-bin/release.sh. This will build the project, generate docs, upload to
NuGet, and make a GitHub release.
5. Update GitHub Release page for the release.
6. Verify the release on [NuGet](https://www.nuget.org/packages/MaxMind.GeoIP2/).