Skip to content

Commit e13b931

Browse files
author
Sergey Tregub
committed
Update template
1 parent fd93689 commit e13b931

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ProjectTemplates/ReferenceProjectVSIX/source.extension.vsixmanifest

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="ASP.Net Core RESTful Service Template-1" Version="1.2" Language="en-US" Publisher="Sergey Tregub" />
5-
<DisplayName>ASP.Net Core RESTful Service Template</DisplayName>
6-
<Description xml:space="preserve">Project template to create production-ready RESTful service based on ASP.Net Core. 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="1.3" Language="en-US" Publisher="Sergey Tregub" />
5+
<DisplayName>ASP.Net Core 2.2 RESTful Service Template</DisplayName>
6+
<Description xml:space="preserve">Project template to create production-ready RESTful service based on ASP.Net Core v.2.2. It contains preconfigured DI-container, logging, CORS, some boilerplate code and other features</Description>
77
<MoreInfo>https://github.com/drwatson1/AspNet-Core-REST-Service</MoreInfo>
88
<GettingStartedGuide>https://github.com/drwatson1/AspNet-Core-REST-Service/wiki</GettingStartedGuide>
9+
<ReleaseNotes>1.3 Updated to .Net Core 2.2</ReleaseNotes>
910
<Icon>Assets\logo.png</Icon>
1011
<Tags>asp-net-core restful-api vs2017 vs2019 visual-studio project-template</Tags>
1112
</Metadata>

0 commit comments

Comments
 (0)