diff --git a/ProjectTemplates/How to create new template.md b/ProjectTemplates/How to create new template.md index 5f4610b..6c9f762 100644 --- a/ProjectTemplates/How to create new template.md +++ b/ProjectTemplates/How to create new template.md @@ -10,7 +10,15 @@ After making any changes do: 1. Extract all files from the created zip-archive to any folder as you want. Typically, the file can be found in "C:\Users\\Documents\Visual Studio 2017\My Exported Templates" folder 1. Open a file "MyTemplate.vstemplate" 1. Replace content of the tag `DefaultName` in the section `TemplateData` to "ASPNetCore.Service" (without quotation) -1. Add tag `NumberOfParentCategoriesToRollUp` to the same section with value '1': `1` +1. Add the following tags to tha same section: +```xml + 1 + C# + windows + linux + web + RESTful Service +``` 1. Add all files from the folder to zip-archive with a name "ASP.Net Core RESTful Service.zip". All added files must be in the root of the archive 1. Copy this file to "ProjectTemplates\ReferenceProjectVSIX\ProjectTemplates\CSharp\.NET Core" folder and replace an existing one 1. Go to VS, expand a ReferenceProjectVSIX project and double click on source.extension.vsixmanifest file diff --git a/ProjectTemplates/ReferenceProjectVSIX/ProjectTemplates/CSharp/.NET Core/ASP.Net Core RESTful Service.zip b/ProjectTemplates/ReferenceProjectVSIX/ProjectTemplates/CSharp/.NET Core/ASP.Net Core RESTful Service.zip index 03d4431..6a6b759 100644 Binary files a/ProjectTemplates/ReferenceProjectVSIX/ProjectTemplates/CSharp/.NET Core/ASP.Net Core RESTful Service.zip and b/ProjectTemplates/ReferenceProjectVSIX/ProjectTemplates/CSharp/.NET Core/ASP.Net Core RESTful Service.zip differ diff --git a/ProjectTemplates/ReferenceProjectVSIX/source.extension.vsixmanifest b/ProjectTemplates/ReferenceProjectVSIX/source.extension.vsixmanifest index 4962863..5e3cc00 100644 --- a/ProjectTemplates/ReferenceProjectVSIX/source.extension.vsixmanifest +++ b/ProjectTemplates/ReferenceProjectVSIX/source.extension.vsixmanifest @@ -1,13 +1,13 @@ - + ASP.Net Core RESTful Service Template 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 https://github.com/drwatson1/AspNet-Core-REST-Service https://github.com/drwatson1/AspNet-Core-REST-Service/wiki Assets\logo.png - asp-net-core restful-api vs2017 visual-studio project-template + asp-net-core restful-api vs2017 vs2019 visual-studio project-template