PWA Fundvelo der Caritas.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

FisSst.BlazorMaps.nuspec 1.2KB

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  3. <metadata>
  4. <id>FisSst.BlazorMaps</id>
  5. <version>1.0.2</version>
  6. <authors>FIS-SST</authors>
  7. <requireLicenseAcceptance>true</requireLicenseAcceptance>
  8. <license type="file">LICENSE.txt</license>
  9. <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
  10. <icon>fis-sst_logo.png</icon>
  11. <description>BlazorMaps is a Blazor library created by software house FIS-SST (https://fis-sst.pl/en/) that provides a C# interface for maps provided by Leaflet.js library. It includes several Leaflet.js features which are easily accessible from C# level within a project and it does not require any use of JavaScript.</description>
  12. <tags>maps blazor leaflet.js map wrapper</tags>
  13. <repository url="https://github.com/fis-sst/BlazorMaps" />
  14. <dependencies>
  15. <group targetFramework="net5.0">
  16. <dependency id="Microsoft.AspNetCore.Components" version="5.0.0" exclude="Build,Analyzers" />
  17. <dependency id="Microsoft.AspNetCore.Components.Web" version="5.0.0" exclude="Build,Analyzers" />
  18. </group>
  19. </dependencies>
  20. </metadata>
  21. </package>