Skip to content

Commit 770d1bf

Browse files
authored
Merge pull request #177 from 51Degrees/feat/metadata-optimisation
Feat/metadata optimisation
2 parents bdc4f1f + 9505441 commit 770d1bf

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

FiftyOne.IpIntelligence.Cloud/FiftyOne.IpIntelligence.Cloud.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
<PackageIcon>51d-logo.png</PackageIcon>
1515
<RepositoryUrl>https://github.com/51Degrees/ip-intelligence-dotnet</RepositoryUrl>
1616
<RepositoryType>git</RepositoryType>
17-
<PackageTags>51degrees,pipeline,data service,ip intelligence,ip address,cloud</PackageTags>
18-
<Description>The 51Degrees Pipeline API provides a fast, modern architecture for consuming real-time digital data services. IP intelligence will provide detailed information about about the source IP address of the requests that were received by your website or service, such as location, Autonomous System Number and etc.</Description>
17+
<PackageTags>51degrees;pipeline;pipeline-api;ip-intelligence;ip;ip-address;ip-geolocation;geolocation;geoip;cloud;hosted;saas;api</PackageTags>
18+
<Title>51Degrees IP Intelligence Cloud Service for the Pipeline API</Title>
19+
<Description>This package provides the Cloud implementation of 51Degrees IP Intelligence for the Pipeline API. It uses a hosted 51Degrees service to enrich incoming requests with IP address information, including geographic location and Autonomous System Number (ASN). Use this package when you want IP Intelligence without running a local on-premise engine, as an alternative to legacy IP Intelligence services such as MaxMind or IPinfo.</Description>
1920
</PropertyGroup>
2021

2122
<PropertyGroup Condition="'$(Configuration)'=='Debug'">

FiftyOne.IpIntelligence.Engine.OnPremise/FiftyOne.IpIntelligence.Engine.OnPremise.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
<!-- NuGet package properties -->
1212
<PackageId>FiftyOne.IpIntelligence.Engine.OnPremise</PackageId>
13-
<Title>On-premise IP intelligence service for the 51Degrees Pipeline API</Title>
14-
<Description>The 51Degrees Pipeline API provides a fast, modern architecture for consuming real-time digital data services. IP intelligence will provide detailed information about about the source IP address of the requests that were received by your website or service, such as location, Autonomous System Number and etc.</Description>
13+
<Title>51Degrees IP Intelligence On-Premise Engine for the Pipeline API</Title>
14+
<Description>This package provides the On-premise IP Intelligence engine for the 51Degrees Pipeline API. It enriches incoming requests with IP address information, including geographic location and Autonomous System Number (ASN). Use this package when you want a local On-premise IP Intelligence engine, as an alternative to legacy IP intelligence services such as MaxMind or IPinfo.</Description>
1515
<Authors>51Degrees Engineering</Authors>
1616
<PackageLicenseExpression>EUPL-1.2</PackageLicenseExpression>
1717
<PackageIconUrl>https://51degrees.com/portals/0/Logos/Square%20Logo.png?width=64</PackageIconUrl>
1818
<Copyright>51Degrees Mobile Experts Limited</Copyright>
19-
<PackageTags>51degrees,pipeline,data service,ip intelligence,ip address</PackageTags>
19+
<PackageTags>51degrees;pipeline;pipeline-api;ip-intelligence;ip;ip-address;ip-geolocation;geolocation;geoip;engine;on-premise;onprem;local;offline</PackageTags>
2020
<RepositoryUrl>https://github.com/51Degrees/ip-intelligence-dotnet</RepositoryUrl>
2121
<PackageProjectUrl>www.51degrees.com</PackageProjectUrl>
2222
<RepositoryType>git</RepositoryType>

FiftyOne.IpIntelligence.Shared/FiftyOne.IpIntelligence.Shared.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
<!-- NuGet package properties -->
1313
<PackageId>FiftyOne.IpIntelligence.Shared</PackageId>
14-
<Title>Shared code library for IP intelligence services for the 51Degrees Pipeline API</Title>
15-
<Description>The 51Degrees Pipeline API provides a fast, modern architecture for consuming real-time digital data services. IP intelligence will provide detailed information about about the source IP address of the requests that were received by your website or service, such as location, Autonomous System Number and etc.</Description>
14+
<Title>51Degrees IP Intelligence Shared Components for the Pipeline API</Title>
15+
<Description>Shared classes used by the 51Degrees IP Intelligence engine for the Pipeline API.</Description>
1616
<Authors>51Degrees Engineering</Authors>
1717
<PackageLicenseExpression>EUPL-1.2</PackageLicenseExpression>
1818
<PackageIconUrl>https://51degrees.com/portals/0/Logos/Square%20Logo.png?width=64</PackageIconUrl>
1919
<Copyright>51Degrees Mobile Experts Limited</Copyright>
20-
<PackageTags>51degrees,pipeline,data service,ip intelligence,ip address</PackageTags>
20+
<PackageTags>51degrees;pipeline;pipeline-api;ip-intelligence;ip;ip-address;shared;common;models;utilities</PackageTags>
2121
<RepositoryUrl>https://github.com/51Degrees/ip-intelligence-dotnet</RepositoryUrl>
2222
<PackageProjectUrl>www.51degrees.com</PackageProjectUrl>
2323
<RepositoryType>git</RepositoryType>

FiftyOne.IpIntelligence/FiftyOne.IpIntelligence.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
<!-- NuGet package properties -->
1313
<PackageId>FiftyOne.IpIntelligence</PackageId>
14-
<Title>Shared code library for IP intelligence services for the 51Degrees Pipeline API</Title>
15-
<Description>The 51Degrees Pipeline API provides a fast, modern architecture for consuming real-time digital data services. IP intelligence will provide detailed information about about the source IP address of the requests that were received by your website or service, such as location, Autonomous System Number and etc.</Description>
14+
<Title>51Degrees IP Intelligence Pipeline Configuration for the Pipeline API</Title>
15+
<Description>Pipeline builder components for integrating 51Degrees IP Intelligence with the Pipeline API. This package provides builders for configuring IP Intelligence pipelines using either the Cloud or On-premise implementations, based on IP address data.</Description>
1616
<Authors>51Degrees Engineering</Authors>
1717
<PackageLicenseExpression>EUPL-1.2</PackageLicenseExpression>
1818
<PackageIconUrl>https://51degrees.com/portals/0/Logos/Square%20Logo.png?width=64</PackageIconUrl>
1919
<Copyright>51Degrees Mobile Experts Limited</Copyright>
20-
<PackageTags>51degrees,pipeline,data service,ip intelligence,ip address</PackageTags>
20+
<PackageTags>51degrees;pipeline;pipeline-api;pipeline-builder;builder;configuration;ip-intelligence;ip;ip-address;ip-geolocation;geolocation;geoip;asn;autonomous-system;isp;organization;network</PackageTags>
2121
<RepositoryUrl>https://github.com/51Degrees/ip-intelligence-dotnet</RepositoryUrl>
2222
<PackageProjectUrl>www.51degrees.com</PackageProjectUrl>
2323
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)