Skip to content

Commit 66a0c55

Browse files
author
Сергей Трегуб
committed
Bump version
1 parent dc46f81 commit 66a0c55

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

ProjectTemplates/How to create new template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ After making any changes do:
55
1. Select Release configuration for a solution
66
1. Select ReferenceProject in "Solution Explorer" and click "Project/Export Template..." menu item from the VS main menu
77
1. In the appeared dialog box select "Project template" option and "ReferenceProject" in the combobox below and click Next
8-
1. Set the value `ASP.Net Core RESTful Service` as a template name and theProject template to create production-ready RESTful service based on ASP.Net Core v3.1. It contains preconfigured DI-container, logging, CORS, some boilerplate code and other features `` as a description
8+
1. Set the value `ASP.Net Core RESTful Service` as a template name and the `Project template to create production-ready RESTful service based on ASP.Net Core v3.1. It contains preconfigured DI-container, logging, CORS, some boilerplate code and other features` as a description
99
1. Don't foget to replace .Net Core version in the description above to the appropriate one.
1010
1. Clear checkbox "Automatically import the template into Visual Studio" if you don't want immediately import it and click Finish button
1111
1. Extract all files from the created zip-archive to any folder as you want. Typically, the file can be found in `C:\Users\<YOU>\Documents\Visual Studio 2019\My Exported Templates` folder

ProjectTemplates/ReferenceProjectVSIX/source.extension.vsixmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +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="2.4" Language="en-US" Publisher="Sergey Tregub" />
4+
<Identity Id="ASP.Net Core RESTful Service Template-1" Version="2.5" Language="en-US" Publisher="Sergey Tregub" />
55
<DisplayName>ASP.Net Core 3.1 RESTful Service Template</DisplayName>
66
<Description xml:space="preserve">Project template to create production-ready RESTful service based on ASP.Net Core 3.1. 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>Improve logging</ReleaseNotes>
9+
<ReleaseNotes>Minor fixes</ReleaseNotes>
1010
<Icon>Assets\logo.png</Icon>
1111
<Tags>asp-net-core restful-api vs2017 vs2019 visual-studio project-template</Tags>
1212
</Metadata>

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Have fun and happy hacking!
4242

4343
|Date | Version | Release Notes |
4444
|-----|---------|---------------|
45+
|2021-03-07|2.5|<p>- Minor fixes |
4546
|2021-02-27|2.4|<p>- Improve logging |
4647
|2021-02-23|2.3|<p>- Load .env before Serilog initialization to make it possible to use environment variables in Serilog configuration options<p>- Catch and log unhandled exceptions <p>- Update NuGet packages to the latest versions|
4748
|2020-08-14|2.2|<p>- Allow Swagger to work behind a proxy<p>- Improve Application Settings with `Options Pattern` and [Configuration Extensions](https://github.com/drwatson1/configuration-extensions)<p>- Update NuGet packages to the latest versions

0 commit comments

Comments
 (0)