Skip to content

Commit

Permalink
Updated target frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
ip2location committed Apr 27, 2023
1 parent f601fb7 commit da020a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions IP2ProxyComponent/IP2ProxyComponent/IP2ProxyComponent.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

<PropertyGroup>
<RootNamespace>IP2Proxy</RootNamespace>
<TargetFrameworks>netstandard2.0;net472;net48;net5.0;net6.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net472;net48;net481;net5.0;net6.0;net7.0</TargetFrameworks>
<AssemblyName>IP2Proxy</AssemblyName>
<Version>3.3.3</Version>
<Version>3.3.4</Version>
<Authors>IP2Proxy.com</Authors>
<Company>IP2Proxy.com</Company>
<Product>IP2Proxy .NET Component</Product>
<Title>IP2Proxy .NET Component</Title>
<Description>IP2Proxy .NET Component</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Copyright>Copyright 2022</Copyright>
<Copyright>Copyright 2023</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://www.ip2location.com/development-libraries/ip2proxy/dot-net</PackageProjectUrl>
<PackageIcon>ip2proxy-logo-square-128.png</PackageIcon>
<PackageReleaseNotes>Updated Newtonsoft.Json version</PackageReleaseNotes>
<PackageReleaseNotes>Updated target frameworks</PackageReleaseNotes>
<RepositoryUrl>https://github.com/ip2location/ip2proxy-dotnet.git</RepositoryUrl>
<PackageTags>ip2proxy proxy detection</PackageTags>
<RepositoryType>git</RepositoryType>
Expand All @@ -34,7 +34,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion LICENSE.TXT
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 IP2Location.com
Copyright (c) 2023 IP2Location.com

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ https://www.ip2location.com/web-service/ip2proxy

Microsoft .NET 4.72 framework or later.
Compatible with .NET Core 2.x/3.x SDK.
Compatible with .NET 5/6.
Compatible with .NET 5/6/7.

## QUERY USING THE BIN FILE

Expand Down

0 comments on commit da020a7

Please sign in to comment.