Walter.Web.FireWall.Geo.Native by Walter Verhoeven, Stijn Snellinx

<PackageReference Include="Walter.Web.FireWall.Geo.Native" Version="2020.10.30.1" />

 Walter.Web.FireWall.Geo.Native 2020.10.30.1

Free FireWall native Geo-country code API with limited accuracy. The Package adds functionality to NuGet package Walter.Web.Firewall.Core More information on how to use this Add-On is available in this manual https://www.asp-waf.com/download/ASP-WAF-FireWall-Getting-Started.pdf as well as on-line at https://www.asp-waf.com/NuGet

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Walter.Web.FireWall.Geo.Native</id>
    <version>2020.10.30.1</version>
    <title>Add-On to make Walter.Web.FireWall geographically aware using DNS server.</title>
    <authors>Walter Verhoeven, Stijn Snellinx</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>environment_view_data.png</icon>
    <projectUrl>https://www.asp-waf.com/</projectUrl>
    <description>Free FireWall native Geo-country code API with limited accuracy.
      The Package adds functionality to NuGet package Walter.Web.Firewall.Core
      More information on how to use this Add-On is available in this manual https://www.asp-waf.com/download/ASP-WAF-FireWall-Getting-Started.pdf
      as well as on-line at https://www.asp-waf.com/NuGet</description>
    <releaseNotes>This free API library may not give accurate results as it uses unchecked public domain data
      14 October 2020
      - Update to .net core 3.1.4
      
      2020.10.05
      - Update terms
      - update NuGet package references

      2020.09.09
      - Use IFirewallServiceCollection on builder because else it would register with any .net app but crash as IFirewall is missing
      - update NuGet package references

      2020.09.08
      - update NuGet package references

      2020.09.04
      - update documentation and references</releaseNotes>
    <copyright>© 2019 Walter Verhoeven, Stijn Snellinx, all rights reserved.</copyright>
    <tags>Firewall Geography aspwaf waf</tags>
    <repository type="GitHub" url="https://github.com/ASP-WAF/FireWall" />
    <dependencies>
      <group targetFramework=".NETCoreApp3.0">
        <dependency id="Walter.BOM" version="2020.10.30.1" exclude="Build,Analyzers" />
        <dependency id="Walter.Web.Firewall.Core" version="2020.10.30.1" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Caching.Abstractions" version="3.1.9" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETCoreApp3.1">
        <dependency id="Walter.BOM" version="2020.10.30.1" exclude="Build,Analyzers" />
        <dependency id="Walter.Web.Firewall.Core" version="2020.10.30.1" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Caching.Abstractions" version="3.1.9" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.1">
        <dependency id="Walter.BOM" version="2020.10.30.1" exclude="Build,Analyzers" />
        <dependency id="Walter.Web.Firewall.Core" version="2020.10.30.1" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Caching.Abstractions" version="3.1.9" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>