# This file contains metadata for your plugin. Since
# version 2.0 of QGIS this is the proper way to supply
# information about a plugin. The old method of
# embedding metadata in __init__.py will
# is no longer supported since version 2.0.

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

[general]
name=Join lines
description=Permanently join two lines
description[ru]=Перманентное соединение двух линий
about=Permanently join two intersecting or snapped lines. Same layer. Not to be mistaken with multiline.
about[ru]=Перманентное соединение двух пересекающихся или привязанных линий. Тот же слой. Не путайте с мультилинией.
version=0.6.0
qgisMinimumVersion=3.22
qgisMaximumVersion=3.99
author=NextGIS
authorName=NextGIS
email=info@nextgis.com

# End of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog:
changelog=
        0.6.0
          * Updated the "About plugin" dialog
          * Added plugin item to help menu
        0.5.2
          * Fixed typo
        0.5.1
          * Fixed About dialog for old QGIS
        0.5.0
          * Added About dialog
          * Fixed bugs
        0.4.0
          * Porting to QGIS3

homepage=https://nextgis.com
tracker=https://github.com/nextgis/qgis_joinlines/issues
repository=https://github.com/nextgis/qgis_joinlines
icon=icons/icon.png
video=https://youtu.be/KJqZnNwJisE
video[ru]=https://youtu.be/oeG9Z7yXd2Q

# experimental flag
experimental=False

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