Skip to content

Commit abb5a72

Browse files
authored
Adjust manifest version ranges to fix visix installer error (#17)
1 parent b21fae7 commit abb5a72

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source.extension.vsixmanifest

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="UnityMixedCallstack.mderoy.1bc395e8-c1ea-4a2d-8a37-19e7f0c302b9" Version="2.6" Language="en-US" Publisher="Jb Evain, Michael DeRoy, Jonathan Chambers, Alex Thibodeau" />
4+
<Identity Id="UnityMixedCallstack.mderoy.1bc395e8-c1ea-4a2d-8a37-19e7f0c302b9" Version="2.8" Language="en-US" Publisher="Jb Evain, Michael DeRoy, Jonathan Chambers, Alex Thibodeau" />
55
<DisplayName>Unity Mixed Callstack</DisplayName>
66
<Description xml:space="preserve">Visual Studio native debugger extension to help debug native applications using Mono. Originally developed by Jb Evain, Updated for Unity by Michael DeRoy and Jonathan Chambers</Description>
77
</Metadata>
88
<Installation>
99
<!-- Enable/Disable as needed. For now enabled for VS2022-->
10-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0]">
10+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
1111
<ProductArchitecture>amd64</ProductArchitecture>
1212
</InstallationTarget>
1313
<!--
1414
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0,)" />
1515
-->
1616
</Installation>
1717
<Dependencies>
18-
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.5" />
18+
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
1919
</Dependencies>
2020
<Assets>
2121
<Asset Type="DebuggerEngineExtension" Path="UnityMixedCallstack.vsdconfig"/>
2222
</Assets>
2323
<Prerequisites>
24-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.25904.2,)" DisplayName="Visual Studio core editor" />
24+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0, 18.0)" DisplayName="Visual Studio core editor" />
2525
</Prerequisites>
2626
</PackageManifest>

0 commit comments

Comments
 (0)