mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:35:37 -05:00
13 lines
645 B
XML
13 lines
645 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop">
|
|
<id>@@NAME@@.desktop</id>
|
|
<metadata_license>@@LICENSE@@</metadata_license>
|
|
<project_license>@@LICENSE@@</project_license>
|
|
<name>@@NAME_LONG@@</name>
|
|
<url type="homepage">https://github.com/microsoft/azuredatastudio</url>
|
|
<summary>Azure Data Studio</summary>
|
|
<description>
|
|
<p>Azure Data Studio is a cross-platform database tool for data professionals using the Microsoft family of on-premises and cloud data platforms on Windows, MacOS, and Linux. See https://docs.microsoft.com/en-us/sql/sql-operations-studio/what-is for documentation.</p>
|
|
</description>
|
|
</component>
|