From 7e4d37b1db121b79cb1e5e5bf6ae6d3224d0e355 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sun, 19 Oct 2025 14:55:21 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=A2=9E=E5=8A=A0=E6=9B=B4?= =?UTF-8?q?=E5=A4=9A=E6=A1=86=E6=9E=B6=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../csharp/IP2Region.Net/IP2Region.Net.csproj | 33 +++++++++++++++++-- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/binding/csharp/IP2Region.Net/IP2Region.Net.csproj b/binding/csharp/IP2Region.Net/IP2Region.Net.csproj index 372dd42..ec3c106 100644 --- a/binding/csharp/IP2Region.Net/IP2Region.Net.csproj +++ b/binding/csharp/IP2Region.Net/IP2Region.Net.csproj @@ -2,7 +2,7 @@ IP2Region.Net - 2.0.2 + 2.1.0 IP2Region.Net Alan Lee Apache-2.0 @@ -15,17 +15,44 @@ git enable enable - netstandard2.0;netstandard2.1;net6.0;net7.0 - 10.0 + netstandard2.0;netstandard2.1;net6.0;net7.0;net8.0;net9.0 + latest c2f07fe1-a300-4de3-8200-1278ed8cb5b7 + + + + + + + + + + + + + + + + + + + + + + + + + + + CHANGELOG.md