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

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

 Walter.Web.FireWall.Geo.Native 2020.9.29.10

Free FireWall native Geo-country code API with limited accuracy. The Package adds functionality to NuGet package Walter.Web.Firewall.Core.3.x 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.9.29.10</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.3.x
      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
      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.9.29.10" exclude="Build,Analyzers" />
        <dependency id="Walter.Web.Firewall.Core.3.x" version="2020.9.29.10" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Caching.Abstractions" version="3.1.8" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETCoreApp3.1">
        <dependency id="Walter.BOM" version="2020.9.29.10" exclude="Build,Analyzers" />
        <dependency id="Walter.Web.Firewall.Core.3.x" version="2020.9.29.10" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Caching.Abstractions" version="3.1.8" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.1">
        <dependency id="Walter.BOM" version="2020.9.29.10" exclude="Build,Analyzers" />
        <dependency id="Walter.Web.Firewall.Core.3.x" version="2020.9.29.10" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Caching.Abstractions" version="3.1.8" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>