|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
|
3 |
| - <Metadata> |
4 |
| - <Identity Id="Serial_Monitor.89c666b5-b0e1-4d78-989c-788a5c1fac7a" Version="1.2" Language="en-US" Publisher="Egor Grushko" /> |
5 |
| - <DisplayName>Serial Monitor</DisplayName> |
6 |
| - <Description xml:space="preserve">Serial Port Monitor for Visual Studio</Description> |
7 |
| - <MoreInfo>https://github.com/egorgrushko/SerialMonitor</MoreInfo> |
8 |
| - <License>LICENSE.txt</License> |
9 |
| - <Icon>Resources\SerialMonitorIcon.png</Icon> |
10 |
| - <PreviewImage>Resources\SerialMonitorPreview.png</PreviewImage> |
11 |
| - <Tags>serial, port, com, monitor, com port, serial port</Tags> |
12 |
| - </Metadata> |
13 |
| - <Installation> |
14 |
| - <InstallationTarget Version="14.0" Id="Microsoft.VisualStudio.Pro" /> |
15 |
| - <InstallationTarget Version="14.0" Id="Microsoft.VisualStudio.Community" /> |
16 |
| - <InstallationTarget Version="14.0" Id="Microsoft.VisualStudio.Enterprise" /> |
17 |
| - <InstallationTarget Version="14.0" Id="Microsoft.VisualStudio.IntegratedShell" /> |
18 |
| - </Installation> |
19 |
| - <Dependencies> |
20 |
| - <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[3.0,4.6.1)" /> |
21 |
| - </Dependencies> |
22 |
| - <Assets> |
23 |
| - <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
24 |
| - </Assets> |
| 3 | + <Metadata> |
| 4 | + <Identity Id="Serial_Monitor.89c666b5-b0e1-4d78-989c-788a5c1fac7a" Version="1.2.1" Language="en-US" Publisher="Egor Grushko" /> |
| 5 | + <DisplayName>Serial Monitor</DisplayName> |
| 6 | + <Description xml:space="preserve">Serial Port Monitor for Visual Studio</Description> |
| 7 | + <MoreInfo>https://github.com/egorgrushko/SerialMonitor</MoreInfo> |
| 8 | + <License>LICENSE.txt</License> |
| 9 | + <Icon>Resources\SerialMonitorIcon.png</Icon> |
| 10 | + <PreviewImage>Resources\SerialMonitorPreview.png</PreviewImage> |
| 11 | + <Tags>serial, port, com, monitor, com port, serial port</Tags> |
| 12 | + </Metadata> |
| 13 | + <Installation> |
| 14 | + <InstallationTarget Version="14.0" Id="Microsoft.VisualStudio.Pro" /> |
| 15 | + <InstallationTarget Version="14.0" Id="Microsoft.VisualStudio.Community" /> |
| 16 | + <InstallationTarget Version="14.0" Id="Microsoft.VisualStudio.Enterprise" /> |
| 17 | + <InstallationTarget Version="14.0" Id="Microsoft.VisualStudio.IntegratedShell" /> |
| 18 | + </Installation> |
| 19 | + <Dependencies> |
| 20 | + <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[3.0,4.6.1)" /> |
| 21 | + </Dependencies> |
| 22 | + <Assets> |
| 23 | + <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> |
| 24 | + </Assets> |
25 | 25 | </PackageManifest>
|
0 commit comments