-
Notifications
You must be signed in to change notification settings - Fork 674
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4673 from zooba/issue-4668
Fixes #4668 Incorrect version in vsix manifest
- Loading branch information
Showing
17 changed files
with
62 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<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"> | ||
<Metadata> | ||
<Identity Id="Microsoft.PythonTools.Tests.PythonToolsUITests" Version="3.2" Language="en-US" Publisher="Microsoft Corporation" /> | ||
<Identity Id="Microsoft.PythonTools.Tests.PythonToolsUITests" Version="16.0" Language="en-US" Publisher="Microsoft Corporation" /> | ||
<DisplayName>Tests-PythonToolsUITests</DisplayName> | ||
<Description xml:space="preserve">Python Tools UI Tests.</Description> | ||
<MoreInfo>http://aka.ms/ptvs</MoreInfo> | ||
</Metadata> | ||
<Installation AllUsers="true"> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0]" /> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0]" /> | ||
</Installation> | ||
<Dependencies> | ||
<Dependency DisplayName="Microsoft.PythonTools.Tests.TestUtilities" Id="Microsoft.PythonTools.Tests.TestUtilities" Version="1.0"/> | ||
<Dependency DisplayName="Microsoft.PythonTools.Tests.TestUtilities" Id="Microsoft.PythonTools.Tests.TestUtilities" Version="16.0"/> | ||
</Dependencies> | ||
<Assets> | ||
<!--<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />--> | ||
</Assets> | ||
<Prerequisites> | ||
<Prerequisite Id="Microsoft.VisualStudio.CoreEditor" Version="15.0"/> | ||
<Prerequisite Id="Microsoft.VisualStudio.CoreEditor" Version="16.0"/> | ||
</Prerequisites> | ||
</PackageManifest> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<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"> | ||
<Metadata> | ||
<Identity Id="Microsoft.PythonTools.Tests.DebuggerUITests" Version="3.2" Language="en-US" Publisher="Microsoft Corporation" /> | ||
<Identity Id="Microsoft.PythonTools.Tests.DebuggerUITests" Version="16.0" Language="en-US" Publisher="Microsoft Corporation" /> | ||
<DisplayName>Tests-DebuggerUITests</DisplayName> | ||
<Description xml:space="preserve">Python Debugger UI Tests.</Description> | ||
<MoreInfo>http://aka.ms/ptvs</MoreInfo> | ||
</Metadata> | ||
<Installation AllUsers="true"> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0]" /> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0]" /> | ||
</Installation> | ||
<Dependencies> | ||
<Dependency DisplayName="Microsoft.PythonTools.Tests.TestUtilities" Id="Microsoft.PythonTools.Tests.TestUtilities" Version="1.0"/> | ||
<Dependency DisplayName="Microsoft.PythonTools.Tests.TestUtilities" Id="Microsoft.PythonTools.Tests.TestUtilities" Version="16.0"/> | ||
</Dependencies> | ||
<Assets> | ||
<!--<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />--> | ||
</Assets> | ||
<Prerequisites> | ||
<Prerequisite Id="Microsoft.VisualStudio.CoreEditor" Version="15.0"/> | ||
<Prerequisite Id="Microsoft.VisualStudio.CoreEditor" Version="16.0"/> | ||
</Prerequisites> | ||
</PackageManifest> |
Oops, something went wrong.