mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
* Initial port of release/0.24 source code * Fix additional headers * Fix a typo in launch.json
13 lines
601 B
XML
13 lines
601 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/sqlopsstudio</url>
|
|
<summary>SQL Operations Studio</summary>
|
|
<description>
|
|
<p>SQL Operations Studio is a data management tool that enables you to work with SQL Server, Azure SQL DB, and SQL DW from Linux. See https://docs.microsoft.com/en-us/sql/sql-operations-studio/what-is for documentation.</p>
|
|
</description>
|
|
</component>
|