You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **v3.0.0 Breaking Changes** — All public types have been renamed to follow .NET naming conventions for two-letter acronyms. See the [Migration Guide](#migrating-from-v2-to-v3) for details.
5
+
> **v3 Breaking Changes** — All public types have been renamed to follow .NET naming conventions for two-letter acronyms. See the [Migration Guide](#migrating-from-v2-to-v3) for details.
6
6
7
7
[ipdata.co](https://ipdata.co/) is a fast, reliable and clean service that allows you to look up the location of an IP Address and other data.
8
8
@@ -30,13 +30,13 @@
30
30
NuGet package install using package manager:
31
31
32
32
```bash
33
-
Install-Package IPData -Version 3.0.0
33
+
Install-Package IPData
34
34
```
35
35
36
36
NuGet package install using .NET CLI:
37
37
38
38
```bash
39
-
dotnet add package IPData --version 3.0.0
39
+
dotnet add package IPData
40
40
```
41
41
42
42
## Lookup
@@ -181,7 +181,7 @@ public class MyService
181
181
182
182
## Migrating from v2 to v3
183
183
184
-
v3.0.0 renames all public types to follow [.NET naming conventions](https://learn.microsoft.com/en-us/dotnet/standard/design-guidelines/capitalization-conventions) for two-letter acronyms. It also adds EU endpoint support and a `Company` lookup.
184
+
v3 renames all public types to follow [.NET naming conventions](https://learn.microsoft.com/en-us/dotnet/standard/design-guidelines/capitalization-conventions) for two-letter acronyms. It also adds EU endpoint support and a `Company` lookup.
185
185
186
186
### Renamed types
187
187
@@ -206,7 +206,7 @@ The package ID has changed from `IpData` to `IPData`:
0 commit comments