Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 688 Bytes

File metadata and controls

18 lines (15 loc) · 688 Bytes

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.