Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GeoJSON-Net/GeoJSON.Net
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.1
Choose a base ref
...
head repository: GeoJSON-Net/GeoJSON.Net
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 6 files changed
  • 2 contributors

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    c0dd80e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d6492d View commit details
    Browse the repository at this point in the history
  3. remove NuGet.exe

    janusw committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    79276a6 View commit details
    Browse the repository at this point in the history
  4. update README

    janusw committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    83bb969 View commit details
    Browse the repository at this point in the history
  5. add ReleaseNotes.md

    janusw committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    05a55be View commit details
    Browse the repository at this point in the history
  6. GHA: fix warnings in release script

    The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
    The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
    .NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
    .NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
    .NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
    janusw committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    4a0deaa View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Merge pull request #182 from janusw/snupkg

    snupkg, release notes, cleanup
    xfischer authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    24d4947 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. GHA: add a Mac build

    janusw committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    fe355ef View commit details
    Browse the repository at this point in the history
  2. GHA (Mac): install .NET SDK 6.0 in addition to 8.0

    * in order to fix this error:
    
    Testhost process for source(s) '/Users/runner/work/GeoJSON.Net/GeoJSON.Net/src/GeoJSON.Net.Tests/bin/Debug/net6.0/GeoJSON.Net.Tests.dll' exited with error: You must install or update .NET to run this application.
    App: /Users/runner/work/GeoJSON.Net/GeoJSON.Net/src/GeoJSON.Net.Tests/bin/Debug/net6.0/testhost.dll
    Architecture: arm64
    Framework: 'Microsoft.NETCore.App', version '6.0.0' (arm64)
    .NET location: /Users/runner/.dotnet/
    The following frameworks were found:
      7.0.2 at [/Users/runner/.dotnet/shared/Microsoft.NETCore.App]
      7.0.4 at [/Users/runner/.dotnet/shared/Microsoft.NETCore.App]
      7.0.9 at [/Users/runner/.dotnet/shared/Microsoft.NETCore.App]
      7.0.20 at [/Users/runner/.dotnet/shared/Microsoft.NETCore.App]
      8.0.1 at [/Users/runner/.dotnet/shared/Microsoft.NETCore.App]
      8.0.4 at [/Users/runner/.dotnet/shared/Microsoft.NETCore.App]
      8.0.7 at [/Users/runner/.dotnet/shared/Microsoft.NETCore.App]
    janusw committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    58e29f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    774cc85 View commit details
    Browse the repository at this point in the history
Loading