|
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 extension - .NET 10.0 and BS5</ReleaseNotes> |
| 9 | + <ReleaseNotes>VS2022/VS2025 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 | | - |
| 15 | + <!-- VS 2019 (x86) --> |
16 | 16 | <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0,17.0)"> |
17 | 17 | <ProductArchitecture>x86</ProductArchitecture> |
18 | 18 | </InstallationTarget> |
| 19 | + |
| 20 | + <!-- VS 2022 (amd64) --> |
19 | 21 | <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0,18.0)"> |
20 | 22 | <ProductArchitecture>amd64</ProductArchitecture> |
21 | 23 | </InstallationTarget> |
22 | 24 |
|
| 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 | + |
23 | 40 | </Installation> |
24 | 41 | <Dependencies> |
25 | 42 | <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> |
|
0 commit comments