|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <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"> |
3 | 3 | <Metadata> |
4 | | - <Identity Id="ASP.Net Core RESTful Service Template-1" Version="2.6" Language="en-US" Publisher="Sergey Tregub" /> |
5 | | - <DisplayName>ASP.Net Core 3.1/5.0 RESTful Service Template</DisplayName> |
6 | | - <Description xml:space="preserve">Project template to create production-ready RESTful service based on ASP.Net Core 3.1 or 5.0. It contains preconfigured DI-container, logging, CORS, some boilerplate code and other features</Description> |
| 4 | + <Identity Id="ASP.Net Core RESTful Service Template-1" Version="3.0" Language="en-US" Publisher="Sergey Tregub" /> |
| 5 | + <DisplayName>.Net 6 RESTful Service Template</DisplayName> |
| 6 | + <Description xml:space="preserve">Project template to create production-ready RESTful service based on ASP.Net 5.0 or 6.0. It contains preconfigured DI-container, logging, CORS, some boilerplate code and other features</Description> |
7 | 7 | <MoreInfo>https://github.com/drwatson1/AspNet-Core-REST-Service</MoreInfo> |
8 | 8 | <GettingStartedGuide>https://github.com/drwatson1/AspNet-Core-REST-Service/wiki</GettingStartedGuide> |
9 | | - <ReleaseNotes>Support of .Net Core 5.0 and dotnet new custom template</ReleaseNotes> |
| 9 | + <ReleaseNotes>ReleaseNotes.txt</ReleaseNotes> |
10 | 10 | <Icon>Assets\logo.png</Icon> |
11 | | - <Tags>asp-net-core restful-api vs2017 vs2019 visual-studio project-template web-api</Tags> |
| 11 | + <Tags>asp-net-core restful-api vs2019 vs2022 visual-studio project-template web-api</Tags> |
12 | 12 | </Metadata> |
13 | 13 | <Installation> |
14 | | - <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0, 17.0)" /> |
| 14 | + <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0, 17.0)"> |
| 15 | + <ProductArchitecture>x86</ProductArchitecture> |
| 16 | + </InstallationTarget> |
| 17 | + <InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community"> |
| 18 | + <ProductArchitecture>amd64</ProductArchitecture> |
| 19 | + </InstallationTarget> |
15 | 20 | </Installation> |
16 | 21 | <Dependencies> |
17 | 22 | </Dependencies> |
|
0 commit comments