|
6 | 6 | <Description xml:space="preserve">A Visual Studio extension that makes it easy to start new web application projects using cloudscribe libraries</Description> |
7 | 7 | <MoreInfo>https://www.cloudscribe.com/docs/introduction</MoreInfo> |
8 | 8 | <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> |
10 | 10 | <Icon>Properties\project-icon.png</Icon> |
11 | 11 | <Tags>asp.net core cloudscribe</Tags> |
12 | 12 | </Metadata> |
13 | 13 | <Installation> |
14 | 14 |
|
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,)"> |
27 | 17 | <ProductArchitecture>amd64</ProductArchitecture> |
28 | 18 | </InstallationTarget> |
29 | 19 |
|
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,)"> |
32 | 22 | <ProductArchitecture>amd64</ProductArchitecture> |
33 | 23 | </InstallationTarget> |
34 | 24 |
|
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,)"> |
37 | 27 | <ProductArchitecture>amd64</ProductArchitecture> |
38 | 28 | </InstallationTarget> |
39 | 29 |
|
|
0 commit comments