Skip to content

Commit e2bdc19

Browse files
authored
Merge pull request #171 from cloudscribe/version_10.0_claude
#170 support vs 2025-6 v18
2 parents 6a15d6e + f18a6ac commit e2bdc19

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

81 Bytes
Binary file not shown.

cloudscribeTemplate/source.extension.vsixmanifest

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,37 @@
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 extension - .NET 10.0 and BS5</ReleaseNotes>
9+
<ReleaseNotes>VS2022/VS2025 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-
15+
<!-- VS 2019 (x86) -->
1616
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0,17.0)">
1717
<ProductArchitecture>x86</ProductArchitecture>
1818
</InstallationTarget>
19+
20+
<!-- VS 2022 (amd64) -->
1921
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)">
2022
<ProductArchitecture>amd64</ProductArchitecture>
2123
</InstallationTarget>
2224

25+
<!-- VS 2025 (amd64) -->
26+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[18.0,19.0)">
27+
<ProductArchitecture>amd64</ProductArchitecture>
28+
</InstallationTarget>
29+
30+
<!-- VS 2025 Professional (amd64) -->
31+
<InstallationTarget Id="Microsoft.VisualStudio.Professional" Version="[18.0,19.0)">
32+
<ProductArchitecture>amd64</ProductArchitecture>
33+
</InstallationTarget>
34+
35+
<!-- VS 2025 Enterprise (amd64) -->
36+
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[18.0,19.0)">
37+
<ProductArchitecture>amd64</ProductArchitecture>
38+
</InstallationTarget>
39+
2340
</Installation>
2441
<Dependencies>
2542
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />

0 commit comments

Comments
 (0)