Skip to content

Commit

Permalink
Merge pull request #10 from mattosaurus/chore/update-version-2.3
Browse files Browse the repository at this point in the history
Chore/update version 2.3
  • Loading branch information
mattosaurus authored Jul 3, 2024
2 parents f5f9f58 + 1cc6ff9 commit 94767bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions IpStack/Extensions/IpStackServiceCollectionExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ public static IServiceCollection AddIpStack(this IServiceCollection collection,
if (collection == null) throw new ArgumentNullException(nameof(collection));
if (setupAction == null) throw new ArgumentNullException(nameof(setupAction));

// Add Met Office HTTP Client
collection.AddHttpClient<IIpStackService, IpStackService>(client =>
{
client.BaseAddress = new Uri("http://api.ipstack.com/");
Expand Down Expand Up @@ -45,7 +44,6 @@ public static IServiceCollection AddIpStack(this IServiceCollection collection,
if (collection == null) throw new ArgumentNullException(nameof(collection));
if (configuration == null) throw new ArgumentNullException(nameof(configuration));

// Add Met Office HTTP Client
collection.AddHttpClient<IIpStackService, IpStackService>(client =>
{
client.BaseAddress = new Uri("http://api.ipstack.com/");
Expand Down
4 changes: 2 additions & 2 deletions IpStack/IpStack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<PackageTags>IpStack;IP Address</PackageTags>
<PackageReleaseNotes>Refactor</PackageReleaseNotes>
<AssemblyVersion>2.0.0</AssemblyVersion>
<FileVersion>2.2.0</FileVersion>
<FileVersion>2.3.0</FileVersion>
<Title>IpStack</Title>
<Description>.NET wrapper to query the IpStack API for IP address details.</Description>
<Summary>.NET wrapper to query the IpStack API for IP address details.</Summary>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>2.2.0</Version>
<Version>2.3.0</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Authors>mattosaurus</Authors>
Expand Down

0 comments on commit 94767bc

Please sign in to comment.