|
2 | 2 | <PackageManifest Version="2.0.0"
|
3 | 3 | xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011"
|
4 | 4 | xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
|
5 |
| - <Metadata> |
6 |
| - <Identity Id="VsLinuxDebugger.4d7bf4de-5015-4e24-92c0-7f9f3397b2da" |
7 |
| - Version="2.0.2" |
8 |
| - Language="en-US" |
9 |
| - Publisher="Suess Labs" /> |
10 |
| - <DisplayName>VS Linux Debugger</DisplayName> |
11 |
| - <Description xml:space="preserve">Remotely deploy and debug your .NET apps visa SSH on your Linux device using Visual Studio 2022. Works with popular Linux distrobutions such as Ubuntu, Raspberry Pi, and more!</Description> |
12 |
| - <MoreInfo>https://github.com/SuessLabs/VsLinuxDebug</MoreInfo> |
13 |
| - <License>LICENSE.txt</License> |
14 |
| - <GettingStartedGuide>..\..\readme.md</GettingStartedGuide> |
15 |
| - <ReleaseNotes>..\..\release-notes.md</ReleaseNotes> |
16 |
| - <Icon>Resources\TuxDebug.png</Icon> |
17 |
| - <Tags>debug; build; remote debug; vsdbg; linux; xamarin; rpi; rpi4; remotedebug; remote; debugger; linux debug; net6; dotnet; raspberry pi; ubuntu;</Tags> |
18 |
| - </Metadata> |
19 |
| - <Installation> |
20 |
| - <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)"> |
21 |
| - <ProductArchitecture>amd64</ProductArchitecture> |
22 |
| - </InstallationTarget> |
23 |
| - </Installation> |
24 |
| - <Dependencies> |
25 |
| - <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
26 |
| - </Dependencies> |
27 |
| - <Prerequisites> |
28 |
| - <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" |
29 |
| - Version="[17.0,18.0)" |
30 |
| - DisplayName="Visual Studio core editor" /> |
31 |
| - </Prerequisites> |
32 |
| - <Assets> |
33 |
| - <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
34 |
| - </Assets> |
| 5 | + <Metadata> |
| 6 | + <Identity Id="VsLinuxDebugger.4d7bf4de-5015-4e24-92c0-7f9f3397b2da" |
| 7 | + Version="2.0.3" |
| 8 | + Language="en-US" |
| 9 | + Publisher="Suess Labs" /> |
| 10 | + <DisplayName>VS Linux Debugger</DisplayName> |
| 11 | + <Description xml:space="preserve">Remotely deploy and debug your .NET apps visa SSH on your Linux device using Visual Studio 2022. Works with popular Linux distrobutions such as Ubuntu, Raspberry Pi, and more!</Description> |
| 12 | + <MoreInfo>https://github.com/SuessLabs/VsLinuxDebug</MoreInfo> |
| 13 | + <License>LICENSE.txt</License> |
| 14 | + <GettingStartedGuide>..\..\readme.md</GettingStartedGuide> |
| 15 | + <ReleaseNotes>..\..\release-notes.md</ReleaseNotes> |
| 16 | + <Icon>Resources\TuxDebug.png</Icon> |
| 17 | + <Tags>debug; build; remote debug; vsdbg; linux; xamarin; rpi; rpi4; remotedebug; remote; debugger; linux debug; net6; dotnet; raspberry pi; ubuntu;</Tags> |
| 18 | + </Metadata> |
| 19 | + <Installation> |
| 20 | + <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)"> |
| 21 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 22 | + </InstallationTarget> |
| 23 | + </Installation> |
| 24 | + <Dependencies> |
| 25 | + <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
| 26 | + </Dependencies> |
| 27 | + <Prerequisites> |
| 28 | + <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" |
| 29 | + Version="[17.0,18.0)" |
| 30 | + DisplayName="Visual Studio core editor" /> |
| 31 | + </Prerequisites> |
| 32 | + <Assets> |
| 33 | + <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
| 34 | + </Assets> |
35 | 35 | </PackageManifest>
|
0 commit comments