diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 37dfa50..e4f3a58 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -15,7 +15,7 @@ _Put an `x` in the boxes that apply_ _Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code._ -- [ ] I have read the [CONTRIBUTING](https://github.com/alexkhil/IPData/blob/master/.github/CONTRIBUTING.md) doc +- [ ] I have read the [CONTRIBUTING](https://github.com/ipdata/dotnet/blob/master/.github/CONTRIBUTING.md) doc - [ ] Lint and unit tests pass locally with my changes - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have added necessary documentation (if appropriate) diff --git a/.github/README.md b/.github/README.md index 562dec7..3c11e4f 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,6 +1,6 @@ # ipdata -[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/alexkhil/IPData/blob/master/LICENSE) [![IPData](https://img.shields.io/nuget/v/IPData.svg)](https://www.nuget.org/packages/IPData/) +[![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/) > **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. @@ -197,8 +197,8 @@ We use [SemVer] for versioning. For the versions available, see the tags on this This project is licensed under the MIT License - see the [LICENSE.md][LICENSE] file for details -[AzureStatus]: https://dev.azure.com/alexkhildev/IPData/_apis/build/status/gated?branchName=master +[AzureStatus]: https://dev.azure.com/ipdata/dotnet/_apis/build/status/gated?branchName=master [IPDataLogo]: https://image.ibb.co/iDQdUS/ipdatalogo.png [SemVer]: http://semver.org/ -[CONTRIBUTING]: https://github.com/alexkhil/IPData/blob/master/.github/CONTRIBUTING.md -[LICENSE]: https://github.com/alexkhil/IPData/blob/master/LICENSE +[CONTRIBUTING]: https://github.com/ipdata/dotnet/blob/master/.github/CONTRIBUTING.md +[LICENSE]: https://github.com/ipdata/dotnet/blob/master/LICENSE diff --git a/LICENSE b/LICENSE index 6755985..c170a1c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ # MIT License Copyright (c) 2018 Alex Khil +Copyright (c) 2020 ipdata Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/IPData/IPData.csproj b/src/IPData/IPData.csproj index 47a23b4..129a9ce 100644 --- a/src/IPData/IPData.csproj +++ b/src/IPData/IPData.csproj @@ -7,8 +7,8 @@ C# library to gather information for an IP using ipdata.co IPData Community true - https://github.com/alexkhil/IPData - https://github.com/alexkhil/IPData + https://github.com/ipdata/dotnet + https://github.com/ipdata/dotnet git false MIT @@ -16,7 +16,7 @@ ipdata.ico IPData Community - Release notes are at https://github.com/alexkhil/IPData/releases + Release notes are at https://github.com/ipdata/dotnet/releases false false $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb diff --git a/src/IPData/IPData.nuspec b/src/IPData/IPData.nuspec index c971b7c..ea4b6e0 100644 --- a/src/IPData/IPData.nuspec +++ b/src/IPData/IPData.nuspec @@ -7,13 +7,13 @@ IPData Contributors false https://licenses.nuget.org/MIT - https://github.com/alexkhil/IPData + https://github.com/ipdata/dotnet https://image.ibb.co/iDQdUS/ipdatalogo.png C# library to gather information for an IP using ipdata.co - Release notes are at https://github.com/alexkhil/IPData/releases + Release notes are at https://github.com/ipdata/dotnet/releases IPData Community ip ipdata csharp - +