# This file contains metadata for your plugin.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=Prisma
qgisMinimumVersion=3.14
description=Plugin para fazer caracterização de imóveis
version=4.2
author=Zago
email=guilherme.nascimento@economia.gov.br

about=Plugin to perform characterization and overlap analysis of properties with areas of the Federal Government

tracker=https://github.com/cgdag/SPU-Prisma.git
repository=https://github.com/cgdag/SPU-Prisma.git
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=Version 3.0 (22/07/2022):
            - Initial version
         Version 4.0 (23/11/2022):
            - Added wfs support
            - The dependency installation method has been modified
            - Adjustments in the generation of reports
            - Bug fix in compare module
         Version 4.1 (6/11/2022):
            - Correção de bug no módulo de carregamento de Json de configuração
         Version 4.2 (03/03/2023):
            - Correção de bugs no buffer
            - Correção de bugs para camadas distantes
            - Pré configuração do json para camadas default

# Tags are comma separated with spaces allowed
tags=python

homepage=https://github.com/cgdag/SPU-Prisma
category=Plugins
icon=icon.png
# experimental flag
experimental=True

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

Category of the plugin: Raster, Vector, Database or Web
# category=

# If the plugin can run on QGIS Server.
server=False

