-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
vchirikov
committed
Sep 16, 2020
1 parent
3e5114b
commit b66bc8e
Showing
3 changed files
with
29 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
<?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="GoToDnSpy" Version="1.1.3" Language="en-US" Publisher="Vladimir Chirikov" /> | ||
<DisplayName>GoToDnSpy</DisplayName> | ||
<Description xml:space="preserve">Open dnSpy or source.dot.net and select method or type under caret.</Description> | ||
<MoreInfo>/~https://github.com/vchirikov/GoToDnSpy</MoreInfo> | ||
<License>LICENSE</License> | ||
<GettingStartedGuide>Readme.md</GettingStartedGuide> | ||
<ReleaseNotes>CHANGELOG.md</ReleaseNotes> | ||
<Icon>icon.ico</Icon> | ||
<PreviewImage>preview.png</PreviewImage> | ||
<Tags>GoToDnSpy, GoTo, Disasm, ILSpy, ILDisasm, Disassemble, CIL, IL, MSIL, dnSpy, de4dot, dnlib, decompile, Emit</Tags> | ||
</Metadata> | ||
<Installation> | ||
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Community" /> | ||
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Pro" /> | ||
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Enterprise" /> | ||
</Installation> | ||
<Metadata> | ||
<Identity Id="GoToDnSpy" Version="1.1.4" Language="en-US" Publisher="Vladimir Chirikov" /> | ||
<DisplayName>GoToDnSpy</DisplayName> | ||
<Description xml:space="preserve">Open dnSpy or source.dot.net and select method or type under caret.</Description> | ||
<MoreInfo>/~https://github.com/vchirikov/GoToDnSpy</MoreInfo> | ||
<License>LICENSE</License> | ||
<GettingStartedGuide>Readme.md</GettingStartedGuide> | ||
<ReleaseNotes>CHANGELOG.md</ReleaseNotes> | ||
<Icon>icon.ico</Icon> | ||
<PreviewImage>preview.png</PreviewImage> | ||
<Tags>GoToDnSpy, GoTo, Disasm, ILSpy, ILDisasm, Disassemble, CIL, IL, MSIL, dnSpy, de4dot, dnlib, decompile, Emit</Tags> | ||
</Metadata> | ||
<Installation> | ||
<InstallationTarget Version="[16.5,17.0)" Id="Microsoft.VisualStudio.Community" /> | ||
<InstallationTarget Version="[16.5,17.0)" Id="Microsoft.VisualStudio.Pro" /> | ||
<InstallationTarget Version="[16.5,17.0)" Id="Microsoft.VisualStudio.Enterprise" /> | ||
</Installation> | ||
|
||
<Dependencies> | ||
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.7,)" /> | ||
</Dependencies> | ||
<Dependencies> | ||
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.7,)" /> | ||
</Dependencies> | ||
|
||
<Prerequisites> | ||
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.3, )" DisplayName="Visual Studio core editor" /> | ||
</Prerequisites> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> | ||
</Assets> | ||
<Prerequisites> | ||
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.3, )" DisplayName="Visual Studio core editor" /> | ||
</Prerequisites> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> | ||
</Assets> | ||
</PackageManifest> |