Skip to content

Commit 10eb511

Browse files
Merge pull request #34 from ipdata/claude/migrate-ipdata-references-TUE1b
Remove hardcoded version numbers from README
2 parents 48426cd + 49718ff commit 10eb511

2 files changed

Lines changed: 5 additions & 30 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# ipdata
33
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/ipdata/dotnet/blob/master/LICENSE) [![IPData](https://img.shields.io/nuget/v/IPData.svg)](https://www.nuget.org/packages/IPData/)
44

5-
> **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.
66
77
[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.
88

@@ -30,13 +30,13 @@
3030
NuGet package install using package manager:
3131

3232
```bash
33-
Install-Package IPData -Version 3.0.0
33+
Install-Package IPData
3434
```
3535

3636
NuGet package install using .NET CLI:
3737

3838
```bash
39-
dotnet add package IPData --version 3.0.0
39+
dotnet add package IPData
4040
```
4141

4242
## Lookup
@@ -181,7 +181,7 @@ public class MyService
181181

182182
## Migrating from v2 to v3
183183

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.
185185

186186
### Renamed types
187187

@@ -206,7 +206,7 @@ The package ID has changed from `IpData` to `IPData`:
206206

207207
```bash
208208
dotnet remove package IpData
209-
dotnet add package IPData --version 3.0.0
209+
dotnet add package IPData
210210
```
211211

212212
### New features in v3

0 commit comments

Comments
 (0)