|
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 | 3 | <Metadata>
|
4 |
| - <Identity Id="LuaDkmDebugger.e3e2ef04-27c9-46a6-ad45-79bd29067eb6" Version="0.3.0" Language="en-US" Publisher="WheretIB" /> |
| 4 | + <Identity Id="LuaDkmDebugger.e3e2ef04-27c9-46a6-ad45-79bd29067eb6" Version="0.4.1" Language="en-US" Publisher="WheretIB" /> |
5 | 5 | <DisplayName>C++ debugger extensions for Lua</DisplayName>
|
6 |
| - <Description xml:space="preserve">This Visual Studio extension enables limited support for inspection of Lua (Version 5.3) state in C++ applications during debug.</Description> |
| 6 | + <Description xml:space="preserve">This Visual Studio extension enables support for inspection of Lua state in C++ applications during debug.</Description> |
7 | 7 | <License>license.txt</License>
|
8 |
| - <Tags>lua, 5.3, debugger</Tags> |
| 8 | + <ReleaseNotes>https://raw.githubusercontent.com/WheretIB/LuaDkmDebugger/master/CHANGELOG.md</ReleaseNotes> |
| 9 | + <Tags>lua, debugger</Tags> |
9 | 10 | </Metadata>
|
10 | 11 | <Installation>
|
11 | 12 | <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0, 17.0)" />
|
|
16 | 17 | <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
|
17 | 18 | </Dependencies>
|
18 | 19 | <Prerequisites>
|
19 |
| - <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,17.0)" DisplayName="Visual Studio core editor" /> |
20 |
| - <Prerequisite Id="Microsoft.VisualStudio.Debugger" Version="[16.0,)" DisplayName="Visual Studio Debugger" /> |
| 20 | + <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,17.0)" DisplayName="Visual Studio core editor" /> |
| 21 | + <Prerequisite Id="Microsoft.VisualStudio.Debugger" Version="[15.0,)" DisplayName="Visual Studio Debugger" /> |
21 | 22 | </Prerequisites>
|
22 | 23 | <Assets>
|
23 | 24 | <Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
|
|
0 commit comments