Skip to content

Commit 61c024b

Browse files
authored
Merge pull request #172 from cloudscribe/version_10.0_claude
#170 - another manifest fix
2 parents e2bdc19 + ec13921 commit 61c024b

2 files changed

Lines changed: 7 additions & 17 deletions

File tree

-16 Bytes
Binary file not shown.

cloudscribeTemplate/source.extension.vsixmanifest

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,24 @@
66
<Description xml:space="preserve">A Visual Studio extension that makes it easy to start new web application projects using cloudscribe libraries</Description>
77
<MoreInfo>https://www.cloudscribe.com/docs/introduction</MoreInfo>
88
<License>License.txt</License>
9-
<ReleaseNotes>VS2022/VS2025 extension - .NET 10.0 and BS5</ReleaseNotes>
9+
<ReleaseNotes>VS2022+ extension - .NET 10.0 and BS5</ReleaseNotes>
1010
<Icon>Properties\project-icon.png</Icon>
1111
<Tags>asp.net core cloudscribe</Tags>
1212
</Metadata>
1313
<Installation>
1414

15-
<!-- VS 2019 (x86) -->
16-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0,17.0)">
17-
<ProductArchitecture>x86</ProductArchitecture>
18-
</InstallationTarget>
19-
20-
<!-- VS 2022 (amd64) -->
21-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)">
22-
<ProductArchitecture>amd64</ProductArchitecture>
23-
</InstallationTarget>
24-
25-
<!-- VS 2025 (amd64) -->
26-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[18.0,19.0)">
15+
<!-- VS 2022+ Community (amd64) - automatically works in VS 2026+ -->
16+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,)">
2717
<ProductArchitecture>amd64</ProductArchitecture>
2818
</InstallationTarget>
2919

30-
<!-- VS 2025 Professional (amd64) -->
31-
<InstallationTarget Id="Microsoft.VisualStudio.Professional" Version="[18.0,19.0)">
20+
<!-- VS 2022+ Professional (amd64) -->
21+
<InstallationTarget Id="Microsoft.VisualStudio.Professional" Version="[17.0,)">
3222
<ProductArchitecture>amd64</ProductArchitecture>
3323
</InstallationTarget>
3424

35-
<!-- VS 2025 Enterprise (amd64) -->
36-
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[18.0,19.0)">
25+
<!-- VS 2022+ Enterprise (amd64) -->
26+
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[17.0,)">
3727
<ProductArchitecture>amd64</ProductArchitecture>
3828
</InstallationTarget>
3929

0 commit comments

Comments
 (0)